Jan Schär

Results 16 comments of Jan Schär

This bug happens for the same reason as #1391. The problem is that for enums which are only used in specifications (pre- and postconditions, assertions) of a function but not...

Yes, my solution doesn't handle binary data, but that's because JSON itself doesn't support that. If you want to support binary, you would have to base64-encode all strings. If on...

It is true that the loading wheel is always there, it is only covered by the image once that is loaded. However, during the fade animation, both images are displayed...

The issue is also visible with bullet nav: http://idealimageslider.com/demo/bullet-nav.html If you are on the first bullet and click the third bullet, there is simply no animation; if you click the...

After removing etcd membership from a node, etcd panics which takes down the entire node. The panic is in [IsLocalMemberLearner](https://github.com/etcd-io/etcd/blob/server/v3.5.15/server/etcdserver/api/membership/cluster.go#L859), stack trace: ``` go.etcd.io/etcd/server/v3/etcdserver/api/membership.(*RaftCluster).IsLocalMemberLearner(0xc000879380) external/gazelle~~go_deps~io_etcd_go_etcd_server_v3/etcdserver/api/membership/cluster.go:859 +0x26d go.etcd.io/etcd/server/v3/etcdserver.(*EtcdServer).IsLearner(0xc001020c18?) external/gazelle~~go_deps~io_etcd_go_etcd_server_v3/etcdserver/server.go:2813 +0x1a go.etcd.io/etcd/server/v3/etcdserver/api/v3rpc.(*maintenanceServer).Status(0xc001020bb0,...

Removing consensus nodes is now possible with these changes merged: https://review.monogon.dev/c/monogon/+/3437 https://review.monogon.dev/c/monogon/+/3438 https://review.monogon.dev/c/monogon/+/3454 There are still some rough edges that could be improved: ## Bootstrap node does not stop consensus...