Andrei Dulceanu created OAK-5497:
------------------------------------

             Summary: Inverted logic for ignoring/reporting SNFE
                 Key: OAK-5497
                 URL: https://issues.apache.org/jira/browse/OAK-5497
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: segment-tar
    Affects Versions: 1.5.18
            Reporter: Andrei Dulceanu
            Assignee: Andrei Dulceanu
             Fix For: 1.6


In {{SegmentNodeStoreService}} it seems the {{IGNORE_SNFE}} listener is 
assigned to the primary instance, although this should be assigned only to the 
standby instance:

{code}
 if (!configuration.isStandbyInstance()) {
      builder.withSnfeListener(IGNORE_SNFE);
 }
{code}



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

Reply via email to