mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 10:33:16 +08:00
[Object Spilling] Multi node file spilling V2. (#13542)
* done. * done. * Fix a mistake. * Ready. * Fix issues. * fix. * Finished the first round of code review. * formatting. * In progress. * Formatting. * Addressed code review. * Formatting * Fix tests. * fix bugs. * Skip flaky tests for now.
This commit is contained in:
@@ -330,3 +330,6 @@ class RayParams:
|
||||
# Validate external storage usage.
|
||||
external_storage.setup_external_storage(object_spilling_config)
|
||||
external_storage.reset_external_storage()
|
||||
# Configure the proper system config.
|
||||
self._system_config["is_external_storage_type_fs"] = (
|
||||
object_spilling_config["type"] == "filesystem")
|
||||
|
||||
Reference in New Issue
Block a user