XiChen
XiChen
I use this https://github.com/apache/ratis/pull/744/commits/f0a09fabf1eb488e5849a7dc105e6cc7047ca678 commit code to test Ozone S3, Tested with a multiupload of 100 threads, GRPC message metric leaks still appear. This is the test code ```python3 import...
> @xichen01 , thanks a lot for reporting the bug and fixing it! Since the lists won't change frequently, how about add `synchronized` to all the methods and use `ArrayList`...
when '/' in key name the `listSatus` will create a `fake directory` return to the client. The client will get the fake directory info through `getfileStatus`, but currently `getfileStatus` has...
@sadanand48 PTAL Thanks.
@kaijchen Are there some failed operations I can refer to them? So I can find out which tests are flaky.
@jiacheliu3 @HelloHorizon PTAL comments have been resolved, any new comments?
@adoroszlai @smengcl @errose28 PTAL.
@smengcl @errose28 Is it sufficient for S3 to use the AWS `Access ID` directly as the `Owner` of the Object (one-to-one `Access ID` and `Owner` of the Object)
> > @smengcl @errose28 Is it sufficient for S3 to use the AWS `Access ID` directly as the `Owner` of the Object (one-to-one `Access ID` and `Owner` of the Object)...
@smengcl PTAL.