lhotari opened a new pull request #14509:
URL: https://github.com/apache/pulsar/pull/14509
### Motivation
- OOMEs can make the build to take very long to complete or to hang.
It's better to fail fast in tests when OOMEs occur.
- example:
https://github.com/apache/pulsar/runs/5371747143?check_suite_focus=true
- [thread
dump](https://jstack.review/?https://gist.github.com/lhotari/63f57f4ce94cc23caaa7833587210971#tda_1_sync_0x00000000c3affce0)
- it looks like Zookeeper client has gotten into a bad state because of
OOME, however I'm not sure about this.
### Modifications
- Add `XX:+ExitOnOutOfMemoryError` to test JVM arguments
- disable
ClientDeduplicationFailureTest.testClientDeduplicationCorrectnessWithFailure
completely since it leads to OOMEs in certain conditions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]