[
https://issues.apache.org/jira/browse/SOLR-7007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated SOLR-7007:
----------------------------
Attachment: SOLR-7007.patch
One-line patch to log as a boolean instead of an int. Applies cleanly to all
branches, probably safe for trunk and 5x.
> 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
> Labels: logging
> Attachments: SOLR-7007.patch
>
>
> 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]