[xray] Basic actor support (#1835)

This commit is contained in:
Stephanie Wang
2018-04-06 00:17:14 -07:00
committed by Robert Nishihara
parent 313b864e66
commit bf194db4bc
27 changed files with 652 additions and 181 deletions
+4 -7
View File
@@ -49,14 +49,11 @@
return RedisModule_ReplyWithError(ctx, (MESSAGE)); \
}
// NOTE(swang): The order of prefixes here must match the TablePrefix enum
// defined in src/ray/gcs/format/gcs.fbs.
static const char *table_prefixes[] = {
NULL,
"TASK:",
"TASK:",
"CLIENT:",
"OBJECT:",
"FUNCTION:",
"TASK_RECONSTRUCTION:",
NULL, "TASK:", "TASK:", "CLIENT:",
"OBJECT:", "ACTOR:", "FUNCTION:", "TASK_RECONSTRUCTION:",
"HEARTBEAT:",
};