Closed GoogleCodeExporter closed 8 years ago
This is not a bug with Redis, it's because EBS can have very high read/write
latency. The solution is to use local instance storage, manual bgsaves (not
automatic), and copying the dump to EBS/S3 afterwards.
If you remove all "save" lines in your config file, and restart, you should be
okay.
If you suspect that some client is calling BGSAVE, you can rename commands,
though I'm not finding the docs for it right now.
Original comment by josiah.c...@gmail.com
on 3 Jun 2011 at 7:17
The reason it seems like it's a bug in Redis is that normally the bgsave works.
But every so often it goes into this failure mode. We'll look into storing
locally in any case.
Does replication for bgsave's to occur? Could that be a source of our
unrequested bgsaves?
Original comment by ma...@pinterest.com
on 3 Jun 2011 at 8:23
This is not a bug with either Redis or EBS, it's a bug in ubuntu 10.04 and
10.10.
Switching to 11.04 or Debian should fix this. I've had this one too, and it is
very thoroughly discussed here:
http://groups.google.com/group/redis-db/browse_thread/thread/f1be7a7ed9afcb53/db
b62349d56ab095?hl=en&lnk=gst
Original comment by dvir...@gmail.com
on 3 Jun 2011 at 9:09
Thank you! We had just discovered this link as well. Looks *exactly* why what
we're seeing (massive square shaped spikes). We also think we saw this with a
mongo db instance. We'll be swapping over to Natty tonight and will report the
findings over the next few weeks.
Original comment by ma...@pinterest.com
on 3 Jun 2011 at 9:20
Closing in the meantime, can be reopened when this remains an issue.
Original comment by pcnoordh...@gmail.com
on 14 Jun 2011 at 6:46
Original issue reported on code.google.com by
ma...@pinterest.com
on 3 Jun 2011 at 5:53