haf
11/25/2021, 1:30 PMAnna Geller
from prefect.run_configs import UniversalRun
flow.run_config = UniversalRun(env={"PREFECT__CLOUD__HEARTBEAT_MODE": "thread"})
haf
11/25/2021, 1:43 PMAnna Geller
haf
11/25/2021, 1:49 PMdask-worker-5656bd65f-spvhn dask-worker distributed.worker - WARNING - Unmanaged memory use is high. This may indicate a memory leak or the memory may not be released to the OS; see <https://distributed.dask.org/en/latest/worker.html#memtrim> for more information. -- Unmanaged memory: 7.92 GiB -- Worker memory limit: 11.18 GiB
and this is being logged a lot in the cluster toohaf
11/25/2021, 1:52 PMdistributed.core - ERROR - Exception while handling op gather
Traceback (most recent call last):
File "/opt/conda/lib/python3.9/site-packages/distributed/core.py", line 498, in handle_comm
result = await result
File "/opt/conda/lib/python3.9/site-packages/distributed/scheduler.py", line 5759, in gather
data, missing_keys, missing_workers = await gather_from_workers(
File "/opt/conda/lib/python3.9/site-packages/distributed/utils_comm.py", line 88, in gather_from_workers
response.update(r["data"])
KeyError: 'data'
haf
11/25/2021, 1:53 PMhaf
11/25/2021, 1:55 PMhaf
11/25/2021, 1:55 PMhaf
11/25/2021, 1:58 PMAnna Geller
haf
11/25/2021, 2:01 PMAnna Geller
Kevin Kho
haf
11/25/2021, 9:19 PMKevin Kho
haf
11/25/2021, 9:29 PMhaf
11/25/2021, 9:31 PMhaf
11/25/2021, 9:32 PMhaf
11/25/2021, 9:35 PMhaf
11/25/2021, 9:36 PMhaf
11/25/2021, 9:40 PMhaf
11/25/2021, 9:40 PMhaf
11/25/2021, 9:46 PMhaf
11/25/2021, 9:47 PMself.repetitively_busy
is never reset when communication succeedshaf
11/25/2021, 10:26 PM