[ https://issues.apache.org/jira/browse/SOLR-7007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christine Poerschke reassigned SOLR-7007: ----------------------------------------- Assignee: Christine Poerschke > 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 > Assignee: Christine Poerschke > 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org