You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/03/01 03:30:50 UTC

[GitHub] [hadoop] functioner commented on pull request #2727: HADOOP-17552. The read method of hadoop.ipc.Client$Connection$PingInputStream may swallow java.net.SocketTimeoutException due to the mistaken usage of the rpcTimeout configuration

functioner commented on pull request #2727:
URL: https://github.com/apache/hadoop/pull/2727#issuecomment-787611041


   @ferhui Thanks!
   And I was wondering if the fix I propose is satisfactory? To correct the rpcTimeout usage, now I just basically follow the usage of rpcTimeout in the constructor of hadoop.ipc.Client$Connection class. But I guess the value of timeout should be somehow improved. For example, use multiple of pingInterval rather than just a single pingInterval.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org