-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
MongoDB 4.2.10 starts to emit warnings about slaveOk() being deprecated, which breaks the module #596
Comments
|
Fixed in #594 |
|
Any chance this gets released any time soon? |
Same here. Any chance that there might be a release? Is there something stopping a possible release? |
|
I think mostly that someone has to step up and do the work. Anyone can create a PR with the changelog and bump the version. https://voxpupuli.org/docs/releasing_version/ describes the steps. |
That's really bad practice, isn't it? This should IMHO be a task for a maintainer of the project, not for the average user. |
|
Voxpupuli is a collective. To quote voxpupuli.org:
However, it is volunteer driven. My past few months have been crazy busy so I had no time for it. However, anyone can join the project. We rely on users actually maintaining modules. I've always liked open source because it gave me the ability to fix my own problems. Here it's the same thing: you have a problem and there is a clear opportunity to fix your problem. |
I can live with this "policy" - I was under the impression that this needs to be done by a maintainer. Let's see ... |
|
Question: why is it closed? I understand that we, as community, should fix the issue but the issue in itself is still open right? 3.1.0 has still the problem (reproduced with puppet 4.10 and CentOS 7.9 . I think also puppet 5.5 has the same problem) |
|
Issues are closed when it has been fixed in master. |
|
Ah ok so it is not yet released. Thank you! |
|
Hi, any change to get this fix released soon ? Last release of the module is 1 year old. Thanks you ! |
|
I can only speak for myself, but we just merged the last patches to get rid of MongoDB completely in our infra. That means I no longer have an interest in this module. https://voxpupuli.org/docs/about_vox_pupuli/ isn't very clear on how to join, but I'd encourage anyone who depends on this module to step up and become a maintainer. |
|
So effectively this module is at the moment without a main maintainer? |
|
Looking at who merged patches in the past time, I think it's fair to say that this module needs a maintainer. Vox Pupuli is designed as an organization that easily allows a new maintainer to step in though. |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Increase MongoDB version from 4.2.9 to 4.2.10.
What are you seeing
Puppet agent runs start failing with an error:
Unfortunately, Puppet cuts off some bits of the message, but I assume the real warning is this:
And indeed, if I change all occurrences of
slaveOk()tosecondaryOk()it starts working again.What behaviour did you expect instead
A simple warning shouldn't break the module.
Output log
See above.
The text was updated successfully, but these errors were encountered: