Uh oh!
There was an error while loading. Please reload this page.
TEZ-4129: Delete intermediate attempt data for failed attempts for Shuffle Handler - #72
Conversation
abstractdog
commented
Dec 27, 2021
@shameersss1: could you please rebase this PR and squash your commits? I believe ShuffleHandler changes should be reviewed and committed next year, we'll find a way to review those |
shameersss1
commented
Dec 29, 2021
@abstractdog Thanks for looking into this. I have rebased and squash merged the commit. Please review the changes. |
This comment has been minimized.
This comment has been minimized.
tez-yetus
commented
Dec 30, 2021
🎊 +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.
shameersss1
commented
Jan 24, 2022
@abstractdog - Thanks for the review. I have addressed your comments. Please re-review the changes |
tez-yetus
commented
Jan 24, 2022
🎊 +1 overall
This message was automatically generated. |
| ShuffleHandler.USERCACHE, user, | ||
| ShuffleHandler.APPCACHE, appId.toString(), "dag_1/output/", appAttemptId}); | ||
| File taskAttemptDir = new File(taskAttemptDirStr); | ||
| Assert.assertTrue("Task Attempt Directory does not exist!", taskAttemptDir.exists()); |
There was a problem hiding this comment.
for clarity's sake, please create an Assert.assertFalse(..., taskAttemptDir.exists()) before you expect the file to appear, this way the unit test also verifies that the task attempt file wasn't present (it's not the point of the unit test, but it is worth doing)
abstractdog
commented
Jan 25, 2022
thanks @shameersss1 , 1 more very minor note |
shameersss1
commented
Jan 26, 2022
@abstractdog I have addressed that. Please re-review the changes |
tez-yetus
commented
Jan 26, 2022
🎊 +1 overall
This message was automatically generated. |
abstractdog
left a comment
There was a problem hiding this comment.
LGTM +1
I've included this patch to a cluster using tez shuffle handler, haven't found any regression
code looks straightforward and clean, I'm approving
letting this PR open for 24h if any other comments come in
@jteagles
…uffle Handler (apache#72) (Syed Shameerur Rahman reviewed by Laszlo Bodor)
Delete intermediate attempt data for failed task attempts for Tez Shuffle Handler