Vishnu Lakshmanan
Vishnu Lakshmanan
Thanks all, it works now. But during `make -j`. I'm getting this error `c++: internal compiler error: Killed (program cc1plus)` (`cmake` seems to work fine) ````bash [ 22%] Built target...
using just `make` seems to work. Also when I run `python rocksdb_admin.py cluster_name ping` it just logs `No handlers could be found for logger "kazoo.client"` and doesn't seem to be...
I'm still not sure how exactly to setup a working system. Let's say I have two rocksdb stores one at host1 (/home/kvstore) and another store at host2 (/home/kvstore). I have...