Aerospike: 1422:LDT-Sub Record Open Error

人走茶凉 提交于 2019-12-11 01:08:10

问题


I was using Aerospike 3.5.4 During write operation I hit HWL and write stopped. Hence increased the space and restarted the servers (2node, replication 2) After which I am not able to read/write on some of the huge LDT bins. I am using Large stack.

  1. I knew LStack has been depricated. How to migrate existing data from LStack to LList.

  2. How to recover this corrupted LDT bins.

Currently upgraded the server to 3.6.3

Please help.

Thanks in Advance


回答1:


Recommend taking a look at the List operations introduced in 3.7. These are native calls to manipulate list and may satisfy your use case.

We have found LDT to be sub-optimal in many of the cases we've seen. Both from a performance perspective (Lua/UDF used) and complexity perspective.

Regarding tactical solutions for the corruption. It would be best to remove the record and start afresh.



来源:https://stackoverflow.com/questions/35037121/aerospike-1422ldt-sub-record-open-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!