Duo Zhang

Results 364 comments of Duo Zhang

Thanks @nikita15p for the reminding!

What if there are System.exit calls in the libraries we used? Like hadoop?

I checked the code, we do have logic to seek to next row or column when we hit a delte family cell. https://github.com/apache/hbase/blob/28c435378a95a59d6d34acce6b91524ed797afd3/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/querymatcher/ScanQueryMatcher.java#L207 But the problem is that, seems we...

We'd better open a new issue to address this since HBASE-25459 has been resolved for a long time. Do you have a jira account, if not, please follow the guideline...

The PR is too big to review... Is it possible to create sub tasks for this feature and let's commit it to a feature branch first?

Maybe I missed some discussions on the dev list. Why we want to bump the default hadoop version to 3.3.6? We do not want to support 3.3.5 since it has...

> You've resolved my comments, but Duo's post to the mailing list thread on 11 Sept is a valid point about insufficient verification with existing hadoop checks. We need to...

> We need to change the release script for that. right ? Yes, we need to change the release script, I do not think there are any release manager will...

Please fix the javac and javadoc warnings if possible?