This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 9738e65 [FLINK-24117][HA]Remove unHandledErrorListener in
ZooKeeperLeaderElectionDriver and ZooKeeperLeaderRetrievalDriver
new 43015c0 [FLINK-24367] RpcSystem#loader evaluates all service entries
new 6cc9ad6 [FLINK-24367][tests] Streamline instructions
new 64abd56 [FLINK-24367][tests] Add FallbackAkkaRpcSystemLoader
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../runtime/rpc/akka/AkkaRpcSystemLoader.java | 3 +-
.../runtime/rpc/akka/CleanupOnCloseRpcSystem.java | 18 +--
.../rpc/akka/FallbackAkkaRpcSystemLoader.java | 139 +++++++++++++++++++++
.../org.apache.flink.runtime.rpc.RpcSystemLoader | 2 +-
.../org/apache/flink/runtime/rpc/RpcSystem.java | 16 ++-
flink-runtime/pom.xml | 9 ++
flink-test-utils-parent/flink-test-utils/pom.xml | 8 ++
7 files changed, 184 insertions(+), 11 deletions(-)
create mode 100644
flink-rpc/flink-rpc-akka-loader/src/test/java/org/apache/flink/runtime/rpc/akka/FallbackAkkaRpcSystemLoader.java
copy flink-rpc/flink-rpc-akka-loader/src/{main =>
test}/resources/META-INF/services/org.apache.flink.runtime.rpc.RpcSystemLoader
(92%)