Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.3.0
-
None
-
Reviewed
Description
In one of our customer's cluster, we saw the NameNode kept printing out the following error msg and thus got stuck for several minutes:
ERROR org.apache.hadoop.hdfs.server.namenode.FSNamesystem: Swallowing exception in NameNodeEditLogRoller: java.lang.IllegalStateException: Bad state: BETWEEN_LOG_SEGMENTS at com.google.common.base.Preconditions.checkState(Preconditions.java:172) at org.apache.hadoop.hdfs.server.namenode.FSEditLog.getCurSegmentTxId(FSEditLog.java:493) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem$NameNodeEditLogRoller.run(FSNamesystem.java:4358) at java.lang.Thread.run(Thread.java:745)
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-8715 Checkpoint node keeps throwing exception
- Resolved