Releases: seaweedfs/raft
Releases · seaweedfs/raft
v1.1.3
Full Changelog: v1.1.2...v1.1.3
- Add missing protobuf.UnimplementedRaftServer fix seaweedfs/seaweedfs#4460
v1.1.2
What's Changed
- Fixed index out-of-bounds issue caused when
index<l.startIndex
by @shichanglin5 in #7
New Contributors
- @shichanglin5 made their first contribution in #7
Full Changelog: v1.1.0...v1.1.2
v1.1.0: move to https://github.com/seaweedfs/raft
fix uint64 overflow
v1.0.9 Merge branch 'master' of https://github.com/chrislusf/raft
v1.0.8
v1.0.6: avoid possible nil entry.pb
I0410 15:17:53 72441 volume_layout.go:343] Volume 390 becomes unwritable I0410 15:17:53 72441 volume_layout.go:343] Volume 391 becomes unwritable I0410 15:17:53 72441 volume_layout.go:343] Volume 394 becomes unwritable I0410 15:17:53 72441 volume_layout.go:343] Volume 392 becomes unwritable I0410 15:17:58 72441 volume_layout.go:343] Volume 393 becomes unwritable I0410 15:17:58 72441 volume_layout.go:343] Volume 395 becomes unwritable panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1962c8a] goroutine 68239935 [running]: github.com/chrislusf/raft.(*LogEntry).Term(...) /home/travis/gopath/pkg/mod/github.com/chrislusf/[email protected]/log_entry.go:59 github.com/chrislusf/raft.(*server).TakeSnapshot(0xc00014f320, 0xc028b5a600, 0xc03995bc00) /home/travis/gopath/pkg/mod/github.com/chrislusf/[email protected]/server.go:1276 +0x50a github.com/chrislusf/raft.(*server).maybeTakeSnapshot.func1(0xc00014f320) /home/travis/gopath/pkg/mod/github.com/chrislusf/[email protected]/server.go:1221 +0x5b created by github.com/chrislusf/raft.(*server).maybeTakeSnapshot /home/travis/gopath/pkg/mod/github.com/chrislusf/[email protected]/server.go:1219 +0x98
v1.0.5: avoid possible nil due to race condition
fix https://github.com/chrislusf/seaweedfs/issues/1974
v1.0.4
v1.0.1: Merge pull request #2 from robin1900/master
fix leader change event dispatch issue