[GCS] Remove old lightweight resource usage report code path (#13192)

This commit is contained in:
Tao Wang
2021-01-08 10:30:00 +08:00
committed by GitHub
parent 4aef3d6836
commit ab2229dcb7
14 changed files with 239 additions and 364 deletions
-2
View File
@@ -15,8 +15,6 @@ cdef extern from "ray/common/ray_config.h" nogil:
int64_t raylet_heartbeat_timeout_milliseconds() const
c_bool light_report_resource_usage_enabled() const
int64_t debug_dump_period_milliseconds() const
int64_t num_heartbeats_timeout() const
-4
View File
@@ -13,10 +13,6 @@ cdef class Config:
def raylet_heartbeat_timeout_milliseconds():
return RayConfig.instance().raylet_heartbeat_timeout_milliseconds()
@staticmethod
def light_report_resource_usage_enabled():
return RayConfig.instance().light_report_resource_usage_enabled()
@staticmethod
def debug_dump_period_milliseconds():
return RayConfig.instance().debug_dump_period_milliseconds()