sohami commented on a change in pull request #1762: [DRILL-7191 / DRILL-7026]:
RM state blob persistence in Zookeeper and Integration of Distributed queue
configuration with Planner
URL: https://github.com/apache/drill/pull/1762#discussion_r279983332
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/ops/OperatorStats.java
##########
@@ -88,7 +88,7 @@ public OperatorStats(OperatorStats original, boolean
isClean) {
}
@VisibleForTesting
- public OperatorStats(int operatorId, int operatorType, int inputCount,
BufferAllocator allocator) {
+ public OperatorStats(int operatorId, int operatorType, int inputCount,
BufferAllocator allocator, long initialAllocation) {
Review comment:
suggest to rename `initialAllocation` to `optimalMemoryAllocation`
----------------------------------------------------------------
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