Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
0.19.0
-
None
-
None
-
Linux 2.6.25 x86_64
Description
During testing of HBASE-80, we uncovered a strange 40ms delay for random reads. We ran a series of tests and found that it only happens when the client is on the same node as the RS and for a certain range of payloads (not specifically related to number of columns or size of them, only total payload). It appears to be precisely 40ms every time.
Unsure if this is particular to our architecture, but it does happen on all nodes we've tried. Issue completely goes away with very large payloads or moving the client.
Will post a test program tomorrow if anyone can test on a different architecture.
Making a blocker for 0.20. Since this happens when you have an MR task running local to the RS, and this is what we try to do, might also consider making this a blocker for 0.19.1.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-2125 tcpnodelay is false by default; it should be true?
- Closed
-
HADOOP-8069 Enable TCP_NODELAY by default for IPC
- Closed