Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
4.10.3
Description
When logging the following line:
DistributedUpdateProcessor.java
log.info("Ignoring commit while not ACTIVE - state: " + ulog.getState() + " replay:" + (cmd.getFlags() & UpdateCommand.REPLAY));
We display the value of the replay flag as an int instead of a boolean. This can erroneously lead operators to believe that it is a counter instead of a flag when all they see is the log.