master
Name already in use
Commits on May 24, 2023
-
[FLINK-32056][Python][Connector/Pulsar] Add missing APIs in flink-con…
…nector-pulsar v4.0.0
Commits on May 23, 2023
-
-
[FLINK-32056][Python][Connector/Pulsar] Upgrade flink-connector-pulsa…
…r used in flink-python to v4.0.0, which is compatible with Flink 1.17.x and upwards This closes #22571.
-
-
-
[FLINK-31786][runtime] Removes unused classes
Signed-off-by: Matthias Pohl <matthias.pohl@aiven.io>
Commits on May 22, 2023
-
[FLINK-31354][tests] Increased timeout for NettyClientServerSslTest t…
…o improve test stability Signed-off-by: Matthias Pohl <matthias.pohl@aiven.io>
-
[FLINK-32058][tests] Migrate the subclasses of BatchAbstractTestBase …
…in runtime.batch.sql to JUnit5
-
[FLINK-32129][fs-connector] Use string array in PartitionCommitInfo
Using generics will throw exception when 'pipeline.generic-types' is disabled Close #22609
-
-
-
[FLINK-31773][runtime] Splits up DefaultLeaderElectionService.start(L…
…eaderContender) This change adds a clear separation of the driver lifecycle and the LeaderContender registration to DefaultLeaderElectionService. Signed-off-by: Matthias Pohl <matthias.pohl@aiven.io>
-
[hotfix][tests] Replaces TestingZooKeeperServer with ZooKeeperExtension
Signed-off-by: Matthias Pohl <matthias.pohl@aiven.io>
-
[FLINK-29618][yarn-tests] Remove Timeout annotation in YARN-related i…
…ntegration tests
-
[FLINK-31498][runtime] Only request redundant task manager when all p…
…ending slots registered.
-
[FLINK-32131][python] Support specifying hadoop config directory for …
…HiveCatalog This closes #22607.
Commits on May 20, 2023
-
Revert "[FLINK-32123][e2e] Fix E2E kafka download timeout"
This reverts commit 8c3637b.
Commits on May 19, 2023
-
[FLINK-31890][runtime] Introduce DefaultScheduler failure enrichment/…
…labeling * Introduce async task failure labeling as part of ExecutionFailureHandler#handleFailure (both for local and global failures) * Introduce two fields to ExceptionHistoryEntry: a transient CompletableFuture<Map<String, String>> failureLabelsFuture as well as a Map<String, String> failureLabels -- the failureLabels are set as soon as failureLabelsFuture is completed * Extend ExceptionHistoryEntry, FailureHandlingResult, FailureHandlingResultSnapshot to expose labels as part of ExceptionHistory * Extend existing tests (e.g., DefaultSchedulerTest, FailureHandlingResultTest) to validate functionality
-
[FLINK-32112][docs] Fix the deprecated state backend sample config in…
… Chinese document

