Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DCP Rollback in a loop, and oddly high seqEnd document #5753

Open
AndrewLipscomb opened this issue Sep 11, 2022 · 0 comments
Open

DCP Rollback in a loop, and oddly high seqEnd document #5753

AndrewLipscomb opened this issue Sep 11, 2022 · 0 comments

Comments

@AndrewLipscomb
Copy link

A sync gateway instance we are running reports DCP rollback message repeatedly, seemingly stuck in a loop

2022-09-11T22:58:43.571Z [WRN] c:bucket_name-SGI DCP RollbackEx request - rolling back DCP feed for: vbucketId: 762, rollbackSeq: 0. -- base.(*DCPCommon).rollbackEx() at dcp_common.go:187

I've had a look at the relevant document for that vbucket entry in Couchbase directly

  {
    "id": "_sync:dcp_ck:762",
    "bucket_name": {
      "failOverLog": [
        [
          0,
          0
        ]
      ],
      "seqEnd": 18446744073709552000,
      "seqStart": 0,
      "snapEnd": 0,
      "snapStart": 0
    }
  },

There are also other entries with similarly high seqEnd, 11 all up, with the same number

Obviously this isn't a lot of help without showing how this ended up with an oddly high number - if there is any other info that would be helpful to categorise this, let me know. That said we have been seeing some network instability recently, and this may have been due to an unexpected disconnection having some fun run-on-effects.

Sync Gateway version

3.0.3 - docker version

Operating system

Ubuntu 20.04 host, Couchbase Docker Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant