database - Aerospike Error: (9) Client timeout: timeout=1000 iterations=1 failedNodes=0 failedConns=0 -
im new aerospike...!
when im trying insert record database show timeout error like...
aql> insert test.student (pk, emp_id, name, age) values ('k003', 'bp003', 'sai', 25) error: (9) client timeout: timeout=1000 iterations=1 failednodes=0 failedconns=0 and 1 more thing....
i turn off wifi , run same command @ time didn't show error , command runs.
aql> insert test.student (pk, emp_id, name, age) values ('k003', 'bp003', 'sai', 25) ok, 1 record affected. so means...?
can me out of this.....!
it means should increase timeout parameter. depending how far database, 1 sec may not enough.
Comments
Post a Comment