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

Code 66 - Bad Update in Amazon Document DB #229

Open
velickym opened this issue Nov 12, 2024 · 0 comments
Open

Code 66 - Bad Update in Amazon Document DB #229

velickym opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@velickym
Copy link

Despite working OK locally, when I try to acquire lock in AWS's Document DB (MongoDB compatible) I get

Caused by: com.mongodb.MongoCommandException: Command failed with error 66: 'Bad Update' on server **********.eu-west-2.docdb.amazonaws.com:27017. The full response is {"ok": 0.0, "operationTime": {"$timestamp": {"t": 1731418109, "i": 1}}, "code": 66, "errmsg": "Bad Update"}

From quick googling, Code 66 is thrown when one is trying to update immutable field.

Environment

  • Library version: com.coditory.sherlock:sherlock-mongo:0.4.19
  • Java (and/or Kotlin) version: 17
@velickym velickym added the bug Something isn't working label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant