You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-09-01 22:25:19,651 - distributed.utils_perf - WARNING - full garbage collections took 24% CPU time recently (threshold: 10%)
2022-09-01 22:25:34,174 - distributed.core - INFO - Event loop was unresponsive in Worker for 15.63s. This is often caused by long-running GIL-holding functions or moving large chunks of data. This can cause timeouts and instability.
The following tests will be skipped with queuing active in #6989:
Maybe doesn't make sense to run with queuing?:
distributed/tests/test_reschedule.py::test_scheduler_reschedule
distributed/tests/test_scheduler.py::test_balance_many_workers_2
Here are debug-level logs of this failing on macOS FWIW. You could certainly see why this might cause issues:
Not yet implemented:
distributed/deploy/tests/test_adaptive.py::test_target_duration
distributed/tests/test_scheduler.py::test_decide_worker_coschedule_order_neighbors
Obviously, because queuing doesn't support co-assignment yetNeeds investigation (possible actual bug):
distributed/tests/test_client.py::test_nested_compute
distributed/tests/test_steal.py::test_steal_reschedule_reset_in_flight_occupancy
The text was updated successfully, but these errors were encountered: