Replies: 1 comment 2 replies
-
Hi @raulalexe , thank you for reporting this! I created JIRA ticker for the problem - https://jira.mongodb.org/browse/RUBY-3358 - to have the team review this and identify next steps. |
Beta Was this translation helpful? Give feedback.
2 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.
-
I came across an issue while using version 2.19.2 and 2.19.3 with mongodb 3.6 in a setup with a primary and 2 replicas.
In write_worker.rb line 107 there is this bit of code
session&.client.options[:retry_writes]
which seems to have been thought to handle anil
session but not implemented completely as when the session is nil theclient
will be nil and will crash on accessingoptions
. If I downgrade to 2.18.3 it's working fine as this bit of code isn't there.Beta Was this translation helpful? Give feedback.
All reactions