This is an automated email from the ASF dual-hosted git repository.
guoyangze pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from a54c110 [FLINK-26536][python] Fix
RemoteKeyedStateBackend#merge_namespaces to handle properly for the timerservice
new 7bf97d5 [hotfix][tests] Update junit4 to junit5 in endpoint related
test case
new f5cdeca [FLINK-25085][runtime] Support schedule task in
MainThreadExecutor local thread pool
The 2 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:
.../flink/runtime/rpc/FencedRpcEndpoint.java | 34 +++-
.../org/apache/flink/runtime/rpc/RpcEndpoint.java | 135 +++++++++++++--
.../concurrent/ScheduledFutureAdapterTest.java | 78 +++++----
.../flink/runtime/rpc/FencedRpcEndpointTest.java | 38 +++--
.../apache/flink/runtime/rpc/RpcEndpointTest.java | 188 ++++++++++++++++-----
5 files changed, 365 insertions(+), 108 deletions(-)