You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/08/20 22:09:46 UTC

[jira] [Commented] (SOLR-7007) DistributedUpdateProcessor logs replay status as int instead of boolean

    [ https://issues.apache.org/jira/browse/SOLR-7007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14705678#comment-14705678 ] 

ASF subversion and git services commented on SOLR-7007:
-------------------------------------------------------

Commit 1696852 from [~cpoerschke] in branch 'dev/trunk'
[ https://svn.apache.org/r1696852 ]

SOLR-7007: DistributedUpdateProcessor now logs replay flag as boolean instead of int

> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org