ruanhang1993 commented on a change in pull request #18137:
URL: https://github.com/apache/flink/pull/18137#discussion_r772164554
##########
File path:
flink-end-to-end-tests/flink-end-to-end-tests-pulsar/src/test/java/org/apache/flink/tests/util/pulsar/common/FlinkContainerWithPulsarEnvironment.java
##########
@@ -43,12 +44,10 @@ private static String resourcePath(String jarName) {
return TestUtils.getResource(jarName).toAbsolutePath().toString();
}
- @Override
- protected Configuration flinkConfiguration() {
- Configuration configuration = super.flinkConfiguration();
+ protected static Configuration getClusterConfiguration() {
+ Configuration configuration = new Configuration();
// Increase the off heap memory for avoiding direct buffer memory
error on Pulsar e2e tests.
configuration.set(TASK_OFF_HEAP_MEMORY, MemorySize.ofMebiBytes(100));
Review comment:
So we don't need the old flink configuration from its parent class,
right?
--
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]