suhwan-cheon commented on PR #4277:
URL: https://github.com/apache/flink-cdc/pull/4277#issuecomment-4020264511

   The CI failure in `flink-cdc-pipeline-connector-kafka` module is **unrelated 
to the changes in this PR**.
   
   The failure is caused by a Testcontainers issue where the Kafka Docker 
container (`confluentinc/cp-kafka:7.2.2`) failed to start within the timeout 
period:
   
   ```
   ContainerLaunchException: Container startup failed for image 
confluentinc/cp-kafka:7.2.2
   Caused by: Timed out waiting for log output matching '.*\[KafkaServer 
id=\d+\] started.*'
   ```
   
   This is a flaky infrastructure issue in the CI environment — the Kafka 
container exited with code 1 during startup, which is unrelated to the Iceberg 
default column value changes in this PR. The test `KafkaDataSinkITCase` does 
not involve any code modified by this PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to