nyl3532016 commented on a change in pull request #3115:
URL: https://github.com/apache/hbase/pull/3115#discussion_r612915924
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
##########
@@ -300,6 +300,8 @@
// server manager to deal with region server info
private volatile ServerManager serverManager;
+ private volatile CompactionServerManager compactionServerManager;
Review comment:
I think no need now, has few duplicated codes. CompactionServer do not
register to zookeeper, so compactionServerManager is more simple without
zookeeper interaction.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]