apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.99k stars 312 forks source link

refactor(host_port): Make some functions as static #1894

Closed acelyc111 closed 9 months ago

acelyc111 commented 9 months ago

This patch mainly has cchanges:

This patch also adds SCOPED_LOG_SLOW_EXECUTION to log slow operations if it exceed 100 milliseconds.