akalash commented on a change in pull request #17664:
URL: https://github.com/apache/flink/pull/17664#discussion_r743785933
##########
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 don't know does it make sense or not since
`BufferDebloaterConfiguration` is the same for all gates but I think it will be
nice to have the gate index(or a similar sign of gate) in the log for each
recalculation of buffer size which is only possible if we pass the such a thing
into `BufferDebloater`. So it makes sense to think about it.
--
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]