What is the size of your master's AOF file just before and just after the high server load?
The reason I ask is your master-redis.conf file has these two lines:
auto-aof-rewrite-percentage 100
auto-aof-rewrite-min-size 1024mb
I have an older version of Redis so I'm not familiar with those parameters. Reading the comments explaining them, it looks like your master server's AOF file will be rewritten when it reaches 1GB (1024mb). If your write activity is steady, the file might be reaching 1GB (and triggering a rewrite) at the same time each day.
-Greg
On Tue, Jun 26, 2012 at 8:33 PM, PanosZhu
<tjzh...@gmail.com> wrote:
Fixed time every day, redis server load suddenly high, lasting about five minutes
One master red is server and two slave redis server both occurs this phenomenon
There are no any timing tasks.
Master just only use AOF persistence, and slave did not use any data persistence strategy. Master redis config and slave redis config in the attachment.
There are server load picture.
Master-redis-server-load
![]()
Slave-redis-server-load
![]()
Any idea? Thanks beforehand for your help.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To view this discussion on the web visit https://groups.google.com/d/msg/redis-db/-/tZA5vOyYe6AJ.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redis-db?hl=en.