Commit 2835e4a
committed
[FLINK-36059][tests] Bump cp-kafka and cp-schema-registry from 7.2.2 to 7.2.9
cp-kafka:7.2.2 ships JDK 11.0.16.1 which has a known cgroup v2 bug (JDK-8287073) that causes a NullPointerException in CgroupV2Subsystem.getInstance(). Docker 29 changed cgroup handling in a way that now triggers this bug, crashing the Kafka container before it can start and failing SqlClientITCase.
cp-kafka:7.2.9 ships JDK 11.0.21 which includes the fix. Update cp-schema-registry to 7.2.9 as well since it bundles the same vulnerable JDK.
(cherry picked from commit 2db7996)1 parent 004e2ef commit 2835e4a
File tree
3 files changed
+4
-4
lines changed- flink-end-to-end-tests/test-scripts
- flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/util
3 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments