gaborgsomogyi commented on a change in pull request #18664:
URL: https://github.com/apache/flink/pull/18664#discussion_r837306314
##########
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:
OK, I've added the suggestion and we can discuss whether we want to add
the mentioned change in a separate PR for the old code.
--
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]