You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// very specific on purpose; whitelist meaningless exceptions that occur during akka shutdown:
133
+
Pattern.compile("Remote connection to \\[null\\] failed with java.net.ConnectException: Connection refused"),
134
+
Pattern.compile("Remote connection to \\[null\\] failed with java.nio.channels.NotYetConnectedException"),
135
+
Pattern.compile("java\\.io\\.IOException: Connection reset by peer"),
136
+
Pattern.compile("Association with remote system \\[akka.tcp://flink@[^]]+\\] has failed, address is now gated for \\[50\\] ms. Reason: \\[Association failed with \\[akka.tcp://flink@[^]]+\\]\\] Caused by: \\[java.net.ConnectException: Connection refused: [^]]+\\]"),
135
137
136
138
// filter out expected ResourceManagerException caused by intended shutdown request
ensureWhitelistEntryMatch("2020-09-19 22:06:19,458 WARN akka.remote.ReliableDeliverySupervisor [] - Association with remote system [akka.tcp://flink@e466f3e261f3:42352] has failed, address is now gated for [50] ms. Reason: [Association failed with [akka.tcp://flink@e466f3e261f3:42352]] Caused by: [java.net.ConnectException: Connection refused: e466f3e261f3/192.168.224.2:42352]");
0 commit comments