davidradl commented on code in PR #27257:
URL: https://github.com/apache/flink/pull/27257#discussion_r2592026732
##########
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/FineGrainedSlotManager.java:
##########
@@ -227,10 +238,26 @@ public void start(
}
private void registerSlotManagerMetrics() {
- slotManagerMetricGroup.gauge(
Review Comment:
@ztison Personally I would go with the synchronise or concurrent map as it
solves the same problem without the future, but let's see what others have to
say. If others are ok with your approach - I will back 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]