Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

help with memcached with mysql

11 views
Skip to first unread message

paul.p...@googlemail.com

unread,
Apr 12, 2013, 7:50:02 AM4/12/13
to
Hi,

I posted here the other day and I got some help with regard to memcached.
I am running Redhat w/s 6 and mysql cluster 7.2.12. I am trying to run on a
laptop, which is an i5 multicore with 4 GB of RAM and a 500Gb hard-disk.
I have configure memcache as follows (details of memcache)

PORT=11211
USER=memcached
# max connection 2048
MAXCONN=2048
# set ram size to 2048 - 2GiB
CACHESIZE=2048
# listen to loopback ip 127.0.0.1, for network connection use real ip e.g., 10.0.0.4
#OPTIONS=-lo 127.0.0.1

I am also using a generated my-huge.cnf for use with the memcacched.

I keep getting the following error (below)

CURRENT_TEST: ndb_memcache.basic


The server [memcached.1 - pid: 29531, winpid: 29531, exit: 16384] crashed while running 'check testcase before test'mysqltest failed but provided no output


- saving '/usr/local/mysql-cluster-gpl-7.2.12-linux2.6-i686/mysql-test/var/log/ndb_memcache.basic/' to '/usr/local/mysql-cluster-gpl-7.2.12-linux2.6-i686/mysql-test/var/log/ndb_memcache.basic/'

Only 154 of 2516 completed.
mysql-test-run: *** ERROR: Not all tests completed

Hopefully, I am missing something simple, but any help would be much appreciated.

Paul

Jerry Stuckle

unread,
Apr 12, 2013, 8:34:00 AM4/12/13
to
Paul,

As Salvatore told you yesterday, this looks like a memcached problem. I
see nothing indicating a MySQL error in your messages.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================

The Natural Philosopher

unread,
Apr 12, 2013, 8:52:54 AM4/12/13
to
double check all the issues mentioned here

http://dev.mysql.com/doc/refman/5.0/en/ha-memcached-using.html

and I'd advise using less memory to see if its running into resource
limits, first.


--
Ineptocracy

(in-ep-toc’-ra-cy) – a system of government where the least capable to lead are elected by the least capable of producing, and where the members of society least likely to sustain themselves or succeed, are rewarded with goods and services paid for by the confiscated wealth of a diminishing number of producers.

0 new messages