当前位置: 首页 > 工具软件 > Aerospike > 使用案例 >

aerospike常见报错

微生昌勋
2023-12-01

报错:aerospike插入或者查询信息时报以下错误。
Error 9 Client timeout socket=30000 total=1000 iterations=1

原因分析:
https://www.itdaan.com/blog/2015/09/21/6f6480fd584d4ff7a72bc9bd1e5f01.html

解决方式:

方式1:
./aql -h localhost -T 8000

方式2:
./aql -h localhost
aql> set TIMEOUT 8000;
aql> get TIMEOUT;

 类似资料: