Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.22.0, 0.23.0
-
None
-
Reviewed
Description
HDFS-1112 added a feature whereby the edit log automatically calls logSync() if the buffered data crosses a threshold. However, the code checks bufReady.size() rather than bufCurrent.size() – which is incorrect since the writes themselves go into bufCurrent.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-1112 Edit log buffer should not grow unboundedly
- Closed