Jinhu Wu

Results 9 comments of Jinhu Wu

Thanks @steveloughran for your comments. MemoryAndDiskBlockFactory has been used by Alibaba Cloud AnalyticsDB in production environment, and I think we can add this option to org.apache.hadoop.fs.store.DataBlocks after we make it...

Thanks @chenshuang778 for reporting this bug. Seems it's not easy to write integration tests to cover failure of deleteObjects, but we can add some unit tests to cover this.

Should we have multiple version support for HBase(Storm/Kafka etc) so that users can still use old versions if they cannot switch to new version quickly? I think it will be...

Hi @wangp-nhlab @zsxwing, this patch is very useful to users who use Aliyun OSS, can we push this patch to code repo?

@steveloughran Thanks for your comments. I will fix the comments in next commit and will also attach some performance numbers as you mentioned in [HADOOP-19211](https://issues.apache.org/jira/browse/HADOOP-19211)

> reviewed, only some minor comments, as you have based this on the most recent s3a work > > In ITestS3AContractVectoredRead we added a test to check what happens if...

> Raising an java.io.EOFException when passing down an offset/range > file length is what is required, so all is good. > > s3a and abfs support the openFileWithOptions so they...

> Thanks. Looks good overall. I noticed this is mostly a lift from the S3A code. I am wondering if I have to re-write this, it would be good to...