Getting error while trying to write to Redis.
Hello, I am getting the following error when trying to write to redis:
MISCONF Errors writing to the AOF file: Read-only file system
After restarting Redis, it works fine, but I would like to understand what happened.
Any idea?Solution:Jump to solution
New reply sent from Help Station thread:
Hi, short answer is yes, this was a temporary issue, although I think we advise against keeping AOF enabled for performance reasons. nevertheless the cause here was a disk running out of space in our Singapore region. When this happened is triggered Redis into a read-only state.again I apologize for the issues here. Please do resurrect this thread if the issue returnsYou're seeing this because this thread has been automatically linked to the Help Station thread....
6 Replies
Project ID:
190f9aa2-c8b3-46dd-a046-6fe955ffb230
190f9aa2-c8b3-46dd-a046-6fe955ffb230
New reply sent from Help Station thread:
We also ran into this issue this afternoon. It would be helpful to understand what caused this issue as our Redis cluster has been running reliably for ~5 months and this is the first time it popped up. We use the default settings and would like to keep AOF enabled. There is plenty of available disk space on the volume. Was this a temporary issue?You're seeing this because this thread has been automatically linked to the Help Station thread.
Solution
New reply sent from Help Station thread:
Hi, short answer is yes, this was a temporary issue, although I think we advise against keeping AOF enabled for performance reasons. nevertheless the cause here was a disk running out of space in our Singapore region. When this happened is triggered Redis into a read-only state.again I apologize for the issues here. Please do resurrect this thread if the issue returnsYou're seeing this because this thread has been automatically linked to the Help Station thread.
Thanks a lot for the reply
All good now