mongodb_exporter icon indicating copy to clipboard operation
mongodb_exporter copied to clipboard

Fix issue #127

Open vkuznet opened this issue 5 years ago • 6 comments
trafficstars

vkuznet avatar Jun 26 '20 19:06 vkuznet

Confirmed this fixes it for me, with MongoDB 4.4.11.

hloeung avatar Sep 12 '22 23:09 hloeung

@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

pauldintel avatar Mar 19 '24 18:03 pauldintel

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: https://github.com/dcu/mongodb_exporter/issues/127, https://github.com/dcu/mongodb_exporter/issues/122, and https://github.com/dcu/mongodb_exporter/issues/132

vkuznet avatar Mar 20 '24 12:03 vkuznet

@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 ? https://github.com/dcu/mongodb_exporter/issues/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 avatar Mar 23 '24 20:03 pauldintel

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

pauldintel avatar Mar 23 '24 20:03 pauldintel

@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.

vkuznet avatar Mar 24 '24 13:03 vkuznet