Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.1, 3.4.0
Description
HDFS-13639 improves the performance of short-circuit shm slot releasing by reusing the domain socket that the client previously used to send release request to the DataNode.
This is good when there are only one DataNode locates with the client (truth in most of the production environment). However, if we launch multiple DataNodes on a machine (usually for testing, e.g. Impala's end-to-end tests), the request could be sent to the wrong DataNode. See an example in IMPALA-11234.
Attachments
Issue Links
- is caused by
-
HDFS-13639 SlotReleaser is not fast enough
-
- Resolved
-
- is required by
-
IMPALA-11234 impalad keeps reporting ShortCircuitCache slot release failures in heavy workload
-
- Resolved
-
- links to