gRPC uses that for some stats-keeping operations in debug mode, and it also seems to be used in epoll1 polling engine for determining the neighborhood (epollex is the default). Overall, you should not be worried about this.
On Tuesday, May 28, 2019 at 5:10:05 AM UTC-7, wookieJ wrote: > > Hi everyone, I have problem with gRPC with lots of "Cannot handle > hot-plugged cpu" logs in stdout ( > https://github.com/grpc/grpc/blob/master/src/core/lib/gpr/cpu_linux.cc#L74). > I want to ask you what returning value 0 in this function > "gpr_cpu_current_cpu()" affects in gRPC and what would happen if it starts > to return >0 value? > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/78b836f6-bd80-4b2f-a52f-7133028bd517%40googlegroups.com.
