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:10:26 UTC

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

     [ https://issues.apache.org/jira/browse/OAK-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Dulceanu updated OAK-5497:
---------------------------------
    Attachment: OAK-5497.patch

Attached patch fixing this behaviour. [~frm], can you please take a look at this condition too? 

/cc [~mduerig]

> 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
>
>         Attachments: OAK-5497.patch
>
>
> 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)