lni
lni
hi @antmat, as @kevburnsjr explained, allowing removed replicas to be added back with the exact same ID would make the protocol and implementation more complicated, there would be a lot...
@abhishektakale thanks for raising the issue. there is already good infrastructure available in dragonboat for what you want. in short, the long delay you experienced is caused by disk IOs,...
@antmat to detect stale node, you can just issue a ReadIndex request on the node and see whether it can be successfully completed. stale nodes will cause the ReadIndex operation...
Could you please provide more details on what do you mean by proxy?
@intosKai Hi, I don't think there is anything changed between v3.3.4 and v3.3.5 in that regard. Based on the error log, it seems to me that the issue is trigger...
@candostyavuz Once the replica is added to the shard, you can start it on the designated NodeHost, after that everything else is transparent to your application meaning raft logs will...
the reason why pebble version is not bumped to v1.0 is because I believe that having a KV db like pebble to store raft log is highly inefficient - using...
In theory, it should be possible assuming you understand both libraries, there should be one to one mappings for most stuff as both are just raft libraries anyway. In practice,...
hi, this issue has been discussed here numerous times - you have a slow SSD on mbp, it is extremely slow in the sense that it takes like forever (compared...
> is that also a disk issue? because, when I run the test without specifying -num-of-clients that defaults to 10000, the results are pretty decent, on the same MBP I...