We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73721c commit 9d4a59eCopy full SHA for 9d4a59e
python/ray/data/_internal/stats.py
@@ -672,10 +672,6 @@ def _run_update_loop():
672
while True:
673
if self._last_iteration_stats or self._last_execution_stats:
674
try:
675
- # Do not create _StatsActor if it doesn't exist because
676
- # this thread can be running even after the cluster is
677
- # shutdown. Creating an actor will automatically start
678
- # a new cluster.
679
stats_actor = self._get_or_create_stats_actor()
680
if stats_actor is None:
681
continue
0 commit comments