Uh oh!
There was an error while loading. Please reload this page.
TEZ-4617 prevent resource leaks for Closeables - #402
Conversation
tez-yetus
commented
Apr 1, 2025
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
abstractdog
commented
Jan 16, 2026
thanks for this patch @dk2k, left some comments |
# Conflicts: # tez-dag/src/main/java/org/apache/tez/dag/app/web/AMWebController.java
dk2k
commented
Jan 17, 2026
@abstractdog Please review, I fixed comments and merge conflict |
| long numBytesToWritePerMap = conf.getLong(BYTES_PER_MAP, | ||
| 1*1024*1024*1024); | ||
| 1 * 1024 * 1024 * 1024); |
There was a problem hiding this comment.
I'm wondering if we need this line break here, it could be:
long numBytesToWritePerMap = conf.getLong(BYTES_PER_MAP, 1*1024*1024*1024);
the same applies to:
numBytesToWrite = conf.getLong(BYTES_PER_MAP, 1*1024*1024*1024);
abstractdog
commented
Jan 17, 2026
thanks @dk2k , I left 1 more minor, otherwise it looks good to me +1 |
tez-yetus
commented
Jan 17, 2026
💔 -1 overall
This message was automatically generated. |
abstractdog
commented
Jan 17, 2026
spotbugs is broken at the moment (TEZ-4669), there some checkstyle problems in the affected code, I would appreciate if you can handle those |
tez-yetus
commented
Jan 17, 2026
💔 -1 overall
This message was automatically generated. |
tez-yetus
commented
Jan 17, 2026
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
No description provided.