yuanoOo commented on PR #184:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/184#issuecomment-3645075523

   @RocMarshal Hi there,
   
   To fix the GitHub CI failure caused by the OceanBase container startup 
issue, I suggest the following:
   
   1. **Adjust the container startup parameters**:
      ```java
      .withMode(OceanBaseCEContainer.Mode.MINI)
      .withEnv("OB_DATAFILE_SIZE", "2G")
      .withEnv("OB_LOG_DISK_SIZE", "4G")
      .withStartupTimeout(Duration.ofMinutes(4));
      ```
      See the complete example here: 
https://github.com/oceanbase/flink-connector-oceanbase/blob/4b4f33376a6f60e3f5f3586a6d9904c1c356b8a5/flink-connector-oceanbase-base/src/test/java/com/oceanbase/connector/flink/OceanBaseMySQLTestBase.java#L62-L72
   
   2. **Upgrade the image version to 
[4.3.5-lts](https://hub.docker.com/layers/oceanbase/oceanbase-ce/4.3.5-lts/images/sha256-396fff4438f84a694c46585e2d50fddbd4ebc7cf0ad2a8005b405fbbdd62a0ba)**
   


-- 
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