mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 14:48:54 +08:00
Remove unused field in heartbeat message (#11459)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user