Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
During rolling upgrade, the standby NN that has a newer layout version will complain about that the fsimage is too old, and require starting the NN using the -upgrade option:
File system image contains an old layout version -55. An upgrade to version -56 is required.
However, -upgrade is disabled during rolling upgrade, thus it is impossible to restart the standby NN:
org.apache.hadoop.hdfs.protocol.RollingUpgradeException: Failed to upgrade namenode since a rolling upgrade is already in progress. Existing rolling upgrade info: ...
Attachments
Attachments
Issue Links
- relates to
-
HDFS-7176 The namenode usage message doesn't include "-rollingupgrade started"
- Closed