Sever Băneșiu
Sever Băneșiu
`make start` fails on M1 with the following error: ``` => ERROR [build_base 7/7] RUN go build -tags musl -o ./out/pranadb ./cmd/pranadb 13.9s ------ > [build_base 7/7] RUN go build...
The static leader balancer set the leader of each raft group to a predetermined node, similar how static node assignment works. Currently, the balancer runs every five minutes, but this...
This fixes a bug where the tag is always overwritten if the after callback is set.
I'm using this code to smear a tight loop but it doesn't work on arrays. I think the problem is here: https://github.com/uber/hyperbahn/blob/master/lib/interval-scan.js#L141.