Closed aaronbee closed 1 year ago
Patch coverage: 100.00%
and project coverage change: -0.07%
:warning:
Comparison is base (
5800f86
) 70.29% compared to head (b90acea
) 70.22%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Wrap connection in a bufio.Reader for reading RPC responses from RegionServer. This should reduce the number of read system calls by attempting to fill a 4KB buffer on each read.
Some mock tests that expected certain sizes of buffers passed to Read() had to be made more lenient.