Some of our PHP code that writes a couple large items to memcache is
failing for utterly unknown reasons.  I'm here to cast about wildly
for some way to debug or troubleshoot why the set fails.  This is with
PHP 5.2.4 on Solaris, with memcache 1.2.2 I believe.  Here is some
output gleaned when we ran memcached -vv:

<9 set NetworkSites_7669831_ece9e744042d9ae6874320a040512fb1[0] 0 3600
1000000
>9 STORED
<9 set NetworkSites_7669831_ece9e744042d9ae6874320a040512fb1[1] 0 3600
805335
>9 STORED
<6 set ece9e744042d9ae6874320a040512fb1 0 1440 8588
>6 STORED
port_dissociate: No such file or directory
<6 connection closed.
port_dissociate: No such file or directory
<9 connection closed.

Those sets for 1000000 and 805335 are what I'm looking at.  One (or
both) of them returns false from the PHP set() call.

We have three Solaris servers where this doesn't happen and one where
it does, so even among our own platforms this behavior is
inconsistent, making this cry for help that much more futile... but
there it is anyway.

Reply via email to