gaborgsomogyi commented on a change in pull request #18664:
URL: https://github.com/apache/flink/pull/18664#discussion_r802907545
##########
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:
Adding it but it would be good to understand that do heartbeat services
need to do the same or they're somehow different?
--
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]