basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

This socket has been ended by the other party [JIRA: CLIENTS-712] #130

Closed dmitrIron closed 8 years ago

dmitrIron commented 8 years ago

Hi, we get this error on massive set/get (about 100 concurrent connections)

error: [RiakConnection] (****.com:8087) Error: This socket has been ended by the other party
at Socket.writeAfterFIN [as write] (net.js:268:12)
at RiakConnection.execute (/var/www/dyno/node_modules/basho-riak-client/lib/core/riakconnection.js:354:26)
at RiakNode.execute (/var/www/dyno/node_modules/basho-riak-client/lib/core/riaknode.js:272:22)
at RoundRobinNodeManager.NodeManager.tryExecute (/var/www/dyno/node_modules/basho-riak-client/lib/core/nodemanager.js:51:18)
at RoundRobinNodeManager.executeOnNode (/var/www/dyno/node_modules/basho-riak-client/lib/core/roundrobinnodemanager.js:60:26)
at RiakCluster.execute (/var/www/dyno/node_modules/basho-riak-client/lib/core/riakcluster.js:223:38)
Client.fetchValue (/var/www/dyno/node_modules/basho-riak-client/lib/client.js:208:18)
Client.tryCatcher (/var/www/dyno/node_modules/bluebird/js/release/util.js:11:23)
at Client.ret [as fetchValueAsync] (eval at <anonymous>

What may be the reason of this error? Tnx.

lukebakken commented 8 years ago