Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

max_connections was be limited??? #559

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Redis you are using, in what kind of Operating System?
redis 2.2.7
centOs

What is the problem you are experiencing?
max_connections was be limited

What steps will reproduce the problem?

Do you have an INFO output? Please past it here.
No

If it is a crash, can you please paste the stack trace that you can find in
the log file or on standard output? This is really useful for us!

As u c from 1.bmp, the max_connection was be limited. this graph shows the 
connections of redis per 5 minutes. at 10:10, the connections should go higher, 
but it quickly go down, and we believe its unusual. the 2.bmp shows the normal 
situation, and we didnt find the reason to cause it, could u pls give us some 
advise or tell us what cause this happened?

Original issue reported on code.google.com by 7842...@qq.com on 23 May 2011 at 4:16

Attachments:

GoogleCodeExporter commented 8 years ago
continue last question, the program code without change the last problem was 
solved, but we cant confirm this problem wont happen again, just remind u here 
may be the hardware cause this problem but we r not sure. we wish this info may 
help u. c the bmp, from last night about 22:00 it became normal

Original comment by 7842...@qq.com on 28 May 2011 at 6:17

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks. The graphs show a number in excess of 64K which implies this is an 
aggregated count over multiple machines, correct? It is hard to pinpoint this 
problem to Redis unless you know a single instance starts dropping connections 
and your app sees timeouts or something like that.

Cheers,
Pieter

Original comment by pcnoordh...@gmail.com on 14 Jun 2011 at 7:26