mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
Local scheduler sends a null heartbeat to global scheduler (#962)
* Local scheduler sends a null heartbeat to global scheduler to notify death * Add whitespace. * Speed up component failures test * Free local scheduler state upon plasma manager disconnection
This commit is contained in:
committed by
Robert Nishihara
parent
dd4e99b481
commit
74ac80631b
@@ -129,6 +129,9 @@ table LocalSchedulerInfoMessage {
|
||||
// The resource vector of resources currently available to this local
|
||||
// scheduler.
|
||||
dynamic_resources: [double];
|
||||
// Whether the local scheduler is dead. If true, then all other fields
|
||||
// besides `db_client_id` will not be set.
|
||||
is_dead: bool;
|
||||
}
|
||||
|
||||
root_type LocalSchedulerInfoMessage;
|
||||
|
||||
Reference in New Issue
Block a user