Siddharth Misra <gr8siddharth@...> writes:
>
>
> Hi,No, we are not doing any connection pooling. As for heavy load,
yes that might be possible but I am not sure and will need to check.On
Tuesday, 29 July 2014 23:00:26 UTC+5:30, Josiah Carlson wrote:
> Are you doing any sort of connection pooling? Do these errors come up
during heavy load?
> - Josiah
>
>
> On Tue, Jul 29, 2014 at 8:44 AM, Siddharth Misra <gr8sid... <at>
gmail.com> wrote:Hi.The maxclients setting is 50,000.ulimit -a gives the
following output on the server :core file size (blocks, -c) 0
> data seg size (kbytes, -d) unlimitedscheduling
priority (-e) 0file size (blocks, -f)
unlimitedpending signals (-i) 245387max locked
memory (kbytes, -l) 64
> max memory size (kbytes, -m) unlimitedopen
files (-n) 212992pipe size (512 bytes, -
p) 8POSIX message queues (bytes, -q) 819200real-time
priority (-r) 0
> stack size (kbytes, -s) 8192cpu time
(seconds, -t) unlimitedmax user processes (-u)
245387virtual memory (kbytes, -v) unlimitedfile
locks (-x) unlimitedI don't think that is the issue
looking at these figures. Is there something that I am missing?
> On Tuesday, 29 July 2014 19:59:29 UTC+5:30, Thorsten Drönner wrote:
> Looks like not enough client collections.Do "config get maxclients" on
your master.Read this:
http://redis.io/topics/clients
> Especially the Maximum number of clients section with the
ulimit.Adjust all limits accordingly. The error shouldn't occur
anymore.Am Dienstag, 29. Juli 2014 16:16:23 UTC+2 schrieb Siddharth
Misra:
> Hi,I am using phpredis (
https://github.com/nicolasff/phpredis) on my
site for storing sessions. Recently I noticed a bunch of errors in the
apache error log of the following type:
> PHP Fatal error: Uncaught exception 'RedisException' with message
'read error on connection' in [no active file]:0\nStack trace:\n#0
{main}\n thrown in [no active file] on line 0, referer: <url>This is
not happening very frequently. Its happening anywhere between 2-10 times
a day with hundreds of thousands http requests everyday.Not able to find
anything conclusive on this so far. Can anyone shed some light on this?
Thanks-Sid
>
>
>
> I am facing the same issue. I am not using any connection pooling and
the load is not that heavy. Any further update on this?
Thanks,
Nitesh Jindal
>
>
>