[jira] [Commented] (GIRAPH-1205) Separate Giraph counters for different causes of network request resends

2018-10-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16650550#comment-16650550 ] ASF GitHub Bot commented on GIRAPH-1205: GitHub user atanu1991 opened a pull request:

[GitHub] giraph pull request #87: Better exception handling for large number of edges...

2018-10-15 Thread dlogothetis
Github user dlogothetis commented on a diff in the pull request: https://github.com/apache/giraph/pull/87#discussion_r225302450 --- Diff: giraph-core/src/main/java/org/apache/giraph/edge/ByteArrayEdges.java --- @@ -94,6 +94,9 @@ public void add(Edge edge) { } catch

[jira] [Commented] (GIRAPH-1203) Throw better exception when edge serialisation fails because of too many edges

2018-10-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16650732#comment-16650732 ] ASF GitHub Bot commented on GIRAPH-1203: Github user dlogothetis commented on a diff in the pull

[GitHub] giraph issue #88: GIRAPH-1205: Separate Giraph counters for different causes...

2018-10-15 Thread atanu1991
Github user atanu1991 commented on the issue: https://github.com/apache/giraph/pull/88 Test plan: Tested internally by running hello page rank drop=true ./hellopagerank.sh -DhelloPageRank.iterations=5000 -Dgiraph.maxRequestMilliseconds=1 -Dgiraph.waitingRequestMsecs=1

[jira] [Commented] (GIRAPH-1205) Separate Giraph counters for different causes of network request resends

2018-10-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16650557#comment-16650557 ] ASF GitHub Bot commented on GIRAPH-1205: Github user atanu1991 commented on the issue:

[GitHub] giraph pull request #88: GIRAPH-1205: Separate Giraph counters for different...

2018-10-15 Thread atanu1991
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

[jira] [Commented] (GIRAPH-1203) Throw better exception when edge serialisation fails because of too many edges

2018-10-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16650728#comment-16650728 ] ASF GitHub Bot commented on GIRAPH-1203: Github user dlogothetis commented on the issue:

[GitHub] giraph issue #87: Better exception handling for large number of edges: GIRAP...

2018-10-15 Thread dlogothetis
Github user dlogothetis commented on the issue: https://github.com/apache/giraph/pull/87 @aanchal204, did we try to reproduce this and verify the exception is caught? ---

[jira] [Created] (GIRAPH-1205) Separate Giraph counters for different causes of network request resends

2018-10-15 Thread Atanu Ghosh (JIRA)
Atanu Ghosh created GIRAPH-1205: --- Summary: Separate Giraph counters for different causes of network request resends Key: GIRAPH-1205 URL: https://issues.apache.org/jira/browse/GIRAPH-1205 Project: