[GH] (flink-connector-kafka/FLINK-34554-fix-transaction-ids): Workflow run "Flink Connector Kafka CI" failed!
The GitHub Actions job "Flink Connector Kafka CI" on flink-connector-kafka.git/FLINK-34554-fix-transaction-ids has failed. Run started by GitHub user AHeise (triggered by AHeise). Head commit for run: 8fb9a8cf966fd838cc77d19ebb8f0639b4f6ac12 / Arvid Heise Fix ownership model The previous approach assumed that state is restributed by modulo and mapped the ownership model to it. However, it's actually redistributed in a more range partition oriented way where a scale down from 4->2 results in subtask 0 getting the state assigned from old subtask 0 and 1. Report URL: https://github.com/apache/flink-connector-kafka/actions/runs/14198140468 With regards, GitHub Actions via GitBox
[GH] (flink-connector-kafka/main): Workflow run "Flink Connector Kafka CI" is working again!
The GitHub Actions job "Flink Connector Kafka CI" on flink-connector-kafka.git/main has succeeded. Run started by GitHub user AHeise (triggered by AHeise). Head commit for run: 6f251eca9dc93cd88ff11e60d3ae321d3ac91e2e / Arvid Heise [FLINK-37356] Remove transaction reset Added in a recent commit that introduces ProducerPool, the method was supposed to cleanup a producer that is still in transactional state for reuse. Since we now don't reuse producers for abnormal states anymore, we can now simply double-commit before reuse avoiding at least some reflection hacks. Report URL: https://github.com/apache/flink-connector-kafka/actions/runs/14196981806 With regards, GitHub Actions via GitBox
[GH] (flink-connector-kafka/kafka-4.0.0): Workflow run "Flink Connector Kafka CI" failed!
The GitHub Actions job "Flink Connector Kafka CI" on flink-connector-kafka.git/kafka-4.0.0 has failed. Run started by GitHub user tomncooper (triggered by AHeise). Head commit for run: eaa652385171cdf81d28c1aba0ed0707b6314a94 / Thomas Cooper [FLINK-37583] Upgrade to Kafka 4.0.0 client. Note that this update will make the connector incompatible with Kafka clusters running Kafka version 2.0 and older. Signed-off-by: Thomas Cooper Report URL: https://github.com/apache/flink-connector-kafka/actions/runs/14195387498 With regards, GitHub Actions via GitBox
[GH] (flink-cdc/oracle-specific-offset): Workflow run "Flink CDC CI" is working again!
The GitHub Actions job "Flink CDC CI" on flink-cdc.git/oracle-specific-offset has succeeded. Run started by GitHub user JNSimba (triggered by JNSimba). Head commit for run: e39791adc3411f6bfe59302510791d0f195188a3 / wudi <676366...@qq.com> Merge branch 'master' into oracle-specific-offset Report URL: https://github.com/apache/flink-cdc/actions/runs/14188692075 With regards, GitHub Actions via GitBox
[GH] (flink/master): Workflow run "Flink CI (beta)" failed!
The GitHub Actions job "Flink CI (beta)" on flink.git/master has failed. Run started by GitHub user klion26 (triggered by klion26). Head commit for run: 7052c3bd87563d2208e7355effee8accdbab3b2a / huangyanyanyan [FLINK-37472][docs] fix typo in zh content of page streaming_analytics Report URL: https://github.com/apache/flink/actions/runs/14188875339 With regards, GitHub Actions via GitBox
[GH] (flink/release-1.20): Workflow run "Flink CI (beta)" is working again!
The GitHub Actions job "Flink CI (beta)" on flink.git/release-1.20 has succeeded. Run started by GitHub user Sxnan (triggered by Sxnan). Head commit for run: e1e6527d9f7d516d3b62f38792c70611d3b16d15 / Laffery <49607541+laff...@users.noreply.github.com> [hotfix][docs] update create table syntax pseudo code This closes #26355 Report URL: https://github.com/apache/flink/actions/runs/14191830384 With regards, GitHub Actions via GitBox
[GH] (flink-connector-kafka/FLINK-34554-fix-transaction-ids): Workflow run "Flink Connector Kafka CI" is working again!
The GitHub Actions job "Flink Connector Kafka CI" on flink-connector-kafka.git/FLINK-34554-fix-transaction-ids has succeeded. Run started by GitHub user AHeise (triggered by AHeise). Head commit for run: 85942c398c253471d602116bddd55c33ff17db8f / Arvid Heise Fix ownership model The previous approach assumed that state is restributed by modulo and mapped the ownership model to it. However, it's actually redistributed in a more range partition oriented way where a scale down from 4->2 results in subtask 0 getting the state assigned from old subtask 0 and 1. Report URL: https://github.com/apache/flink-connector-kafka/actions/runs/14203903948 With regards, GitHub Actions via GitBox
[GH] (flink/master): Workflow run "Flink CI (beta)" failed!
The GitHub Actions job "Flink CI (beta)" on flink.git/master has failed. Run started by GitHub user twalthr (triggered by twalthr). Head commit for run: e06fddc95541cb10df1b605087acc4b49252c254 / Bonnie Varghese [FLINK-19059]: Add NonTimeRangeUnboundedPrecedingFunction for OverAggregate This closes #25753. Report URL: https://github.com/apache/flink/actions/runs/14196831352 With regards, GitHub Actions via GitBox
[GH] (flink/master): Workflow run "Build documentation" is working again!
The GitHub Actions job "Build documentation" on flink.git/master has succeeded. Run started by GitHub user MartijnVisser (triggered by MartijnVisser). Head commit for run: 60041948a63706be596f12b309c79dbe9a010fb5 / Timo Walther [FLINK-37547][docs] Document PTFs This closes #26375. Report URL: https://github.com/apache/flink/actions/runs/14196207752 With regards, GitHub Actions via GitBox
[GH] (flink-cdc/master): Workflow run "Flink CDC CI Nightly" failed!
The GitHub Actions job "Flink CDC CI Nightly" on flink-cdc.git/master has failed. Run started by GitHub user leonardBang (triggered by leonardBang). Head commit for run: 8ea04ec218421b862ef46fa4cf3e00cc8e047a5d / gongzhongqiang [hotfix][ci] Prevent Nightly actions from being triggered by forks (#3969) Report URL: https://github.com/apache/flink-cdc/actions/runs/14209243684 With regards, GitHub Actions via GitBox
[GH] (flink-cdc/FLINK-37529-common): Workflow run "Flink CDC CI" failed!
The GitHub Actions job "Flink CDC CI" on flink-cdc.git/FLINK-37529-common has failed. Run started by GitHub user loserwang1024 (triggered by ruanhang1993). Head commit for run: 8f5f6d306ff0257f62dd302f95b6736659195fbd / Hongshun Wang [FLINK-37529][cdc-connector] Add flink-cdc-commo to the package to all the incremental source framework Report URL: https://github.com/apache/flink-cdc/actions/runs/13987166066 With regards, GitHub Actions via GitBox
[GH] (flink-cdc/FLINK-37509-no-buffer): Workflow run "Flink CDC CI" failed!
The GitHub Actions job "Flink CDC CI" on flink-cdc.git/FLINK-37509-no-buffer has failed. Run started by GitHub user loserwang1024 (triggered by ruanhang1993). Head commit for run: 3ff9df13451b60e516422c92df5ab401e519feeb / Hongshun Wang [FLINK-37509][cdc-connector] Increment scan source no need to buffer data when enable skipping backfill. Report URL: https://github.com/apache/flink-cdc/actions/runs/14195324329 With regards, GitHub Actions via GitBox
[GH] (flink-cdc/FLINK-37529-common): Workflow run "Flink CDC CI" failed!
The GitHub Actions job "Flink CDC CI" on flink-cdc.git/FLINK-37529-common has failed. Run started by GitHub user loserwang1024 (triggered by ruanhang1993). Head commit for run: 8f5f6d306ff0257f62dd302f95b6736659195fbd / Hongshun Wang [FLINK-37529][cdc-connector] Add flink-cdc-commo to the package to all the incremental source framework Report URL: https://github.com/apache/flink-cdc/actions/runs/13987166066 With regards, GitHub Actions via GitBox
[GH] (flink/master): Workflow run "Flink CI (beta)" failed!
The GitHub Actions job "Flink CI (beta)" on flink.git/master has failed. Run started by GitHub user Sxnan (triggered by Sxnan). Head commit for run: 2921fb7289fd6dc992b16180d62e904b901d83da / Laffery <49607541+laff...@users.noreply.github.com> [FLINK-37151][runtime-web] Remove redundant testing dependencies and files (#26383) Report URL: https://github.com/apache/flink/actions/runs/14209485354 With regards, GitHub Actions via GitBox
[GH] (flink/master): Workflow run "Nightly (beta)" failed!
The GitHub Actions job "Nightly (beta)" on flink.git/master has failed. Run started by GitHub user github-actions[bot] (triggered by github-actions[bot]). Head commit for run: 2921fb7289fd6dc992b16180d62e904b901d83da / Laffery <49607541+laff...@users.noreply.github.com> [FLINK-37151][runtime-web] Remove redundant testing dependencies and files (#26383) Report URL: https://github.com/apache/flink/actions/runs/14210174635 With regards, GitHub Actions via GitBox
[GH] (flink/release-2.0): Workflow run "Nightly (beta)" failed!
The GitHub Actions job "Nightly (beta)" on flink.git/release-2.0 has failed. Run started by GitHub user github-actions[bot] (triggered by github-actions[bot]). Head commit for run: 247b070943d54dfb749bc97f8d93a87d6db8cd05 / JunRuiLee [FLINK-37576][runtime] Fix the incorrect status of the isBroadcast field in AllToAllBlockingResultInfo when submitting a job graph. This issue has minimal impact on users because RestClusterClient is annotated with @Internal, and users can only submit stream graphs. Report URL: https://github.com/apache/flink/actions/runs/14210174747 With regards, GitHub Actions via GitBox
[Build failed] flink-ci.flink-master-mirror - flink-ci/flink-mirror:release-1.20 - apache-flink - e1e6527d
[Build failed] flink-ci.flink-master-mirror - flink-ci/flink-mirror:release-1.20 - apache-flink - e1e6527d Azure DevOps Build #20250402.2 failed flink-ci.flink-master-mirror Ran for 6 hours View results Summary Build pipeline flink-ci.flink-master-mirror Finished Wed, Apr 02 2025 05:53:07 GMT+00:00 Reason Schedule Details docs_404_check 0 error(s), 0 warning(s) compile_ci 0 error(s), 0 warning(s) compile_cron_adaptive_scheduler 0 error(s), 0 warning(s) cron_snapshot_deployment_binary 0 error(s), 0 warning(s) compile_cron_jdk21 0 error(s), 0 warning(s) compile_cron_hadoop313 0 error(s), 0 warning(s) compile_cron_jdk17 0 error(s), 0 warning(s) compile_cron_jdk11 0 error(s), 0 warning(s) test_ci 0 error(s), 1 warning(s) cron_snapshot_deployment_maven 0 error(s), 0 warning(s) test_cron_adaptive_scheduler 0 error(s), 1 warning(s) test_cron_jdk17 0 error(s), 1 warning(s) test_cron
[Build failed] flink-ci.flink-master-mirror - flink-ci/flink-mirror:master - apache-flink - e06fddc9
[Build failed] flink-ci.flink-master-mirror - flink-ci/flink-mirror:master - apache-flink - e06fddc9 Azure DevOps Build #20250402.1 failed flink-ci.flink-master-mirror Ran for 6 hours View results Summary Build pipeline flink-ci.flink-master-mirror Finished Wed, Apr 02 2025 06:05:48 GMT+00:00 Reason Schedule Details docs_404_check 0 error(s), 0 warning(s) build_wheels_on_Linux 0 error(s), 0 warning(s) docs_404_check 0 error(s), 0 warning(s) compile_ci 0 error(s), 0 warning(s) compile_cron_jdk11 0 error(s), 0 warning(s) compile_cron_hadoop313 0 error(s), 0 warning(s) compile_cron_azure 0 error(s), 0 warning(s) cron_snapshot_deployment_binary 0 error(s), 0 warning(s) cron_snapshot_deployment_maven 0 error(s), 0 warning(s) compile_cron_adaptive_scheduler 0 error(s), 0 warning(s) build_wheels_on_macos 0 error(s), 0 warning(s) compile_cron_jdk21 0 error(s), 0 warning(s) test_cron
[GH] (flink/release-1.20): Workflow run "Flink CI (beta)" is working again!
The GitHub Actions job "Flink CI (beta)" on flink.git/release-1.20 has succeeded. Run started by GitHub user Sxnan (triggered by Sxnan). Head commit for run: 8131ab7601ebd9bf29c7f016dccce55b5c9b0d0b / Laffery <49607541+laff...@users.noreply.github.com> [FLINK-37151][runtime-web] Remove redundant testing dependencies and files (#25997) Report URL: https://github.com/apache/flink/actions/runs/14209512808 With regards, GitHub Actions via GitBox
[GH] (flink-cdc/master): Workflow run "Flink CDC CI" is working again!
The GitHub Actions job "Flink CDC CI" on flink-cdc.git/master has succeeded. Run started by GitHub user ruanhang1993 (triggered by ruanhang1993). Head commit for run: d6f8bd4355e995a3f6f986b8f7fd51b8f6a6712b / Hongshun Wang <125648852+loserwang1...@users.noreply.github.com> [FLINK-37529][cdc-connector] Add flink-cdc-common module to all sql jars (#3962) Report URL: https://github.com/apache/flink-cdc/actions/runs/14210651828 With regards, GitHub Actions via GitBox
[GH] (flink/release-1.20): Workflow run "Nightly (beta)" failed!
The GitHub Actions job "Nightly (beta)" on flink.git/release-1.20 has failed. Run started by GitHub user github-actions[bot] (triggered by github-actions[bot]). Head commit for run: 8131ab7601ebd9bf29c7f016dccce55b5c9b0d0b / Laffery <49607541+laff...@users.noreply.github.com> [FLINK-37151][runtime-web] Remove redundant testing dependencies and files (#25997) Report URL: https://github.com/apache/flink/actions/runs/14210174934 With regards, GitHub Actions via GitBox
[GH] (flink/release-1.19): Workflow run "Nightly (beta)" is working again!
The GitHub Actions job "Nightly (beta)" on flink.git/release-1.19 has succeeded. Run started by GitHub user github-actions[bot] (triggered by github-actions[bot]). Head commit for run: c680484906acb9bf46a5850b676cbca2a231a98f / Alexander Fedulov <1492164+afedu...@users.noreply.github.com> [hotfix][docs] Update docs to the latest 1.19 version Report URL: https://github.com/apache/flink/actions/runs/14210174685 With regards, GitHub Actions via GitBox
[GH] (flink-cdc/FLINK-36931): Workflow run "Flink CDC CI" failed!
The GitHub Actions job "Flink CDC CI" on flink-cdc.git/FLINK-36931 has failed. Run started by GitHub user aiwenmo (triggered by leonardBang). Head commit for run: f2593198f83cf4216e49e1004993ccb1419ca257 / yuxiqian <34335406+yuxiq...@users.noreply.github.com> [FLINK-36931-contrib] Simplify UdfE2eITCase using @ParameterizedTest (#12) * nit: simplify UdfE2eITCase * fix: ci Report URL: https://github.com/apache/flink-cdc/actions/runs/14174143045 With regards, GitHub Actions via GitBox
[GH] (flink/master): Workflow run "Flink CI (beta)" failed!
The GitHub Actions job "Flink CI (beta)" on flink.git/master has failed. Run started by GitHub user Sxnan (triggered by Sxnan). Head commit for run: 9fbd25c27bd4afc8f27ab157cab68138ec4a2f4d / Laffery <49607541+laff...@users.noreply.github.com> [hotfix][docs] update create table syntax pseudo code Report URL: https://github.com/apache/flink/actions/runs/14191683582 With regards, GitHub Actions via GitBox