cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.16k stars 3.82k forks source link

tracker: optimize QuorumActive check #135960

Open pav-kv opened 10 hours ago

pav-kv commented 10 hours ago

This PR removes unnecessary sorting from the QuorumActive check, and pre-allocates the map of votes once.

Epic: none Release note: none

blathers-crl[bot] commented 10 hours ago

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

cockroach-teamcity commented 10 hours ago

This change is Reviewable