Ethanlm commented on a change in pull request #3244: [STORM-3600] Add caching
in Cluster.calculateSharedOffHeapNodeMemory
URL: https://github.com/apache/storm/pull/3244#discussion_r408889508
##########
File path:
storm-server/src/test/java/org/apache/storm/scheduler/resource/strategies/scheduling/TestLargeCluster.java
##########
@@ -70,6 +70,8 @@
public static final String TEST_CLUSTER_NAME = "largeCluster01";
public static final String TEST_RESOURCE_PATH = "clusterconf/" +
TEST_CLUSTER_NAME;
+ public static final String COMPRESSED_SERIALIZED_TOPOLOGY_FILENAME_ENDING
= "code.ser";
Review comment:
There is a variable with the same name in TestTopologyAnonymizerUtils.java
but with different meanings. What's the difference here?
----------------------------------------------------------------
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