[
https://issues.apache.org/jira/browse/AIRFLOW-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16747379#comment-16747379
]
ASF GitHub Bot commented on AIRFLOW-3652:
-----------------------------------------
singhania commented on pull request #4471: [AIRFLOW-3652] Fixed label to key
method to generate correct key
URL: https://github.com/apache/airflow/pull/4471
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> KubernetesExecutor not launching worker pods after parallelism threshold is
> reached
> -----------------------------------------------------------------------------------
>
> Key: AIRFLOW-3652
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3652
> Project: Apache Airflow
> Issue Type: Bug
> Components: executor
> Affects Versions: 1.10.1
> Reporter: Anuj
> Priority: Major
>
> Kubernetes Executor is not launching any new worker pods once parallelism
> threshold is reached, even though all other worker pods are completed.
> Expected behaviour : KubernetesExecutor should launch pods if the other
> current pods are no in running state.If number of running pods are equals to
> parallelism then executor should wait for them to complete before launching
> new pods.
> Also if I don't set any parallelism then after certain number of pod creation
> it stopped creating newer pods.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)