[ 
https://issues.apache.org/jira/browse/GIRAPH-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16718227#comment-16718227
 ] 

Hudson commented on GIRAPH-1213:
--------------------------------

SUCCESS: Integrated in Jenkins build Giraph-trunk-Commit #1771 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/1771/])
GIRAPH-1213 (majakabiljo: 
[http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=aa740b54bd914a0246e2a9280459e33c233de9b3])
* (edit) 
giraph-core/src/main/java/org/apache/giraph/comm/netty/handler/ResponseClientHandler.java
* (edit) giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java


> Fix issues with network requests retries and add more logging
> -------------------------------------------------------------
>
>                 Key: GIRAPH-1213
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1213
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>            Priority: Major
>
> Fixing two bugs:
>  * When channel fails, we are currently retrying all requests towards the 
> destination machine from the channel, instead of just ones which are 
> happening on the concrete channel.
>  * In practice, we've noticed BlockingOperationException can get thrown when 
> we wait to connect on channel in which case we silently don't send the 
> request we are trying to send, so catching this exception and retrying 
> instead.
> Also added logging of channel ids to be able to debug issues related to 
> network requests not delivering easier.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to