Skip to content

Commit

Permalink
HIVE-28569: ReExecuteLostAMQueryPlugin doesn't kick in if the message…
Browse files Browse the repository at this point in the history
… contains line break and diagnostics (#5499) (Laszlo Bodor reviewed by Denys Kuzmenko) - addendum dummy hostname
  • Loading branch information
abstractdog committed Oct 10, 2024
1 parent 7e0f418 commit b90fe82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void testRetryOnLostAmContainerMessageWithLineBreak() throws Exception {
testReExecuteWithExceptionMessage("Application application_1728328561547_0042 failed 1 times (global limit =5; " +
"local limit is =1) due to AM Container for appattempt_1728328561547_0042_000001 exited with exitCode: " +
"-100\nFailing this attempt.Diagnostics: Container released on a *lost* nodeFor more detailed output, check " +
"the application tracking page: https://v2h0231.sjc.cloudera.com:8090/cluster/app/application_1728328561547_0042" +
"the application tracking page: https://host/cluster/app/application_1728328561547_0042" +
" Then click on links to logs of each attempt.\n" +
". Failing the application.");
}
Expand Down

0 comments on commit b90fe82

Please sign in to comment.