Mike Drob created SOLR-7007:
-------------------------------

             Summary: DistributedUpdateProcessor logs replay status as int 
instead of boolean
                 Key: SOLR-7007
                 URL: https://issues.apache.org/jira/browse/SOLR-7007
             Project: Solr
          Issue Type: Improvement
          Components: replication (java)
    Affects Versions: 4.10.3
            Reporter: Mike Drob
            Priority: Trivial


When logging the following line:
{code:title=DistributedUpdateProcessor.java}
        log.info("Ignoring commit while not ACTIVE - state: " + ulog.getState() 
+ " replay:" + (cmd.getFlags() & UpdateCommand.REPLAY));
{code}
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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to