Aerospike - WARN Socket write error: 111

Aerospike Query Copyright 2013 Aerospike. All rights reserved.

aql> 2015-03-31 20:40:43 WARN Socket write error: 111 2015-03-31 20:40:44 WARN Socket write error: 111 2015-03-31 20:40:45 WARN Socket write error: 111 2015-03-31 20:40:46 WARN Socket write error: 111 2015-03-31 20:40:47 WARN Socket write error: 111 2015-03-31 20:40:48 WARN Socket write error: 111 2015-03-31 20:40:49 WARN Socket write error: 111

i find aql exit have some bug ~! may be it doesn’t release the connection

Hi wahaha- What is the port number where your node is listening?

I got the following error when trying to connect:

“[dm@localhost ~]$ aql 2015-04-01 16:33:36 WARN Socket write error: 111 Error -1: Failed to seed cluster”

In my case, this error is to be expected because my node is not using the default port of 3000. When I specify the proper port number (3020, in this case), all is well:

[dm@localhost ~]$ aql -p 3020 Aerospike Query Copyright 2013 Aerospike. All rights reserved.

aql> show bins 0 rows in set (0.001 secs) 0 rows in set (0.000 secs) OK

aql> show sets 0 rows in set (0.000 secs) 0 rows in set (0.000 secs) OK

(yes, I know that I have no bins and no sets. This is in a test environment, and it is intentional.)

I hope this helps!

-DM