Skip to content

Commit

Permalink
[FLINK-31609][yarn][test] Extend log whitelist for expected AMRM hear…
Browse files Browse the repository at this point in the history
…tbeat interrupt
  • Loading branch information
ferenc-csaky authored May 15, 2023
1 parent 7046e91 commit 4415c51
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ public abstract class YarnTestBase {
// this can happen during cluster shutdown, if AMRMClient happens to be heartbeating
Pattern.compile("Exception on heartbeat"),
Pattern.compile("java\\.io\\.InterruptedIOException: Call interrupted"),
Pattern.compile(
"java\\.io\\.InterruptedIOException: Interrupted waiting to send RPC request to server"),
Pattern.compile("java\\.lang\\.InterruptedException"),

// this can happen if the hbase delegation token provider is not available
Expand Down

0 comments on commit 4415c51

Please sign in to comment.