Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.22.0
-
None
-
None
-
Reviewed
Description
The top of FSEditLog.logSync has the following assertion:
assert editStreams.size() > 0 : "no editlog streams";
which should actually come after checking to see if the sync was already batched in by another thread.
This is related to a second bug in which the same case causes synctxid to be reset to 0
Attachments
Attachments
Issue Links
- breaks
-
HDFS-1508 Ability to do savenamespace without being in safemode
- Patch Available