I'm running into an issue with replication caused by outdated SequenceIndex records. Drupal\replication\Changes\Changes::getNormal() will end up causing a fatal error when it can't load the revsion for a sequence.
I'm guessing the SequenceIndex records need to be removed. Is that safe? Are there any side-effects?
Any other ideas?
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | replication-ignore-filter-missing-record-2823882-7.patch | 426 bytes | l0ke |
| #3 | 2823882-3.patch | 502 bytes | JamesK |
Comments
Comment #2
JamesK commentedComment #3
JamesK commentedHere's a workaround.
Comment #4
JamesK commentedComment #5
jeqq commented@JamesK what is the error? If this is caused by a sequence of a "deleted" revision then of course it has side effects, it should return deleted changes too. I should see the error for a more accurate answer.
Comment #7
l0ke@jeqq It may work to just skip filter as you suggested.
Comment #9
jeqq commented