mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
Fix spurious warning message when submitting many tasks (#6752)
This commit is contained in:
committed by
Philipp Moritz
parent
1211e6a1fc
commit
3673835f30
@@ -195,7 +195,7 @@ message CoreWorkerStats {
|
|||||||
// Number of object ids in local scope.
|
// Number of object ids in local scope.
|
||||||
int32 num_object_ids_in_scope = 3;
|
int32 num_object_ids_in_scope = 3;
|
||||||
// Function descriptor of the currently executing task.
|
// Function descriptor of the currently executing task.
|
||||||
repeated string current_task_func_desc = 4;
|
repeated bytes current_task_func_desc = 4;
|
||||||
// IP address of the core worker.
|
// IP address of the core worker.
|
||||||
string ip_address = 6;
|
string ip_address = 6;
|
||||||
// Port of the core worker.
|
// Port of the core worker.
|
||||||
|
|||||||
Reference in New Issue
Block a user