The Wayback Machine - https://web.archive.org/web/20230524035139/https://github.com/apache/flink/commits/master
Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 24, 2023

  1. [FLINK-32056][Python][Connector/Pulsar] Add missing APIs in flink-con…

    …nector-pulsar v4.0.0
    dianfu committed May 24, 2023

Commits on May 23, 2023

  1. [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.
    MartijnVisser authored and dianfu committed May 23, 2023
  2. [FLINK-31786][runtime] Removes unused classes

    Signed-off-by: Matthias Pohl <matthias.pohl@aiven.io>
    XComp committed May 23, 2023

Commits on May 22, 2023

  1. [FLINK-31354][tests] Increased timeout for NettyClientServerSslTest t…

    …o improve test stability
    
    Signed-off-by: Matthias Pohl <matthias.pohl@aiven.io>
    XComp committed May 22, 2023
  2. [FLINK-32058][tests] Migrate the subclasses of BatchAbstractTestBase …

    …in runtime.batch.sql to JUnit5
    TanYuxin-tyx authored and reswqa committed May 22, 2023
  3. [FLINK-32129][fs-connector] Use string array in PartitionCommitInfo

    Using generics will throw exception when 'pipeline.generic-types' is disabled
    
    Close #22609
    FangYongs authored and libenchao committed May 22, 2023
  4. [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>
    XComp committed May 22, 2023
  5. [hotfix][tests] Replaces TestingZooKeeperServer with ZooKeeperExtension

    Signed-off-by: Matthias Pohl <matthias.pohl@aiven.io>
    XComp committed May 22, 2023
  6. [FLINK-29618][yarn-tests] Remove Timeout annotation in YARN-related i…

    …ntegration tests
    WencongLiu authored and XComp committed May 22, 2023
  7. [FLINK-31498][runtime] Only request redundant task manager when all p…

    …ending slots registered.
    huwh authored and reswqa committed May 22, 2023
  8. [FLINK-32131][python] Support specifying hadoop config directory for …

    …HiveCatalog
    
    This closes #22607.
    dianfu committed May 22, 2023

Commits on May 20, 2023

  1. Revert "[FLINK-32123][e2e] Fix E2E kafka download timeout"

    This reverts commit 8c3637b.
    pgaref authored and reswqa committed May 20, 2023

Commits on May 19, 2023

  1. [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
    pgaref authored and dmvk committed May 19, 2023
  2. [FLINK-32112][docs] Fix the deprecated state backend sample config in…

    … Chinese document
    xmzhou00 authored and reswqa committed May 19, 2023
  3. [FLINK-29542][docs] Fix typos in unload.md

    This closes #20986
    jiaoqingbo committed May 19, 2023

Commits on May 17, 2023

  1. [hotfix] Fix typos of comment

    hustonic authored and reswqa committed May 17, 2023
Older