Skip to content

Commit 9d4a59e

Browse files
Deleting outdated comment
Signed-off-by: Alexey Kudinkin <[email protected]>
1 parent d73721c commit 9d4a59e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/ray/data/_internal/stats.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -672,10 +672,6 @@ def _run_update_loop():
672672
while True:
673673
if self._last_iteration_stats or self._last_execution_stats:
674674
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.
679675
stats_actor = self._get_or_create_stats_actor()
680676
if stats_actor is None:
681677
continue

0 commit comments

Comments
 (0)