Document Elastic Cluster - Command failed with error 303: 'Field 'writeConcern' is currently not supported' on server #708
Replies: 2 comments
-
Thought I had tried using ACKNOWLEDGED but apparently had used UNACKNOWLEDGED. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We were using a normal Document DB cluster with specified instances and tried to switch to an Elastic Cluster. This resulted in our Mongock change sets started to fail. It appears to fail before getting to any changesets and when Mongock is initiating and trying to create its indexes.
I've tried changing the WriteConcern to all the different values and even making a new one of 0 but still get the same error. Any thoughts on how to work around or fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions