OPENDJ-1441 (CR-4037) Persistent searches on external changelog do not return changes for new replicas and new domains
Fix done in r10925 ported to JE changelog implementation
| | |
| | | return previousValue; |
| | | } |
| | | |
| | | if (MultimasterReplication.isECLEnabledDomain(baseDN)) |
| | | // When called at replication startup, the isECLEnabledDomain() method blocks on STARTING state. |
| | | // Checking cursors list ensure that it is never called in the startup case. |
| | | if (!registeredMultiDomainCursors.isEmpty() && MultimasterReplication.isECLEnabledDomain(baseDN)) |
| | | { |
| | | // we just created a new domain => update all cursors |
| | | for (MultiDomainDBCursor cursor : registeredMultiDomainCursors) |