deniskuzZ commented on code in PR #6119:
URL: https://github.com/apache/hive/pull/6119#discussion_r2414359410
##########
itests/hive-minikdc/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/TestCleanerWithSecureDFS.java:
##########
@@ -173,7 +173,7 @@ public void testLeakAfterHistoryException() throws
Exception {
// Depending on the Xmx value the leak may lead to OOM; if you definitely
want to see the OOM
// increase the size of the configuration or the number of failed
compactions.
Assert.assertTrue("Allocated memory, " + diffMem + "bytes , exceeds
acceptable variance of 250MB.",
- diffMem < 250_000_000);
+ diffMem < 450_000_000);
Review Comment:
increase because of thread-local use in a cleaner task thread
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]