xylophone

Results 3 issues of xylophone

``` func (f *Fsm) ApplyBatch(ls []*raft.Log) []interface{}{ resp := make([]interface{},len(ls)) fmt.Println("ApplyBatch data:",len(ls)) for _,k:=range ls{ data := strings.Split(string(k.Data), ",") op := data[0] if op == "set" { key := data[1]...

Hi, I have only started one node, is it necessary to 'decay_target_priority' when 'election_timeout'? 2022-07-10T20:58:22.064_541+08:00 [9675] [WARN] Election timeout, initiate leader election [handle_timeout.cxx:286, handle_election_timeout()] 2022-07-10T20:58:22.064_586+08:00 [9675] [INFO] [PRIORITY] decay, target...

incrmentAndGet -> incrementAndGet

cla:no
size/XS
First-time contributor