czy006 commented on code in PR #3072:
URL: https://github.com/apache/amoro/pull/3072#discussion_r1740583102


##########
amoro-ams/amoro-ams-server/src/main/java/org/apache/amoro/server/manager/KubernetesOptimizerContainer.java:
##########
@@ -80,8 +89,15 @@ protected Map<String, String> doScaleOut(Resource resource) {
     groupProperties.putAll(resource.getProperties());
 
     // generate pod start args
-    long memoryPerThread = Long.parseLong(checkAndGetProperty(groupProperties, 
MEMORY_PROPERTY));
-    long memory = memoryPerThread * resource.getThreadCount();
+    long memoryPerThread;
+    long memory;
+    //

Review Comment:
   delete 94Line `//` it



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