xushiyan commented on code in PR #8445:
URL: https://github.com/apache/hudi/pull/8445#discussion_r1203786184
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/index/hbase/TestSparkHoodieHBaseIndex.java:
##########
@@ -114,6 +114,9 @@ public class TestSparkHoodieHBaseIndex extends
SparkClientFunctionalTestHarness
@BeforeAll
public static void init() throws Exception {
// Initialize HbaseMiniCluster
+ System.setProperty("zookeeper.preAllocSize", "100");
+ System.setProperty("zookeeper.maxCnxns", "60");
+ System.setProperty("zookeeper.4lw.commands.whitelist", "*");
Review Comment:
trying to run in CI without it. locally seems fine.
--
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]