teamconfx opened a new pull request, #7685: URL: https://github.com/apache/hbase/pull/7685
This PR is for JIRA issue: https://issues.apache.org/jira/browse/HBASE-29857 The original JIRA issue is found in HBase v2.6.3, and fixed by [HBASE-28839](https://issues.apache.org/jira/browse/HBASE-28839). I tested with the same workload that I see the bug from v2.6.3 and verify the fix works in both master and branch-2.6. However the current code still not handle NPE when persistence file is empty or corrupted explicitly. This PR proposes a new checker to better catch the null from `BucketCacheProtos.BucketCacheEntry.parseDelimitedFrom(in);`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
