You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/29 10:17:00 UTC

[GitHub] [flink] gaborgsomogyi commented on a change in pull request #18664: [FLINK-25907][runtime][security] Add pluggable delegation token manager

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org