You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Andrei Dulceanu (JIRA)" <ji...@apache.org> on 2017/01/20 13:02:26 UTC

[jira] [Created] (OAK-5497) Inverted logic for ignoring/reporting SNFE

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)