zuston commented on issue #151: URL: https://github.com/apache/incubator-uniffle/issues/151#issuecomment-1209397163
Firstly i think your PR is meaningful for cluster load access checker. But in other access checker, sometimes we needn’t retry. So I will introduce a special acess result of `NON_TRANSIENT_ACCESS_DENIED` to avoid retry in some checkers. ### For example If we enable two checkers 1. when cluster-loader check deny but candidates checker pass, so we need to retry 2. when cluster-loader check pass but candidates check deny, retry isn’t needed 3. when two checks deny, retry isn’t needed -- 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]
