mirror of
https://github.com/wassname/ray.git
synced 2026-07-31 12:41:01 +08:00
[xray] Basic actor support (#1835)
This commit is contained in:
committed by
Robert Nishihara
parent
313b864e66
commit
bf194db4bc
@@ -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:",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user