Github user agresch commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2631#discussion_r180792829
  
    --- Diff: 
storm-server/src/main/java/org/apache/storm/scheduler/resource/normalization/NormalizedResourceRequest.java
 ---
    @@ -187,4 +187,29 @@ public double getTotalCpu() {
         public NormalizedResources getNormalizedResources() {
             return this.normalizedResources;
         }
    +
    +    public void removeOffHeap(final double offHeap) {
    --- End diff --
    
    where is this used?  Why increment?


---

Reply via email to