hadoop/hadoop-common-project
Owen O'Malley bc4d7b4774 HADOOP-18324. Interrupting RPC Client calls can lead to thread exhaustion. (#4527)
* Exactly 1 sending thread per an RPC connection.
* If the calling thread is interrupted before the socket write, it will be skipped instead of sending it anyways.
* If the calling thread is interrupted during the socket write, the write will finish.
* RPC requests will be written to the socket in the order received.
* Sending thread is only started by the receiving thread.
* The sending thread periodically checks the shouldCloseConnection flag.
2022-11-18 08:51:57 -08:00
..
hadoop-annotations HADOOP-18470. Release hadoop 3.3.5 2022-09-27 11:30:18 -05:00
hadoop-auth HADOOP-18470. Release hadoop 3.3.5 2022-09-27 11:30:18 -05:00
hadoop-auth-examples HADOOP-18470. Release hadoop 3.3.5 2022-09-27 11:30:18 -05:00
hadoop-common HADOOP-18324. Interrupting RPC Client calls can lead to thread exhaustion. (#4527) 2022-11-18 08:51:57 -08:00
hadoop-kms HADOOP-18470. Release hadoop 3.3.5 2022-09-27 11:30:18 -05:00
hadoop-minikdc HADOOP-18470. Release hadoop 3.3.5 2022-09-27 11:30:18 -05:00
hadoop-nfs HADOOP-11245. Update NFS gateway to use Netty4 (#2832) (#4997) 2022-10-10 14:46:31 -07:00
hadoop-registry HADOOP-18470. Release hadoop 3.3.5 2022-09-27 11:30:18 -05:00
pom.xml HADOOP-18470. Release hadoop 3.3.5 2022-09-27 11:30:18 -05:00