Github user majakabiljo commented on a diff in the pull request:
https://github.com/apache/giraph/pull/88#discussion_r226012078
--- Diff:
giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java ---
@@ -141,6 +141,9 @@
/** How many network requests were resent because channel failed */
public static final String
NETWORK_REQUESTS_RESENT_FOR_CHANNEL_FAILURE_NAME =
"Network requests resent for channel failure";
+ /** How many network requests were resent because connection failed */
+ public static final String
NETWORK_REQUESTS_RESENT_FOR_CONNECTION_FAILURE =
--- End diff --
Nit: NETWORK_REQUESTS_RESENT_FOR_CONNECTION_FAILURE_NAME
---