Open GoogleCodeExporter opened 8 years ago
Have you considered upgrading? I've been using a Redis 1.3.10 branch for a
couple months on our production boxes with multi-month uptimes, and I've not
suffered the same issue.
You would want to try for the release candidate of Redis 2.0, it's gotten a lot
more testing than the version I'm running.
Original comment by josiah.c...@gmail.com
on 22 Jul 2010 at 5:54
Hello, never experienced this problem, nor received a bug report of this issue
before.
This sounds like something very specific with your environment... btw 1.2.x is
going to be deprecated in favor of 2.0.x, so please can you check if you have
this bug with 2.0.x as well? Thank you!
Cheers,
Salvatore
Original comment by anti...@gmail.com
on 30 Aug 2010 at 1:45
Original comment by anti...@gmail.com
on 30 Aug 2010 at 1:45
We noticed this "Hang while DB Save" issue, too.
In our case I was able to debug redis. It turned out that we had multiple huge
batches of commands(handled via pipelines) which were sent to redis in very
short intervals. After the forked save-process returned, the main-process
pretty much choked and became *very* slow while trying to process all the
commands. I resolved this issue by making sure that the batches wouldnt become
to big. Instead of a huge one I'm sending multiple smaller ones and now redis
is back in action.
I thought I let you know.
Original comment by michael....@gmail.com
on 16 Sep 2010 at 12:17
Hello Michael,
please can you tell me if you are using virtual memory in your setup?
Thanks!
Salvatore
Original comment by anti...@gmail.com
on 16 Sep 2010 at 12:26
Hi Salvatore,
We did test with virtual memory and without. With virtual memory the effect
took a bit longer to replicate but it happened, too. In the end the effect was
the same.
Original comment by michael....@gmail.com
on 16 Sep 2010 at 12:48
For my setup, upgrading to 2.0.x solved it.
Original comment by tftfmac...@gmail.com
on 2 Nov 2010 at 12:24
Original issue reported on code.google.com by
tftfmac...@gmail.com
on 22 Jul 2010 at 12:40