wsry commented on a change in pull request #11351: [FLINK-16404][runtime] Solve
the potential deadlock problem when reducing exclusive buffers to zero
URL: https://github.com/apache/flink/pull/11351#discussion_r404683261
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointMetrics.java
##########
@@ -59,19 +56,13 @@ public CheckpointMetrics(
checkArgument(bytesBufferedInAlignment >= -1);
checkArgument(alignmentDurationNanos >= -1);
- this.bytesBufferedInAlignment = bytesBufferedInAlignment;
this.alignmentDurationNanos = alignmentDurationNanos;
this.syncDurationMillis = syncDurationMillis;
this.asyncDurationMillis = asyncDurationMillis;
}
public long getBytesBufferedInAlignment() {
Review comment:
I further removed the relevant code except those in rest handler, the rest
handler always return 0 to the web ui, I think we need another ticket to
further remove it in web ui.
----------------------------------------------------------------
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