mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 06:46:40 +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.
|
||||
int32 num_object_ids_in_scope = 3;
|
||||
// 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.
|
||||
string ip_address = 6;
|
||||
// Port of the core worker.
|
||||
|
||||
Reference in New Issue
Block a user