-
Notifications
You must be signed in to change notification settings - Fork 268
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
Generic server terminating #224
Comments
maybe it is killed because the connection is closed? |
yes, it worked like you said, weird, even if this error occured, the data i want to write is wrote in the db. |
@comtihon I think this one is related to #226 and might be able to be closed and folded into that one. I suspect something is going on here with the same issues I've been diagnosing on the replicaset connections and @liujp-arch if you are still around mind sharing details of what's in your hosts list, specifically:
|
@liujp-arch you might try this again now that #236 has merged into |
Hi, when i use mongc:connect({rs, <<"...">>, [...]}, [...], [...]) connect to a mongodb cluster, i get a error like this,
** Generic server <0.70.0> terminating
** Last message in was {'EXIT',<0.69.0>,killed}
** When Server state == {state,rsSecondary, ....}
.......
** Reason for termination ==
** killed
do you have any suggestions for me, thanks very much
The text was updated successfully, but these errors were encountered: