Skip to content

Commit

Permalink
[Data] Remove shutdown logging from StreamingExecutor (ray-project#36408
Browse files Browse the repository at this point in the history
)

Remove extra print while going through https://github.com/anyscale/Made-With-ML

<img width="1438" alt="Screen Shot 2023-06-13 at 8 38 36 PM" src="https://github.com/ray-project/ray/assets/113316/319f53ed-d143-470b-beb3-7f17d1faa14e">
  • Loading branch information
pcmoritz committed Jun 14, 2023
1 parent 887c03f commit a3e741b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/data/_internal/execution/streaming_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def shutdown(self):
with self._shutdown_lock:
if self._shutdown:
return
logger.get_logger().info(f"Shutting down {self}.")
logger.get_logger().debug(f"Shutting down {self}.")
_num_shutdown += 1
self._shutdown = True
# Give the scheduling loop some time to finish processing.
Expand Down

0 comments on commit a3e741b

Please sign in to comment.