tasanuma commented on a change in pull request #2748:
URL: https://github.com/apache/hadoop/pull/2748#discussion_r602173949
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/DatanodeManager.java
##########
@@ -201,8 +206,16 @@
*/
private final boolean useDfsNetworkTopology;
+ private static final String IP_PORT_SEPARATOR = ":";
+
@Nullable
private final SlowPeerTracker slowPeerTracker;
+ private static Set<Node> slowPeers = Sets.newConcurrentHashSet();
Review comment:
We might as well change this variable name to fix a checkstyle warning.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]