reta commented on code in PR #75:
URL: 
https://github.com/apache/flink-connector-opensearch/pull/75#discussion_r4047198982


##########
flink-connector-opensearch-e2e-tests/src/test/java/org/apache/flink/streaming/tests/OpensearchSinkE2ECase.java:
##########
@@ -52,7 +53,13 @@ public class OpensearchSinkE2ECase extends 
SinkTestSuiteBase<ComparableTuple2<In
     @TestSemantics
     CheckpointingMode[] semantics = new CheckpointingMode[] 
{CheckpointingMode.EXACTLY_ONCE};
 
-    @TestEnv FlinkContainerTestEnvironment flink = new 
FlinkContainerTestEnvironment(1, 6);
+    @TestEnv
+    FlinkContainerTestEnvironment flink =

Review Comment:
   Disabling zookeeper due to
   
   ```
   ZooKeeper JMX enabled by default
   01:54:57,832 [docker-java-stream-379156388] INFO  
org.apache.flink.connector.testframe.container.FlinkContainerTestEnvironment [] 
- [Zookeeper] STDERR: Using config: /conf/zoo.cfg
   01:54:58,067 [docker-java-stream-379156388] INFO  
org.apache.flink.connector.testframe.container.FlinkContainerTestEnvironment [] 
- [Zookeeper] STDERR: java.lang.NullPointerException
   01:54:58,069 [docker-java-stream-379156388] INFO  
org.apache.flink.connector.testframe.container.FlinkContainerTestEnvironment [] 
- [Zookeeper] STDERR:      at 
java.base/jdk.internal.platform.cgroupv2.CgroupV2Subsystem.getInstance(Unknown 
Source)
   
   ```



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