[
https://issues.apache.org/jira/browse/OAK-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrei Dulceanu resolved OAK-5497.
----------------------------------
Resolution: Fixed
Fixed at r1779634.
> 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)