dawidwys commented on a change in pull request #17664:
URL: https://github.com/apache/flink/pull/17664#discussion_r744478581
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/throughput/BufferDebloater.java
##########
@@ -50,6 +54,14 @@ public BufferDebloater(
this.lastBufferSize = maxBufferSize;
bufferSizeEMA = new BufferSizeEMA(maxBufferSize, minBufferSize,
numberOfSamples);
+
+ LOG.debug(
Review comment:
I'd be fine with passing the index, for the sake of cleaner debug logs.
Especially as each gate might have different buffer sizes.
--
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]