Malavan Sotheeswaran

Results 73 comments of Malavan Sotheeswaran
trafficstars

the error message you provided states that you are not running in sentinel mode, have you tried running keydb-sentinel

The error message you provided states that you are providing a sentinel config while not in sentinel mode, I would double check that you are correctly calling keydb-sentinel, otherwise I...

I tried with this config ``` port 0 protected-mode no tcp-backlog 128 timeout 0 tcp-keepalive 120 active-replica yes multi-master yes replicaof localhost 6380 tls-port 6379 tls-cert-file /KeyDB/tests/tls/server.crt tls-key-file /KeyDB/tests/tls/server.key tls-client-cert-file...

What version of KeyDB are each of the servers?

The log means that there was an issue sending the port the replica is running on to the master, however the master doesn't need this information, it is only used...

hi @marcelogaio-groovinads the crash report you shared is from the bgsave child process, it looks like it was killed because the parent process crashed? can you provide logs from the...

Could be either, if it is a bug then it is marked as Priority 2 since it doesn't have a significant negative impact on KeyDB's usability. To understand if it...

@javedsha works fine for me with server-threads 4 server-thread-affinity true min-clients-per-thread 4 can you provide more specific repro instructions, I can't fix this if I can't reproduce it

The issue seems to be that the command being run had an incorrect arg count or was an invalid command but somehow didn't get filtered as such. In the command...