Problem Descriptions
When trying to upgrade the grpcio version from v0.10.3 to the latest version v0.13.0 in TiKV, it seems that it costs more CPU compared to the previous version v0.10.3.
And according to profiling flame-graph, the grpcio module might introduce more cost on CompletionQueue::next().
Source profiling files can be reviewed in: comparison.zip