You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Brian Lenz (JIRA)" <ji...@apache.org> on 2013/02/27 19:45:14 UTC

[jira] [Commented] (SOLR-2677) timesFailed is incrementing, without a real error

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

Brian Lenz commented on SOLR-2677:
----------------------------------

Any prospect of getting this fixed? We also are experiencing this issue, and it's preventing us from properly monitoring that Solr replication is indeed working. Since there are false positives (errors reported when there really are no errors), we have no way of knowing when replication is truly working.
                
> timesFailed is incrementing, without a real error
> -------------------------------------------------
>
>                 Key: SOLR-2677
>                 URL: https://issues.apache.org/jira/browse/SOLR-2677
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>    Affects Versions: 3.3
>         Environment: Tomcat6, Debian Squeeze
>            Reporter: Mark Plomer
>            Assignee: Shalin Shekhar Mangar
>            Priority: Trivial
>         Attachments: successfulInstall.patch
>
>
> The counters timesFailed and replicationFailedAtList on slave replication details page indicate errors on every poll, but in log file there is only:
> INFO: Slave in sync with master.
> This happens until the first real replication of files.
> I tracked things down and it seems that in SnapPuller.java the "successfulInstall" is initialized with false and not set to true when indexes are in sync.
> I'll attach a small patch (untested).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org