Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix][Connector-V2] Fixed clickhouse connectors cannot stop under multiple parallelism #7921

Merged
merged 16 commits into from
Oct 29, 2024

Commits on Oct 22, 2024

  1. [Fix][Doc] Fix LocalFile doc (#7887)

    Supplement and optimize the description of the LocalFile connector on filtering files
    [(#7887)](#7887)
    YOMO-Lee committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    baa7cb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    415a510 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    9088a0d View commit details
    Browse the repository at this point in the history
  2. [Fix][Connector-V2][ClickHouse] Fix ClickHouse Bug (#7897)

    1、When the ClickHouse connector is set to multi parallelism, the task extraction is completed but cannot be stopped normally
    [(#7897)](#7897)
    
    2、Added E2E test cases for this issue [(#7897)](#7897)
    
    3、Local developers want to observe **Job Progress Information** in a timely manner,  Need to modify the following configuration.The configuration in config is invalid
    ```
    seatunnel engine/seatunnel-engineer-common/src/main/resources/seatunnely.yaml
    ```
    YOMO-Lee committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4276681 View commit details
    Browse the repository at this point in the history
  3. [Fix][Connector-V2][ClickHouse] Fix ClickHouse Bug (#7897)

    1、When the ClickHouse connector is set to multi parallelism, the task extraction is completed but cannot be stopped normally
    [(#7897)](#7897)
    
    2、Added E2E test cases for this issue [(#7897)](#7897)
    
    3、Local developers want to observe **Job Progress Information** in a timely manner,  Need to modify the following configuration.The configuration in config is invalid
    ```
    seatunnel engine/seatunnel-engineer-common/src/main/resources/seatunnely.yaml
    ```
    YOMO-Lee committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1b80667 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. [Fix][Connector-V2][ClickHouse] Fix ClickHouse Bug (#7897)

    1、When the ClickHouse connector is set to multi parallelism, the task extraction is completed but cannot be stopped normally
    [(#7897)](#7897)
    
    2、Added E2E test cases for this issue [(#7897)](#7897)
    
    3、Local developers want to observe **Job Progress Information** in a timely manner, Need to modify the following configuration.The configuration in config is invalid
    ```
    seatunnel engine/seatunnel-engineer-common/src/main/resources/seatunnely.yaml
    ```
    YOMO-Lee committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e64b8a6 View commit details
    Browse the repository at this point in the history
  2. [Fix][Doc] Fix LocalFile doc (#7887)

    Continue to optimize the document about filtering files and add some examples
    [(#7887)](#7887)
    YOMO-Lee committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    42e5919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b13c97 View commit details
    Browse the repository at this point in the history
  4. [Fix][Doc] Fix LocalFile doc (#7887)

    Change to English log
    [(#7887)](#7887)
    YOMO-Lee committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2e9162d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5073f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1dcf78e View commit details
    Browse the repository at this point in the history
  7. Revert "[Fix][Doc] Fix LocalFile doc (#7887)"

    This reverts commit 42e5919.
    YOMO-Lee committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    be22d93 View commit details
    Browse the repository at this point in the history
  8. Revert "[Fix][Doc] Fix LocalFile doc (#7887)"

    This reverts commit baa7cb8.
    YOMO-Lee committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    64fa711 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. [Fix][Connector-V2] Fixed clickhouse connectors cannot stop under mul…

    …tiple parallelism
    
    Adjust the bug regarding the Clickhouse connector not being able to stop properly
    YOMO-Lee committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9109024 View commit details
    Browse the repository at this point in the history
  2. [Fix][Connector-V2] Fixed clickhouse connectors cannot stop under mul…

    …tiple parallelism
    
    Optimize code structure
    YOMO-Lee committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ace9fb0 View commit details
    Browse the repository at this point in the history
  3. [Fix][Connector-V2] Fixed clickhouse connectors cannot stop under mul…

    …tiple parallelism
    
    format code
    YOMO-Lee committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    802f1f9 View commit details
    Browse the repository at this point in the history