My AS version is 3.16.0.6, and I am using it for in-memory cache, where application does batch gets and puts on cache misses.
When the stop-write state is reached, which I am setting to around 50% using stop-writes-pct config, the writes on the server stop, but batch get latencies start shooting up at the same time.
What’s the exact behaviour of stop-write-pct? Should it affect the batch get latencies?