Search before asking
Motivation
Under high write throughput on a single tablet server, if replication falls behind, the KV preWriterBuffer may be unable to release buffered data because the high watermark has not advanced, eventually leading to OOM on the tablet server.
for the above case, we should do the following ways to eliminate risk
- introduce the metric to observe
- introduce the backpressure mechanism to limit client writing speed.
Solution
No response
Anything else?
No response
Willingness to contribute
Search before asking
Motivation
Under high write throughput on a single tablet server, if replication falls behind, the KV preWriterBuffer may be unable to release buffered data because the high watermark has not advanced, eventually leading to OOM on the tablet server.
for the above case, we should do the following ways to eliminate risk
Solution
No response
Anything else?
No response
Willingness to contribute