Hello guys.

Could anyone help me with this?
Sometimes, not very often, we observe following exception occurring in 
memcached client (exception.ToString()):

Enyim.Caching.Memcached.MemcachedClientException: No VALUE response 
received. ff!important;border:1px s.....here is quite huge content of the 
data being stored by memcached....

------ body of exception....

at Enyim.Caching.Memcached.Protocol.Text.GetHelper.ReadItem(PooledSocket 
socket) in 
d:\d\repo\EnyimMemcached\Enyim.Caching\Memcached\Protocol\Text\GetHelper.cs:line
 
26 at 
Enyim.Caching.Memcached.Protocol.Text.GetOperation.ReadResponse(PooledSocket 
socket) in 
d:\d\repo\EnyimMemcached\Enyim.Caching\Memcached\Protocol\Text\GetOperation.cs:line
 
19 at 
Enyim.Caching.Memcached.Protocol.Operation.Enyim.Caching.Memcached.IOperation.ReadResponse(PooledSocket
 
socket) in 
d:\d\repo\EnyimMemcached\Enyim.Caching\Memcached\Protocol\Operation.cs:line 
26 at Enyim.Caching.Memcached.MemcachedNode.ExecuteOperation(IOperation op) 
in d:\d\repo\EnyimMemcached\Enyim.Caching\Memcached\MemcachedNode.cs:line 
474 at 
Enyim.Caching.Memcached.MemcachedNode.Enyim.Caching.Memcached.IMemcachedNode.Execute(IOperation
 
op) in 
d:\d\repo\EnyimMemcached\Enyim.Caching\Memcached\MemcachedNode.cs:line 532 
at Enyim.Caching.MemcachedClient.PerformTryGet(String key, UInt64& cas, 
Object& value) in 
d:\d\repo\EnyimMemcached\Enyim.Caching\MemcachedClient.cs:line 170 at 
Enyim.Caching.MemcachedClient.TryGet(String key, Object& value) in 
d:\d\repo\EnyimMemcached\Enyim.Caching\MemcachedClient.cs:line 132 at 
JBS.SiteManager.UI.Public.Infrastructure.Helpers.AssetsHelper.GetBundleFromCache(String
 
bundleUrl, Boolean sendErrorEmail) in 
d:\Build\gc\working\Prod\trunk\CSharp\JBS\JBS.SiteManager.UI.Public\Infrastructure\Helpers\AssetsHelper.cs:line
 
412...(further is the end of call stack which doesn't matter)


In other words the exception is thrown when this is being executed:

CacheClient.TryGet( bundleUrl, out cachedObject);

I suspect but not sure that exception is happening at the moment of high 
pressure on server's performance. When I execute this code locally it runs 
fine either in debug mode or not.
Could anyone suggest why MemcachedClientException is thrown and how to 
defeat it?


Thank you in advance.
Regards, Victor

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to