Bastian Glöckle

Results 3 issues of Bastian Glöckle

In diqube I had the case that sometimes my CopycatClient was not able to register its session, which happened if the server it connected to was in InactiveState. I found...

Hi! Copycat uses the class `CompletableFuture` heavily and expects the handlers along those "pipelines" to be called on the same thread as the `complete` function was called on: For example...

`ClusterState` seems to track members of the cluster by their "ID" and the ID seems to be (`LeaderState#join(...)`) the Object#hashCode() of the address of that node. This seems to be...