mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
Warn the user when a nondeterministic task is detected. (#339)
* WARN instead of FATAL for object hash mismatches, push error to driver * Document the callback signature for object_table_add/remove * Error table * Wait for all errors in python test * Fix doc * Fix state test
This commit is contained in:
committed by
Robert Nishihara
parent
0b8d279ef2
commit
da06b4db82
@@ -55,7 +55,7 @@ void lookup_done_callback(ObjectID object_id,
|
||||
}
|
||||
|
||||
/* Entry added to database successfully. */
|
||||
void add_done_callback(ObjectID object_id, void *user_context) {}
|
||||
void add_done_callback(ObjectID object_id, bool success, void *user_context) {}
|
||||
|
||||
/* Test if we got a timeout callback if we couldn't connect database. */
|
||||
void timeout_callback(ObjectID object_id, void *context, void *user_data) {
|
||||
|
||||
Reference in New Issue
Block a user