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

Fix issue #127 #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix issue #127 #128

wants to merge 1 commit into from

Conversation

vkuznet
Copy link

@vkuznet vkuznet commented Jun 26, 2020

No description provided.

@hloeung
Copy link

hloeung commented Sep 12, 2022

Confirmed this fixes it for me, with MongoDB 4.4.11.

@pauldintel
Copy link

@vkuznet @hloeung what is the fix and how this working for you ? I am using the latest 1.0 binary published in website and getting the issue. I want to use Grafana dashboard and not planned to switch to percona . so any help would be appreciated .
image

@vkuznet
Copy link
Author

vkuznet commented Mar 20, 2024

I didn't follow the main branch and don't know if it was resolved. I only provided a fix for whatever mongodb we used at that time. According to my first post there are still open issues: #127, #122, and #132

@pauldintel
Copy link

@vkuznet -well I see you have said it is fixed though here ... not sure what I am missing ! Are you saying panic issue is not resolved it ?
#127

I am getting Panic issue only when that use/pass exist in database except I am getting authentication issue. Hence it is weird deadlock condition now !

@pauldintel
Copy link

Confirmed this fixes it for me, with MongoDB 4.4.11.

Can you please share the details . How this works for you .. I am on Mongo 7 and still getting server Panic problem :
image

@vkuznet
Copy link
Author

vkuznet commented Mar 24, 2024

@vkuznet -well I see you have said it is fixed though here ... not sure what I am missing ! Are you saying panic issue is not resolved it ? #127

I am getting Panic issue only when that use/pass exist in database except I am getting authentication issue. Hence it is weird deadlock condition now !

Well, it is not clear from your posting what do you use, the stock MongoDB executable or you patched its code with this PR and recompiled the MongoDB. If former, as I wrote it seems that this PR is not merged into mainstream and therefore mainstream code will still fail. If latter, then you claim you used MongoDB 7 while this PR was developed for earlier version of Mongo, therefore it may or may not work. In any case, my advise to get source code, apply the patch, resolve conflicts (if any) and recompile it. Then you can use it to see if it will still work for you.

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

Successfully merging this pull request may close these issues.

3 participants