首页  

aerospike常见错误     所属分类 aerospike 浏览量 1053
https://gitee.com/dyyx/asdemo/blob/master/docs/ResultCode.java



server memory error 
 aerospike 某客户 stop-write 实例  


TTL  太大 (最大10年  3600*24*365 * 10  秒)

// com.aerospike.client.AerospikeException: Error Code 4: Parameter error
maxttl = 3600 * 24 * 365 * 11;

 

com.aerospike.client.AerospikeException: Error Code 100: UDF: Execution Error 1 

脚本或方法不存在

com.aerospike.client.AerospikeException: Error Code 100: function not found

com.aerospike.client.AerospikeException: Error Code 18: device overload

https://discuss.aerospike.com/t/how-to-troubleshoot-fix-device-overload/486



com.aerospike.client.AerospikeException: Error Code 14: Hot key

xxx.lua 1852 bad argument #1 to size (userdata expected,got nil)


com.aerospike.client.AerospikeException: Error Code 8: Server memory error


com.aerospike.client.AerospikeException: Error Code 22: Operation not allowed at this time

truncate 之后 立马做写入 ,发生该错误概率较高

 
AerospikeClient errorcode -1 (indoubt) java.io.EOFException


com.aerospike.client.AerospikeException$Connection: Error -7,1,BB99663444B43E4 192.168.0.10 3004: Node BB99663444B43E4 192.168.0.10 3004 event loop 0 max connections 126 would be exceeded.

com.aerospike.client.AerospikeException$Timeout: Server timeout: socket=30000 total=0 iteration=1 node=BB954D5434B43E4 192.168.0.10 3004 inDoubt=true

 
https://stackoverflow.com/questions/46492540/error-on-write-operation-code-22-after-calling-truncate-c-sharp-client

https://stackoverflow.com/questions/59942249/how-to-resolve-aerospike-error-operation-not-allowed-at-this-time

上一篇     下一篇
maven jar包冲突处理

aerospike 某客户 stop-write 实例

aerospike 最大 TTL 限制

aerospike 记录 TTL 说明

写博客的好处

TCP三次握手与四次挥手