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