I have configured Baserow on my Kubernetes cluster. However, after some time, I encounter a Redis error indicating that the write batch has an incorrect count. My setup includes Kvrocks version 2.5.1 for Redis, PostgreSQL for data storage, and an S3 bucket in Cloudflare for file storage. Could you please assist me in resolving this issue?
Attaching the screenshot of the error I’m seeing:
Hi @Jahnavi, I’ve never heard of Kvrochs for Redis, and never seen a two consecutive TryAgain in WriteBatchHandler
error with normal Redis and Baserow. When I Google redis two consecutive TryAgain in WriteBatchHandler
, I’m just getting one result related to Rocksdb(?) Write rocksdb error, db change to read-only mode · Issue #10711 · arangodb/arangodb · GitHub.
Is there any chance you can switch to normal Redis server? I think that will resolve your problem.