Error 400 - [AEROSPIKE_ERR_TIMEOUT]

by moriya » Mon Feb 24, 2014 6:51 pm

Hi all, I currently using C API connect to aerospike server, to insert record… However, the connection sometime return Error 400 - [AEROSPIKE_ERR_TIMEOUT], so that I cannot insert any new record, until I restart my application…

Could anyone tell me how to avoid this problem ?? How to check the connection status and perform re-connect if necessary??

Thanks a lot !!

Re: Error 400 Postby moriya » Tue Feb 25, 2014 6:31 pm

Beside, I also got another problem: [aerospike.c:109][aerospike_connect] ERROR - no hosts provided (PS: I using IP address for host connection in LAN network…)

Is it a bug ???