-
Notifications
You must be signed in to change notification settings - Fork 5.7k
SERVER-14835 fix fassert 16143 on PPC64 LE systems in LogFile::synchronousAppend() #735
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
Conversation
Hi Corentin, Thanks for signing the contributor's agreement. I can't seem to find a SERVER ticket in our JIRA queue for this pull request. Could you please create one here? https://jira.mongodb.org/browse/SERVER Regards, |
here it is: https://jira.mongodb.org/browse/SERVER-14835 Also, we'd like to have this also on 2.6, should I submit a pull request on the 2.6.4-rc0 branch? |
Hi Corentin, Pull requests are handled by setting the Backport field in the SERVER ticket to Requested. If the SERVER ticket is resolved and the Backport is approved, we will cherry-pick the commit to the upcoming 2.6 branch. Regards, |
Hi @corentinbaron, Have you read @andy10gen and @kangas's comments on the SERVER-14835 ticket? I don't think we can merge this pull request in its current form because the right thing to do would be to fix the expression in the fassert() itself, not disable it. Please let us know if you are interested in updating your patch based on the recommendations in the SERVER ticket. Regards, |
Hi @corentinbaron, We have not heard from you in a while. Since we cannot move forward on this pull request in its current form, we will be closing it. If you decide to implement the recommendations proposed in SERVER-14835, please do not hesitate to re-open this pull request and we'll be happy to review it. Regards, |
Replaced by #769 |
hello, i know that this is not related to this post but help me...... |
@Gayatri31, the best place to get answers about how to use MongoDB is the mongodb-user Google Group Your question is a matter of Javascript syntax. Try this instead:
|
Minor bug fixes in eviction.
… this assertion: btree/bt_discard.c, 45: !F_ISSET_ATOMIC(page, WT_PAGE_EVICT_LRU) refs mongodb#735
Having mongoDB using the system page size requires quite some work, yet it works fine on PPC 64 with a 64kB page size (which is the case on Ubuntu 14.04 Little Endian).