This is an automated email from the ASF dual-hosted git repository.
jqin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from faf9a8a [FLINK-26016][hive] Fix FileSystemLookupFunction does not
produce correct results when hive table uses columnar storage
new 10c666b [FLINK-24607] Let Deadline handle duration overflow.
new a17655e [FLINK-24607] Add util methods to shutdown executor services.
new 0f19c24 [FLINK-24607] Make OperatorCoordinator closure more robust.
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:
.../org/apache/flink/api/common/time/Deadline.java | 27 +++-
.../coordination/ComponentClosingUtils.java | 95 ++++++++++-
.../RecreateOnResetOperatorCoordinator.java | 12 +-
.../source/coordinator/ExecutorNotifier.java | 21 +--
.../source/coordinator/SourceCoordinator.java | 36 ++---
.../coordinator/SourceCoordinatorContext.java | 24 +--
.../coordinator/SourceCoordinatorProvider.java | 11 +-
.../coordination/ComponentClosingUtilsTest.java | 173 +++++++++++++++++++++
.../source/coordinator/ExecutorNotifierTest.java | 14 +-
.../source/coordinator/SourceCoordinatorTest.java | 63 +++++++-
.../coordinator/SourceCoordinatorTestBase.java | 1 -
.../ManuallyTriggeredScheduledExecutorService.java | 2 +-
12 files changed, 390 insertions(+), 89 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/ComponentClosingUtilsTest.java