Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ayush NayyarAyush NayyarReporter
Neil HuangNeil HuangIs this a Regression?
UnknownTriage
UntriagedStory Points
0Priority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Ayush Nayyar
Ayush NayyarReporter
Neil Huang
Neil HuangIs this a Regression?
Unknown
Triage
Untriaged
Story Points
0
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created January 7, 2023 at 7:15 PM
Updated February 22, 2023 at 7:19 AM
Resolved January 11, 2023 at 1:22 AM
This happen when
Filter uses document key such as META().id = "docName"
The document being filtered has uncommitted transaction XATTRs
In line https://github.com/couchbase/goxdcr/blob/9c6fce2e565f87fdb7abd6503c32f2a40593d928/base/filter/filterUtils.go#L90
Filter overwrites the previous body with a smaller one, the endBodyPos was kept at the old value, causing panic at https://github.com/couchbase/goxdcr/blob/9c6fce2e565f87fdb7abd6503c32f2a40593d928/base/filter/filterUtils.go#L117