-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEZ-4110: Make Tez fail fast when DFS quota is exceeded. #313
Conversation
Added the entire log output on the ticket: |
This comment was marked as outdated.
This comment was marked as outdated.
thanks for this patch! |
🎊 +1 overall
This message was automatically generated. |
Thanx @abstractdog I added some tests. Checkstyle is kind of unavoidable, getting rid of that is overkill in the prod code for testing IMO |
@@ -653,6 +657,40 @@ public void testKilledAfterComplete() throws IOException, InterruptedException, | |||
} | |||
} | |||
|
|||
@Test | |||
public void testClusterStoragaeCapacityFatalError() throws IOException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Storagae
LGTM, only a typo |
🎊 +1 overall
This message was automatically generated. |
Tested on Hive.
Without Patch
With Patch