From da2d3fbcfc31fda5a12d072bf09d2417db3cb40c Mon Sep 17 00:00:00 2001 From: Tao Wang Date: Thu, 22 Oct 2020 01:49:16 +0800 Subject: [PATCH] Remove unused field in heartbeat message (#11459) --- src/ray/protobuf/gcs.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ray/protobuf/gcs.proto b/src/ray/protobuf/gcs.proto index e3d50f042..25f34e2bc 100644 --- a/src/ray/protobuf/gcs.proto +++ b/src/ray/protobuf/gcs.proto @@ -308,10 +308,8 @@ message HeartbeatTableData { bool resource_load_changed = 6; // The resource load on this node, sorted by resource shape. ResourceLoad resource_load_by_shape = 7; - // Object IDs that are in use by workers on this node manager's node. - repeated bytes active_object_id = 8; // Whether this node manager is requesting global GC. - bool should_global_gc = 9; + bool should_global_gc = 8; } message HeartbeatBatchTableData {