Savonitar commented on code in PR #28639:
URL: https://github.com/apache/flink/pull/28639#discussion_r3903753221
##########
flink-runtime/src/test/java/org/apache/flink/runtime/security/token/DefaultDelegationTokenManagerTest.java:
##########
@@ -211,8 +231,9 @@ void startTokensUpdate() {
}
};
- delegationTokenManager.startTokensUpdate();
+ // The first two cycles fail and schedule a retry each. The third
succeeds.
ExceptionThrowingDelegationTokenProvider.throwInUsage.set(true);
+ delegationTokenManager.start(tokens -> {});
Review Comment:
addressed in
https://github.com/apache/flink/pull/28639/changes/43d5d938de3cc762a12e15bc3bb59cc56d4c5a41
--
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]