Fix spurious warning message when submitting many tasks (#6752)

This commit is contained in:
Yunzhi Zhang
2020-01-08 22:52:46 -08:00
committed by Philipp Moritz
parent 1211e6a1fc
commit 3673835f30
+1 -1
View File
@@ -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.