Paramjeet B

Results 8 issues of Paramjeet B

class Service(models.Model): service_type = models.CharField(max_length=50) country = models.CharField(max_length=60) state = models.CharField(max_length=60) website = models.CharField(max_length=100) request_date = models.DateTimeField(verbose_name="Enquiry Date", auto_now_add = True) response = models.BooleanField(default=False) class Meta: abstract = True def...

### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 ### What happened? We are facing intermittent json error...

kind:bug
area:core
needs-triage

### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 ### What happened? The tasks are in queued state...

kind:bug
area:performance
area:core
provider:cncf-kubernetes

/kind bug **What happened?** We are receiving the below error but no issues are seen in accessing the PVC. `"GRPC error" err="rpc error: code = Aborted desc = An operation...

kind/bug

### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 ### What happened? The airflow terminated the task, scheduling...

kind:bug
area:core

### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 ### What happened? Statsd stopped sending metrics while we...

kind:bug
area:core
needs-triage

We are facing this issue in airflow and think it's due to python kubernetes-client. Earlier repo issue : https://github.com/kubernetes-client/python-base/issues/190 Airflow issue : https://github.com/apache/airflow/issues/39267 Error log : ``` [2024-04-26, 00:21:32 IST]...

kind/bug
help wanted

The proposed changes to the [find_pod](https://github.com/apache/airflow/blob/2.8.3/airflow/providers/cncf/kubernetes/operators/pod.py#L535) method will ensure it selects only pods that are in the running state, effectively ignoring pods that are in the terminating state. This adjustment...

area:providers
provider:cncf-kubernetes