Haoze Wu
Haoze Wu
I am using javaparser 3.23.1 and apply it to Apache HBase. If parsing `RegionObserver.java`: ``` @InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.COPROC) @InterfaceStability.Evolving // TODO as method signatures need to break, update to // ObserverContext
Propose a patch for [CASSANDRA-17564](https://issues.apache.org/jira/browse/CASSANDRA-17564) Currently the patch is too straightforward and definitely needs more improvement. Probably we need to do the synchronization with a more elegant and robust approach....
The fix of [ZOOKEEPER-4203](https://issues.apache.org/jira/browse/ZOOKEEPER-4203) is implemented. In my local machine, it is able to pass all test cases.
Propose a patch for [HBASE-26955](https://issues.apache.org/jira/browse/HBASE-26955) Probably this patch should be further improved, because it ignores the backoff factor when not encountering exceptions of dead server and always use the short...
I propose a fix for [HDFS-15869](https://issues.apache.org/jira/browse/HDFS-15869).