virajjasani commented on a change in pull request #2557:
URL: https://github.com/apache/hbase/pull/2557#discussion_r507056870



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServerWrapperImpl.java
##########
@@ -68,7 +68,7 @@ public int getNumOpenConnections() {
     if (!isServerStarted() || this.server.connectionList == null) {

Review comment:
       We can also remove `this.server.connectionList == null` because it is 
not relevant anymore (also, it can never be null)




----------------------------------------------------------------
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]


Reply via email to