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 "Francesco Mari (JIRA)" <ji...@apache.org> on 2017/01/20 14:42:26 UTC

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

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

Francesco Mari commented on OAK-5497:
-------------------------------------

[~dulceanu], the patch looks good to me.

> 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)