RediSearch / RSCoordinator

RediSearch coordinator
Other
23 stars 10 forks source link

Skipping diskless-load because there are modules that don't handle read errors #299

Open pnthai88 opened 2 years ago

pnthai88 commented 2 years ago

8:S 18 Oct 2021 04:00:09.917 # Skipping diskless-load because there are modules that don't handle read errors. Hello, I'm trying with redis cluster but got this error message The problem is at replica of master does not get replication if without param -repl-diskless-load on-empty-db or -repl-diskless-load swapdb But if use -repl-diskless-load the module become Skipping diskless-load because there are modules that don't handle read errors

pnthai88 commented 2 years ago

To continue use, i have to do a trick by disable disk persistence on replica(s) of cluster with param --save "" --appendonly no

so stop diskless function(s) --repl-diskless-load disabled --repl-diskless-sync yes --repl-diskless-sync-delay 0

It's now working without diskless-load