This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 99c9c2ee3d4 [FLINK-27466][jdbc][docs] Clarify metaspace leak fix
new c4dde346b7b [hotfix][tests] Clarify interface
new 72cc925a88a [FLINK-27933][coordination] OperationResult is serializable
new e3609257687 [FLINK-27933][coordination] Fix/document RPC
serializability violations
new f2ef60c4fd5 [FLINK-27933][coordination][tests] Force serialization
applies to return value
The 4 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:
.../apache/flink/configuration/AkkaOptions.java | 9 ++--
.../flink/runtime/rpc/akka/AkkaRpcActor.java | 22 ++++++---
.../flink/runtime/rpc/akka/AkkaRpcService.java | 1 +
.../flink/runtime/rpc/akka/FencedAkkaRpcActor.java | 9 +++-
.../AkkaRpcActorOversizedResponseMessageTest.java | 2 +
.../rpc/akka/ContextClassLoadingSettingTest.java | 8 +---
.../runtime/resourcemanager/ResourceManager.java | 2 +
.../AbstractAsynchronousOperationHandlers.java | 4 +-
.../handler/async/CompletedOperationCache.java | 8 ++--
.../rest/handler/async/OperationResult.java | 11 +++--
.../dataset/ClusterDataSetDeleteHandlers.java | 22 +++++++--
.../flink/runtime/dispatcher/DispatcherTest.java | 9 ++--
.../runtime/dispatcher/TestingDispatcher.java | 6 +++
.../flink/test/classloading/ClassLoaderITCase.java | 55 +++++++++-------------
14 files changed, 104 insertions(+), 64 deletions(-)