yuqi1129 commented on code in PR #10031:
URL: https://github.com/apache/gravitino/pull/10031#discussion_r2851205514
##########
integration-test-common/src/test/java/org/apache/gravitino/integration/test/container/ContainerSuite.java:
##########
@@ -454,9 +454,9 @@ public void startOceanBaseContainer() {
"OB_DATAFILE_SIZE",
"1G",
"OB_LOG_DISK_SIZE",
- "2G",
+ "8G",
"OB_MEMORY_LIMIT",
- "4G"))
+ "6G"))
Review Comment:
It also works; strictly speaking, we need to call `initIfNecessary`.
However, this is a cherry-pick PR, I'm reluctant to add it in this Pr and will
fix it in another PR by the way.
--
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]