Ioannis Papapanagiotou
Ioannis Papapanagiotou
I do not have experience with setting up Kubernetes, but the problem is clearly that Dynomite cannot reach ARDB, hence a network access issue. If from the same node you...
This is what I see in `dmesg` which indicates a segfault. ```` [115645.998696] traps: rocksdb:bg5[13107] general protection ip:715db0 sp:7f0ef07fcc30 error:0 in ardb-server[400000+415000] [479008.662810] ardb-server[11000]: segfault at 0 ip 000000000072dc97 sp...
@unoexperto Did you run the `redis-benchmark` test that I mentioned above and got 37GB of data size? or are you using a different load?
@yinqiwen Pulling the latest version and managed to collect the core dump. I am seeing the following the segmentation fault using the redis-benchmark above. It runs for a couple of...
I do not believe `redis-benchmark` has a `shutdown` integrated. Hypothetically speaking, if there was a `shutdown`, ardb would not have been terminated by SIGSEGV.
Btw at a later point of time, I also got some rocksdb core dumps `core_rocksdb:bg13.32454.1496361099`. Is ardb generating different segmentation faults? I used the `ardb-server` as the executable to open...
Yes, I am using the latest code prior to to the latest commit for the log crash. I am concerned that your fix is not related to this crash. Why...
I believe there are a few changes in the [nc_memcache.c](https://github.com/twitter/twemproxy/blob/master/src/proto/nc_memcache.c) that have not ported in [dyn_memcache.c](https://github.com/Netflix/dynomite/blob/dev/src/proto/dyn_memcache.c). I would start with that first if you interested in contributing. There have been...
`Invalid syntax` is reported for dynomite.yml, not in case of miscommunication. I am not following the issue you are facing and how it is related to Docker container communication.
Can you send us your Dynomite logs?