mwkang commented on code in PR #5869:
URL: https://github.com/apache/hbase/pull/5869#discussion_r1593276932
##########
hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKMainServer.java:
##########
@@ -41,7 +42,8 @@ public String parse(final Configuration c) {
* ZooKeeper 3.4.6 broke being able to pass commands on command line. See
ZOOKEEPER-1897. This
* class is a hack to restore this faclity.
*/
- private static class HACK_UNTIL_ZOOKEEPER_1897_ZooKeeperMain extends
ZooKeeperMain {
+ private static class HACK_UNTIL_ZOOKEEPER_1897_ZooKeeperMain extends
ZooKeeperMain
+ implements Closeable {
Review Comment:
I'm pleased to inform that the code review has been approved and the CI
checks have passed successfully.
If possible, would you kindly merge this code? I apologize for any
inconvenience, but I don't have the necessary permissions to perform the merge
myself.
Alternatively, if there are any additional steps required to proceed with
the merge, please advise me.
--
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]