Description
The Hadoop RPC Server implementation has a single Listener thread that reads data from the socket and puts them into a call queue. This means that this single thread can pull RPC requests off the network only as fast as a single CPU can execute. This is a scalability bottlneck in our cluster.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-1051 Umbrella Jira for Scaling the HDFS Name Service
- Open