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:
Stephanie Wang
2017-09-12 10:45:21 -07:00
committed by Robert Nishihara
parent dd4e99b481
commit 74ac80631b
11 changed files with 109 additions and 26 deletions
+3
View File
@@ -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;