Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.19.0
-
None
-
None
-
Reviewed
Description
for reads, optimal solution would be to have a per thread (per FD) context - including the buffer. Otherwise, protect the FD context with a mutex as in hadoop-4397 and hadoop-4398.
for writes, should just protect the context with a mutex as in hadoop-4398.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-4397 fuse-dfs causes corruptions on multi-threaded access
- Closed