zentol commented on a change in pull request #18749:
URL: https://github.com/apache/flink/pull/18749#discussion_r805835631



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/cleanup/DispatcherResourceCleanerFactoryTest.java
##########
@@ -192,7 +192,6 @@ private void assertLocalCleanupNotTriggered() {
         assertThat(jobManagerRunnerRegistryLocalCleanupFuture).isNotDone();
         assertThat(jobGraphWriterLocalCleanupFuture).isNotDone();
         assertThat(blobServer.getLocalCleanupFuture()).isNotDone();
-        
assertThat(jobManagerMetricGroup.numRegisteredJobMetricGroups()).isEqualTo(1);

Review comment:
       It just seems a bit weird because conceptually any scenario in which a 
global resource is cleaned up should also try cleaning up the local resource?




-- 
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]


Reply via email to