-
Notifications
You must be signed in to change notification settings - Fork 100
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 CI Tests - Decrease mdb map size for large topologies #6531
Comments
Reducing the memory footprint of the instance looks good to avoid false negative (OOM). Note I also noted transient failure (replication/acceptance) with BDB. |
I have also seen BDB failure with the same signature so I wonder if there is not another problem. |
There is a core generated in
|
Createwd issue #6555 to follow up on the core issue |
Issue Description
github test shows random failure that does not reproduce on our test vm.
The test fails because some instance get unexpectedly stopped. (some 1 instance over the 4, sometime 2 instances)
It happens when the instance are idle after a test finished successfully and before another test starts.
At this point I suspect that the system kill -9 the process because of OOM (The alternative hypotheses would be a crash after deleting a backend but ?I doubt it)
I propose to decrease the mdb map size to 10g when using topology with more than 3 instances
**Package Version and Platform:**s
Steps to Reproduce
Steps to reproduce the behavior:
Expected results
The test should be stable
The text was updated successfully, but these errors were encountered: