-
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-4569: SCATTER_GATHER + BROADCAST hangs on DAG Recovery #361
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
tez-dag/src/main/java/org/apache/tez/dag/app/dag/impl/VertexImpl.java
Outdated
Show resolved
Hide resolved
tez-dag/src/main/java/org/apache/tez/dag/app/dag/impl/VertexImpl.java
Outdated
Show resolved
Hide resolved
tez-tests/src/test/java/org/apache/tez/test/TestAMRecoveryAggregationBroadcast.java
Outdated
Show resolved
Hide resolved
tez-tests/src/test/java/org/apache/tez/test/TestAMRecoveryAggregationBroadcast.java
Outdated
Show resolved
Hide resolved
tez-tests/src/test/java/org/apache/tez/test/TestAMRecoveryAggregationBroadcast.java
Outdated
Show resolved
Hide resolved
tez-tests/src/test/java/org/apache/tez/test/TestAMRecoveryAggregationBroadcast.java
Show resolved
Hide resolved
tez-tests/src/test/java/org/apache/tez/test/TestAMRecoveryAggregationBroadcast.java
Show resolved
Hide resolved
47a8700
to
c8c18fc
Compare
I rebased this branch and also added two cosmetic changes. |
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.
LGTM +1
pending tests
💔 -1 overall
This message was automatically generated. |
I'm checking why TestDAGRecovery failed |
sometimes recovery tests are flaky, I simply restarted the last precommit job |
@abstractdog Sorry, my hand-made refactoring included a mistake. I copy-pasted the method names used in the original condition. I appreciate it if you could double-check it. |
missed it, I saw it's fixed, glad to see that unit tests revealed the problem |
🎊 +1 overall
This message was automatically generated. |
Thanks! |
Let an AM correctly restore its state and restart tasks.
https://issues.apache.org/jira/browse/TEZ-4569