Make RPC.waitForProxy with timeout public
-----------------------------------------
Key: HADOOP-6435
URL: https://issues.apache.org/jira/browse/HADOOP-6435
Project: Hadoop Common
Issue Type: Improvement
Components: ipc
Affects Versions: 0.22.0
Reporter: Steve Loughran
The public RPC.waitForProxy() method waits for Long.MAX_VALUE before giving up,
ignores all interrupt requests. This is excessive.
The version of the method that is package scoped should be made public.
Interrupt swallowing is covered in HADOOP-6221 and can be done as a separate
patch
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.