Arun Kumar
05/26/2021, 7:45 PMWebSocket connection to '<wss://dagit.doorcrawl.com/graphql>' failed:
in the dev console of the UI. I learned that our infra team does not currently support websocket connections yet. My question is does the entire UI depends on websocket connections or only the live view? Currently I am not able to even see the pipelines on dagitalex
05/26/2021, 7:49 PMArun Kumar
05/26/2021, 7:50 PMalex
05/26/2021, 7:52 PMArun Kumar
05/26/2021, 7:54 PMalex
05/26/2021, 8:00 PMArun Kumar
05/26/2021, 8:30 PMmax
05/26/2021, 10:17 PMArun Kumar
05/26/2021, 11:36 PMmax
05/26/2021, 11:47 PMArun Kumar
05/27/2021, 12:25 AMdaniel
05/27/2021, 1:26 AMArun Kumar
05/27/2021, 1:34 AMgrpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1622076248.059276431","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":5419,"referenced_errors":[{"created":"@1622076248.059272932","description":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":397,"grpc_status":14}]}"
>
File "/usr/local/lib/python3.7/site-packages/dagster/daemon/sensor.py", line 212, in execute_sensor_iteration
sensor_debug_crash_flags,
File "/usr/local/lib/python3.7/site-packages/dagster/daemon/sensor.py", line 240, in _evaluate_sensor
job_state.job_specific_data.last_run_key if job_state.job_specific_data else None,
File "/usr/local/lib/python3.7/site-packages/dagster/core/host_representation/repository_location.py", line 702, in get_external_sensor_execution_data
last_run_key,
File "/usr/local/lib/python3.7/site-packages/dagster/api/snapshot_sensor.py", line 42, in sync_get_external_sensor_execution_data_grpc
last_run_key=last_run_key,
File "/usr/local/lib/python3.7/site-packages/dagster/grpc/client.py", line 294, in external_sensor_execution
sensor_execution_args
File "/usr/local/lib/python3.7/site-packages/dagster/grpc/client.py", line 97, in _streaming_query
yield from response_stream
File "/usr/local/lib/python3.7/site-packages/grpc/_channel.py", line 426, in __next__
return self._next()
File "/usr/local/lib/python3.7/site-packages/grpc/_channel.py", line 826, in _next
raise self
daniel
05/27/2021, 1:42 AMArun Kumar
05/27/2021, 1:49 AMdaniel
05/27/2021, 1:50 AMArun Kumar
05/27/2021, 1:52 AMdaniel
05/27/2021, 1:53 AMArun Kumar
05/27/2021, 1:58 AMdaniel
05/27/2021, 2:01 AMArun Kumar
05/27/2021, 2:04 AM2021-05-27 00:29:19 - QueuedRunCoordinatorDaemon - INFO - Retrieved 1 queued runs, checking limits.
2021-05-27 00:29:19 - QueuedRunCoordinatorDaemon - ERROR - Caught an error for run 90930cf4-f89b-4024-a1ee-ef03b6dce54a while removing it from the queue. Marking the run as failed and dropping it from the queue: kubernetes.client.exceptions.ApiException: (403)
Reason: Forbidden
HTTP response headers: HTTPHeaderDict({'Audit-Id': 'f2275518-a506-4125-90b0-e09db9d909e9', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'X-Content-Type-Options': 'nosniff', 'Date': 'Thu, 27 May 2021 00:29:19 GMT', 'Content-Length': '311'})
HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"jobs.batch is forbidden: User \"system:serviceaccount:dagster:dagster\" cannot create resource \"jobs\" in API group \"batch\" in the namespace \"dagster\"","reason":"Forbidden","details":{"group":"batch","kind":"jobs"},"code":403}
Stack Trace:
File "/usr/local/lib/python3.7/site-packages/dagster/daemon/run_coordinator/queued_run_coordinator_daemon.py", line 154, in run_iteration
self._dequeue_run(instance, run, workspace)
File "/usr/local/lib/python3.7/site-packages/dagster/daemon/run_coordinator/queued_run_coordinator_daemon.py", line 239, in _dequeue_run
instance.launch_run(run.run_id, external_pipeline)
File "/usr/local/lib/python3.7/site-packages/dagster/core/instance/__init__.py", line 1322, in launch_run
self._run_launcher.launch_run(run, external_pipeline=external_pipeline)
File "/usr/local/lib/python3.7/site-packages/dagster_k8s/launcher.py", line 268, in launch_run
self._batch_api.create_namespaced_job(body=job, namespace=self.job_namespace)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/api/batch_v1_api.py", line 66, in create_namespaced_job
return self.create_namespaced_job_with_http_info(namespace, body, **kwargs) # noqa: E501
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/api/batch_v1_api.py", line 175, in create_namespaced_job_with_http_info
collection_formats=collection_formats)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/api_client.py", line 353, in call_api
_preload_content, _request_timeout, _host)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/api_client.py", line 184, in __call_api
_request_timeout=_request_timeout)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/api_client.py", line 397, in request
body=body)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/rest.py", line 280, in POST
body=body)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/rest.py", line 233, in request
raise ApiException(http_resp=r)
max
05/27/2021, 2:05 AMdaniel
05/27/2021, 2:09 AMArun Kumar
05/27/2021, 2:15 AMdaniel
05/27/2021, 2:17 AMArun Kumar
05/27/2021, 2:18 AMdaniel
05/27/2021, 11:06 PMArun Kumar
05/27/2021, 11:25 PMdaniel
05/27/2021, 11:32 PMArun Kumar
05/28/2021, 12:05 AMdaniel
06/01/2021, 11:49 PMArun Kumar
06/02/2021, 12:02 AMdaniel
06/02/2021, 12:08 AMArun Kumar
06/02/2021, 12:59 AMcat
06/03/2021, 11:25 PMArun Kumar
06/03/2021, 11:26 PMcat
06/04/2021, 10:50 PM