I just found following line is blocking my build, since it's supposed to return a string. ```cpp virtual std::string GetReqName() { assert(false); } ``` https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/operators/detail/grpc_server.cc#L39