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

Eugene Koontz commented on GIRAPH-319:
--------------------------------------

Sorry, I meant, do you find that clients are often needing to resend requests? 
Perhaps it would be helpful to include an advisory to increase 
giraph.maxRequestMilliseconds if multiple responses are frequent. Something 
like: 

 LOG.warn("messageReceived: Already received response for request id = " +
          requestId + ". If this is occurring frequently, consider increasing 
your giraph.maxRequestMilliseconds parameter.");


                
> Receiving two responses for a request causes an exception
> ---------------------------------------------------------
>
>                 Key: GIRAPH-319
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-319
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Alessandro Presta
>         Attachments: GIRAPH-319.patch, GIRAPH-319.patch
>
>
> Related to GIRAPH-306, and resending requests for which we haven't received 
> response yet. If because of that we send request two times, and get two 
> responses to it, the second one will cause an exception 
> (ResponseClientHandler:111).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to