memCache Stat fetch issue during clusted environment

35 views
Skip to first unread message

Balamani Vijayaraghavan

unread,
May 24, 2016, 10:07:50 AM5/24/16
to spymemcached
When I tried to get the memcache stat information through standalone java program --> 1) get the  slab information using memcachedClient.getStats("slabs") 2) get the slab id from step 1 and pass to memcachedClient.getStats("cachedump 10 0 ") i.e 10 is slab id and 0 is fetch all records. Through standalone java program passing only one server info able to fetch slab info, cache dump and java object,size, expiration time succesfully

The same code integrated through spring java 1.8 lamda expression and pointed our development mem cache clustered region. I could able to fetch all the server cluster information succesfully however not on object info present on the server i.e empty received below exception message also+

server1: port={}, server2 : port={},  --------------> Empty data however on standalone program holds the data

WARN net.spy.memcached.MemcachedClient:  Unsuccessful stat fetch: {OperationStatus success=false:  Not found}


Any Recommedation would be great
Reply all
Reply to author
Forward
0 new messages