dandsager1 commented on a change in pull request #3096: STORM-3480 Implement 
One Worker Per Executor RAS Option
URL: https://github.com/apache/storm/pull/3096#discussion_r310657125
 
 

 ##########
 File path: 
storm-server/src/main/java/org/apache/storm/scheduler/SchedulerAssignmentImpl.java
 ##########
 @@ -45,7 +43,7 @@
      */
     private final Map<ExecutorDetails, WorkerSlot> executorToSlot = new 
HashMap<>();
     private final Map<WorkerSlot, WorkerResources> resources = new HashMap<>();
-    private final Map<String, Double> nodeIdToTotalSharedOffHeap = new 
HashMap<>();
+    private final Map<String, Double> nodeIdToTotalSharedOffHeapNode = new 
HashMap<>();
 
 Review comment:
   Trying to make explicit a distinction between sharedOffHeapWorker and 
sharedOffHeapNode

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

Reply via email to