ins icon indicating copy to clipboard operation
ins copied to clipboard

iNexus, coordinate large scale services

Results 10 ins issues
Sort by recently updated
recently updated
newest added

change message ScanRequest's end_key field's type from bytes to string (to be the same as the start_key field)

请问 ins 的性能如何? 有官方 benchmark 数据吗?5个 node ,能支撑 k-v IOPS 什么量级? 请问 ins leader 切换时间多少? 秒级? 多谢答复。

在ins_main.cc的51行最好对InsNodeImpl指针进行判断下是否NULL,我刚就出现过由于机器内存过低导致rpc注册出core的问题

I am running a three node iNexus cluster. iNexus can lose data since it does fsync the database files before acknowledging the client. Specifically, after acknowledging a client, if a...

bug

根据protocAPI接口没有找到connect方法啊

是否需要实现member change功能? 我看Raft论文中对这个描述的不是很详细,或许可以利用leveldb的多版本控制来复制一些log到新的成员上去,这样可以不用停止服务,然后再根据论文中的方案进行成员变更。 昨天暴了一个raft成员变更算法的bug, https://groups.google.com/forum/#!topic/raft-dev/t4xj6dJTP6E