You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Problem Descriptions
When trying to upgrade the
grpcio
version fromv0.10.3
to the latest versionv0.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 onCompletionQueue::next()
.Master(with v0.10.3 version)
Upgraded pr(with 0.13.0 version)
Source profiling files can be reviewed in: comparison.zip
The text was updated successfully, but these errors were encountered: