This is an automated email from the ASF dual-hosted git repository. shengkai pushed a change to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git
from 7dd61c31714 [FLINK-31288][doc] Update doc ralated to overdraft buffer. new 594010624f8 [FLINK-31092][sql-gateway] Fix OperationManager can not kill the running task by force new 86e12eb3fce [FLINK-31092][table-common] Fix ServiceLoaderUtil keeps loading even though the classloader has been closed 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/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