craigcondit commented on PR #555: URL: https://github.com/apache/yunikorn-k8shim/pull/555#issuecomment-1478543376
This shouldn't have a timeout at all (I realize the API call requires one, but we should it as close to infinity as possible. Why? Because this is simply waiting for the K8s API server to synchronize. If the API server is temporarily unavailable, or slow, or just takes 20 minutes to sync up, then that's what it takes. What we should probably do is wait for 10 seconds, log a message, wait for ten more, etc. in a loop with no end until it succeeds. -- 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]
