Hi, The redis server is failing to start. Throws following error:

[3683] 13 Nov 11:42:52.767 # Server started, Redis version 2.8.19 [3683] 13 Nov 11:42:52.767 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. [3683] 13 Nov 11:42:52.767 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. [3683] 13 Nov 11:42:55.660 # Short read or OOM loading DB. Unrecoverable error, aborting now.

check_redis_dump utility shows the following errors:

==== Processed 1076824 valid opcodes (in 82076539 bytes) ======================= ==== Error trace (SET: ipset01-30) ============================================= 0x05056ff3 - Error reading string object 0x05056ff3 - Error reading element at index 156414 (length: 503725) 0x04e4638e - Error for type SET ==== Skipped 509 bytes (resuming at 0x04e46581) ================================ ==== Processed 3 valid opcodes (in 31957 bytes) ================================ ==== Error trace (: :1541936458?ip:3585688731?ip:35864274...?) ================= 0x04e50c04 - Followed by invalid type 0x04e4e256 - Error for type

There are many errors like above in the output of check_redis_dump utility.

Appreciate any help in resolving this issue.

Thank you, Pawaman

Comment From: filipecosta90

Asking the core team to close given check_redis_dump is showcasing a corrupt RDB...

Comment From: oranagra

yes, looks like a truncated RDB file.