Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0-beta-1
Description
Running all the tests under TestMiniTezCliDriver very frequently (but still intermittently) leads to OutOfMemory errors.
cd itests/qtest && mvn test -Dtest=TestMiniTezCliDriver
I set -XX:+HeapDumpOnOutOfMemoryError and the respective heapdumps are attached to this ticket.
The OOM is thrown from the application master and a quick inspection of the dumps shows that it comes mainly from the accumulation of Configuration objects (~1MB each) by various classes.
The max heap size for application master is pretty low (~100MB) so it is quite easy to reach. The heap size is explicitly very low for testing purposes but maybe we should re-evaluate the current configurations for the tests.
Attachments
Attachments
Issue Links
- fixes
-
HIVE-27182 tez_union_with_udf.q with TestMiniTezCliDriver is flaky
- Closed
- is cloned by
-
HIVE-27916 Increase tez.am.resource.memory.mb for TestIcebergCliDrver to 512MB
- Closed
- is related to
-
HIVE-27718 TestMiniTezCliDriver: save application logs for failed tests
- In Progress
-
HIVE-26828 Fix OOM for hybridgrace_hashjoin_2.q
- Closed
-
HIVE-26820 Disable hybridgrace_hashjoin_2.q flaky test
- Closed
- relates to
-
HIVE-27719 Save heapdump in case of OOM
- Open
- links to