This is an automated email from the ASF dual-hosted git repository.
shengkai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from d5a66063b29 [FLINK-31324][connector] Reintroduce previous
SingleThreadFetcherManager constructor and mark it as deprecated
add d2296422933 [FLINK-31092][sql-gateway] Fix OperationManager can not
kill the running task by force
add f47b3704867 [FLINK-31092][table-common] Fix ServiceLoaderUtil keeps
loading even though the classloader has been closed
No new revisions were added by this update.
Summary of changes:
.../flink/table/gateway/api/utils/ThreadUtils.java | 4 +-
.../service/operation/OperationManager.java | 47 +++++++++++-
.../service/operation/OperationManagerTest.java | 29 ++++++++
.../apache/flink/table/factories/FactoryUtil.java | 52 ++++++++------
.../flink/table/factories/ServiceLoaderUtil.java | 83 ----------------------
.../flink/table/factories/FactoryUtilTest.java | 20 ++++++
6 files changed, 128 insertions(+), 107 deletions(-)
delete mode 100644
flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/ServiceLoaderUtil.java