Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-contiguous log error #2025

Closed
benbjohnson opened this issue Mar 20, 2015 · 2 comments
Closed

Non-contiguous log error #2025

benbjohnson opened this issue Mar 20, 2015 · 2 comments
Milestone

Comments

@benbjohnson
Copy link
Contributor

Test failure after 2.4m inserts:

panic: assert failed: non-contiguous log index(1): idx=2896, prev=2896

goroutine 319590 [running]:
github.com/influxdb/influxdb/raft.assert(0xc22533dc00, 0x976270, 0x2d, 0xc22533dc00, 0x3, 0x3)
        /root/go/src/github.com/influxdb/influxdb/raft/log.go:1805 +0xcf
github.com/influxdb/influxdb/raft.(*Log).append(0xc2080384e0, 0xc21a05be30)
        /root/go/src/github.com/influxdb/influxdb/raft/log.go:1156 +0x1f8
github.com/influxdb/influxdb/raft.(*Log).ReadFrom(0xc2080384e0, 0x7fe695685fc0, 0xc217ae33c0, 0x0, 0x0)
        /root/go/src/github.com/influxdb/influxdb/raft/log.go:1702 +0xb29
github.com/influxdb/influxdb/raft.(*Log).readFromLeader(0xc2080384e0, 0xc237a00e20, 0xc238606420)
        /root/go/src/github.com/influxdb/influxdb/raft/log.go:799 +0x60b
created by github.com/influxdb/influxdb/raft.(*Log).followerLoop
        /root/go/src/github.com/influxdb/influxdb/raft/log.go:738 +0x18e

Reported by @tcoulter

@otoolep
Copy link
Contributor

otoolep commented Mar 20, 2015

@otoolep

@toddboom toddboom added this to the 0.9.0 milestone Mar 20, 2015
@pauldix
Copy link
Member

pauldix commented Mar 29, 2015

fixed by #2111

@pauldix pauldix closed this as completed Mar 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants