GitHub user atanu1991 opened a pull request:
https://github.com/apache/giraph/pull/88
GIRAPH-1205: Separate Giraph counters for different causes of networkâ¦
In https://issues.apache.org/jira/browse/GIRAPH-1200 we added counters for
network requests resends, but "network resends for timeout" actually cover
various reasons for why request can get resent. We suspect that resending
requests after maxRequestMilliseconds timeout is what is always fatal, so
separating this counter from the other causes will help us verify that.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/atanu1991/giraph counter
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/giraph/pull/88.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #88
----
commit 4d17b964c3486a1f5ec84b3df0e478bf3f912d08
Author: Atanu Ghosh <atanu1991@...>
Date: 2018-10-15T17:57:39Z
GIRAPH-1205: Separate Giraph counters for different causes of network
request resends
----
---