dmvk commented on a change in pull request #18664:
URL: https://github.com/apache/flink/pull/18664#discussion_r837147269
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManager.java
##########
@@ -285,6 +302,8 @@ private void stopResourceManagerServices() throws Exception
{
new ResourceManagerException("Error while shutting down
resource manager", e);
}
+ delegationTokenManager.ifPresent(DelegationTokenManager::stop);
Review comment:
My gut feeling would be that they should follow the same pattern.
--
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]