cnblogs / EnyimMemcachedCore

.NET Memcached client. Available on https://www.nuget.org/packages/EnyimMemcachedCore
Apache License 2.0
162 stars 45 forks source link

Is the socket being reset a cause for concern? #115

Closed rgelb closed 5 years ago

rgelb commented 5 years ago

I have the following in the logs from library:

Acquiring stream from pool. Unspecified/10.147.36.30:11212 Socket 85062d70-1b4e-4725-81d4-5ab72b0cd5fa was reset Socket was reset. 85062d70-1b4e-4725-81d4-5ab72b0cd5fa Releasing socket 85062d70-1b4e-4725-81d4-5ab72b0cd5fa Are we alive? True

For every hit to memcached I get socket was reset Debug level message.
Is this cause for concern? Otherwise everything works well.

cnblogs-dudu commented 5 years ago

Reset socket is put back into the socket pool to reuse.