Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- net.spy.memcached.OperationTimeoutException: Timeout waiting for value: waited 2,500 ms. Node status: Connection Status { 107.170.29.146/107.170.29.146:11210 active: true, authed: true, last read: 851,112 ms ago }
- at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1176)
- at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1192)
- at Database.getUser(Database.java:646)
- at Database.setSessionID(Database.java:608)
- at Database.logOut(Database.java:637)
- at Session.destroy(Session.java:97)
- at UserIn.asignMessage(UserIn.java:425)
- at UserIn.run(UserIn.java:84)
- at java.lang.Thread.run(Unknown Source)
- Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException: Timed out waiting for operation - failing node: 107.170.29.146/107.170.29.146:11210
- at net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:166)
- at net.spy.memcached.internal.GetFuture.get(GetFuture.java:69)
- at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1166)
- ... 8 more
- 2014-03-02 15:29:19.044 WARN net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl: Discarding partially completed op: Cmd: 0 Opaque: 19 Key: reinis@gmail.com
- 2014-03-02 15:29:19.045 WARN net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl: Discarding partially completed op: Cmd: 0 Opaque: 20 Key: test@gmail.com
- 2014-03-02 15:29:19.045 INFO com.couchbase.client.CouchbaseConnection: Reconnecting due to exception on {QA sa=107.170.29.146/107.170.29.146:11210, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=1}
- java.io.IOException: An existing connection was forcibly closed by the remote host
- at sun.nio.ch.SocketDispatcher.read0(Native Method)
- at sun.nio.ch.SocketDispatcher.read(Unknown Source)
- at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
- at sun.nio.ch.IOUtil.read(Unknown Source)
- at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
- at net.spy.memcached.MemcachedConnection.handleReads(MemcachedConnection.java:772)
- at net.spy.memcached.MemcachedConnection.handleReadsAndWrites(MemcachedConnection.java:672)
- at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:635)
- at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:409)
- at com.couchbase.client.CouchbaseConnection.run(CouchbaseConnection.java:288)
- 2014-03-02 15:29:19.046 WARN com.couchbase.client.CouchbaseConnection: Closing, and reopening {QA sa=107.170.29.146/107.170.29.146:11210, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=1}, attempt 0.
- 2014-03-02 15:29:21.047 INFO com.couchbase.client.CouchbaseConnection: Reconnecting {QA sa=107.170.29.146/107.170.29.146:11210, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}
- 2014-03-02 15:29:21.261 INFO com.couchbase.client.CouchbaseConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@1025c5d
- 2014-03-02 15:29:21.522 INFO net.spy.memcached.auth.AuthThread: Authenticated to 107.170.29.146/107.170.29.146:11210
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement