dongjoon-hyun commented on PR #860: URL: https://github.com/apache/spark-kubernetes-operator/pull/860#issuecomment-5767046135
Thanks for the approval, @viirya. The documentation follow-up is in `d240956`. `API_SECONDARY_RESOURCE_CREATE_INITIAL_BACKOFF_MILLIS` now lists the unanswered request alongside `Retry-After`, 409 and 429, in both the Javadoc and the `description`, and `docs/config_properties.md` is regenerated: > Backoff is applied whenever the API server response carries a Retry-After hint, on 409 (Conflict) and 429 (Too Many Requests) responses, and on a request the API server never answered, which carries no response status and so can never supply a Retry-After hint. I checked the neighbouring options for the same stale wording. The only other `Retry-After` mention is in `API_RETRY_ATTEMPT_AFTER_SECONDS`, which describes the status-patch retry interval rather than this backoff policy, so I left it alone. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
