Excpt0r
Excpt0r
I have seen this NullpointerException too, but I'm not sure if just checking != null is sufficient. If I remember correctly I have seen also a similar situation where my...
@lburgazzoli depends on the solution. My suggestion to replace `closed.get()` with `closed.compareAndSet(false, true)` wasn't a good idea, this would break the `resume()` functionality called by `onError()`. I will try with...
Hi @lburgazzoli my fix was merged on Jul 13, but maybe that was not covering all aspects (I saw some more related changes on the master branch) But note that...
Hi @mem I guess I have a similar issue: I would like the prometheus "up" metric to fail, when blackbox-exporter cannot reach a tcp target. Is it possible to configure...
Hi, thanks for your replies! Sorry, I forgot to mention that the problem is not often reproducible. @killme2008 is it much data that needs to be replayed, when I only...
Hi, I have reproduced the problem and fetched the logs of all election nodes. After initial successful election, device-sub-1 became leader - this is the node that was then killed...
Hi @fengjiachun all services run on kubernetes on virtual machines based on KVM. My test is executing a "virsh destroy" (like unplugging the machine, not a clean shutdown) on the...
In the linked issue for grpc-java the real cause seems to be how jetcd is using grpc (with an own dns resolver, not grpc). So I gathered more logs from...
Hi @fengjiachun I think I found another occurrence of the described issue, even though it seemed to be fixed. To rule out a problem on application/env level, I used jraft...
Hi, the application runs on kubernetes, which means it has virtual networking on container level + networking on VM level. I don't think I can influence the behaviour of that...