From 3673835f30d892b2e5a182e4e072bfefd1f7ef0b Mon Sep 17 00:00:00 2001 From: Yunzhi Zhang <35828389+zzyunzhi@users.noreply.github.com> Date: Wed, 8 Jan 2020 22:52:46 -0800 Subject: [PATCH] Fix spurious warning message when submitting many tasks (#6752) --- src/ray/protobuf/common.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ray/protobuf/common.proto b/src/ray/protobuf/common.proto index 837ae448b..2d003d634 100644 --- a/src/ray/protobuf/common.proto +++ b/src/ray/protobuf/common.proto @@ -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.