Alluxio / alluxio

Alluxio, data orchestration for analytics and machine learning in the cloud
https://www.alluxio.io
Apache License 2.0
6.79k stars 2.93k forks source link

Support OSS UFS Trash #18632

Open ZuLiangWang opened 2 months ago

ZuLiangWang commented 2 months ago

Is your feature request related to a problem? Please describe. Same as https://github.com/Alluxio/alluxio/issues/17723. In some scenarios, we expect to be able to recover the data deleted in OSS.

Describe the solution you'd like Change some codes in package alluxio.underfs.oss.

Additional context I currently have some simple ideas. If this feature is what everyone needs, I will start developing it. Please assign this work to me.

YichuanSun commented 1 month ago

After discussing with other engineers, we are willing to support the feature, thanks for your help!

YichuanSun commented 1 month ago

One more question, which version would you like to commit? Alluxio 3.x or 2.x? Thanks!

ZuLiangWang commented 1 month ago

One more question, which version would you like to commit? Alluxio 3.x or 2.x? Thanks!

We use Alluxio 2.x, to be more precise, we have pulled out a branch from 2.7.0 for continuous maintenance, which is currently quite different from the community version, but is still consistent under the current feature.