o-nikolas commented on code in PR #46562:
URL: https://github.com/apache/airflow/pull/46562#discussion_r1946933327
##########
providers/src/airflow/providers/amazon/aws/hooks/emr.py:
##########
@@ -362,11 +362,11 @@ def __init__(self, *args: Any, virtual_cluster_id: str |
None = None, **kwargs:
# Retry this method when the ``create_virtual_cluster`` raises
# "Cluster XXX is not reachable as its connection is currently being
updated".
# Even though the EKS cluster status is ``ACTIVE``,
``create_virtual_cluster`` can raise this error.
- # Retrying is the only option.
+ # Retrying is the only option. Retry up to 3 minutes
Review Comment:
This is starting to be quite a long wait. That's a pretty big regression
considering we haven't needed any wait previously?
--
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]