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 "Thomas Mueller (Jira)" <ji...@apache.org> on 2021/08/18 14:23:00 UTC

[jira] [Created] (OAK-9540) SegmentNotFoundException in IndexDefinition.hasMatchingNodeTypeReg

Thomas Mueller created OAK-9540:
-----------------------------------

             Summary: SegmentNotFoundException in IndexDefinition.hasMatchingNodeTypeReg
                 Key: OAK-9540
                 URL: https://issues.apache.org/jira/browse/OAK-9540
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: indexing, query
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller


We sometimes see a SegmentNotFoundException when calling IndexDefinition.hasMatchingNodeTypeReg. This can happen after segment store GC was run, but before the index definitions are refreshed. In theory, it should never happen, as the index definitions are refreshed after compaction via LuceneIndexProviderService.registerGCMonitor. But it looks like this method is not called in all cases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)