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

SERVER-9923 mongod blocks writes to all databases if filesystem hosting one database is full #616

Closed
wants to merge 1 commit into from

Conversation

zhihuiFan
Copy link
Contributor

The main change here is changing FileAllocator::_failed from bool to map<string db, bool>.
besides that, I also changed FileAllocator::run to release lock before sleep 10 seconds in exception case. and also move the failed file name to the pending last. Please let me know there is any issue for this change. thanks!

@kangas
Copy link
Contributor

kangas commented Feb 6, 2014

Hi @zhihuiFan,

I see that you signed our contributor agreement, and your pull request references a SERVER ticket. Thank you for reading CONTRIBUTING.rst. :) I will assign someone to review this as soon as possible.

@zhihuiFan
Copy link
Contributor Author

Thank you Kangas :)

@benety benety changed the title fixed SERVER-9923 SERVER-9923 mongod blocks writes to all databases if filesystem hosting one database is full Apr 18, 2014
@benety
Copy link
Contributor

benety commented Jul 2, 2014

@benmccann
Copy link

@zhihuiFan looks like the PR needs to be rebased in order to be mergable

@benety
Copy link
Contributor

benety commented Jan 23, 2015

@benmccann, thanks for bringing this to our attention. @kaloianm's change in 7257da6 for SERVER-14243 pretty much invalidates this pull request. @zhihuiFan, thank you for your submission. Unfortunately, we will have to close this pull request. Please feel free to continue the discussion in SERVER-9923.

@benety benety closed this Jan 23, 2015
jiongle1 pushed a commit to scantist-ossops-m2/mongo that referenced this pull request Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants