zhijiangW commented on a change in pull request #10616: [FLINK-15288] Starting
jobmanager pod should respect containerized.heap-cutoff
URL: https://github.com/apache/flink/pull/10616#discussion_r361384408
##########
File path:
flink-kubernetes/src/test/java/org/apache/flink/kubernetes/KubernetesClusterDescriptorTest.java
##########
@@ -102,8 +102,8 @@ public void testKillCluster() throws Exception {
final KubernetesClusterDescriptor descriptor = new
KubernetesClusterDescriptor(FLINK_CONFIG, flinkKubeClient);
final ClusterSpecification clusterSpecification = new
ClusterSpecification.ClusterSpecificationBuilder()
- .setMasterMemoryMB(1)
- .setTaskManagerMemoryMB(1)
+ .setMasterMemoryMB(1234)
Review comment:
We do not need to set these options, and the default value 768 in
`ClusterSpecificationBuilder ` is already suitable for the test.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services