From 77267a35e49f46fbdcaefd07d8a38e855343f8f3 Mon Sep 17 00:00:00 2001 From: Chen Shen Date: Thu, 20 Apr 2023 18:49:37 -0700 Subject: [PATCH] Revert "[core]Turn on light weight resource broadcasting. (#32625)" (#34636) This reverts commit 1bfbc46dcfd09cf85115684e0675b800c7f86368. --- src/ray/common/ray_config_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ray/common/ray_config_def.h b/src/ray/common/ray_config_def.h index 674c69ed4eeb7..0188646292ccd 100644 --- a/src/ray/common/ray_config_def.h +++ b/src/ray/common/ray_config_def.h @@ -441,7 +441,7 @@ RAY_CONFIG(uint64_t, gcs_grpc_max_request_queued_max_bytes, 1024UL * 1024 * 1024 RAY_CONFIG(int32_t, gcs_client_check_connection_status_interval_milliseconds, 1000) /// Feature flag to use the ray syncer for resource synchronization -RAY_CONFIG(bool, use_ray_syncer, true) +RAY_CONFIG(bool, use_ray_syncer, false) /// Due to the protocol drawback, raylet needs to refresh the message if /// no message is received for a while. /// Refer to https://tinyurl.com/n6kvsp87 for more details