Skip to content

Releases: seaweedfs/raft

v1.1.3

10 May 05:53
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.2

02 May 23:39
Compare
Choose a tag to compare

What's Changed

  • Fixed index out-of-bounds issue caused when index<l.startIndex by @shichanglin5 in #7

New Contributors

Full Changelog: v1.1.0...v1.1.2

v1.1.0: move to https://github.com/seaweedfs/raft

27 Jul 19:09
Compare
Choose a tag to compare

fix uint64 overflow

23 Jun 19:08
Compare
Choose a tag to compare
v1.0.9

Merge branch 'master' of https://github.com/chrislusf/raft

v1.0.8

06 Feb 07:43
51d9d02
Compare
Choose a tag to compare

support multiple grpc dial options

v1.0.6: avoid possible nil entry.pb

10 Apr 09:35
Compare
Choose a tag to compare
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

08 Apr 03:57
Compare
Choose a tag to compare
fix https://github.com/chrislusf/seaweedfs/issues/1974

v1.0.4

03 Jan 21:34
Compare
Choose a tag to compare
avoid nil snapshot

v1.0.1: Merge pull request #2 from robin1900/master

08 Jul 17:01
b5feda1
Compare
Choose a tag to compare
fix leader change event dispatch issue