Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.3-alpha
-
None
-
Reviewed
Description
If both nodes are in standby mode, each will be trying to roll the others' logs, which results in errors like:
Unable to trigger a roll of the active NN
org.apache.hadoop.ipc.StandbyException: Operation category JOURNAL is not supported in state standby
We should catch this specific exception and not log it at WARN level, since it's expected behavior.