[root@Node01 ~]# /bin/liftbridge --config=/etc/liftbridge/liftbridge.yml
INFO[2020-12-25 15:11:23] Liftbridge Version: v1.3.0
INFO[2020-12-25 15:11:23] Server ID: Node01
INFO[2020-12-25 15:11:23] Namespace: liftbridge-default
INFO[2020-12-25 15:11:23] Default Retention Policy: [Age: 1 day, Compact: false]
INFO[2020-12-25 15:11:23] Default Partition Pausing: disabled
INFO[2020-12-25 15:11:23] Starting server on
10.82.0.22:9292...
INFO[2020-12-25 15:11:23] raft: initial configuration: index=1 servers="[{Suffrage:Voter ID:Node01 Address:Node01}]"
INFO[2020-12-25 15:11:23] raft: entering follower state: follower="Node at Node01 [Follower]" leader=
WARN[2020-12-25 15:11:25] raft: heartbeat timeout reached, starting election: last-leader=
INFO[2020-12-25 15:11:25] raft: entering candidate state: node="Node at Node01 [Candidate]" term=3892
INFO[2020-12-25 15:11:25] raft: election won: tally=1
INFO[2020-12-25 15:11:25] raft: entering leader state: leader="Node at Node01 [Leader]"
INFO[2020-12-25 15:11:25] Server became metadata leader, performing leader promotion actions
panic: failed to add stream to metadata store: failed to create commit log: parse high watermark file failed: strconv.ParseInt: parsing "": invalid syntax
goroutine 26 [running]:
github.com/liftbridge-io/liftbridge/server.(*Server).Apply(0xc0002f6000, 0xc0004277c0, 0x0, 0x0)
/home/circleci/project/server/fsm.go:111 +0x3e3
github.com/hashicorp/raft.(*Raft).runFSM.func1(0xc0004ecde0) /go/pkg/mod/
github.com/hashicorp/raft@v1.1.2/fsm.go:90 +0x2c1
github.com/hashicorp/raft.(*Raft).runFSM.func2(0xc00021a600, 0x40, 0x40)
/go/pkg/mod/
github.com/hashicorp/raft@v1.1.2/fsm.go:113 +0x75
github.com/hashicorp/raft.(*Raft).runFSM(0xc0002da600) /go/pkg/mod/
github.com/hashicorp/raft@v1.1.2/fsm.go:219 +0x42f
github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc0002da600, 0xc00015d900)
/go/pkg/mod/
github.com/hashicorp/raft@v1.1.2/state.go:146 +0x55
created by
github.com/hashicorp/raft.(*raftState).goFunc /go/pkg/mod/
github.com/hashicorp/raft@v1.1.2/state.go:144 +0x66