-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
Stalearea/crashDgraph issues that cause an operation to fail, or the whole server to crash.Dgraph issues that cause an operation to fail, or the whole server to crash.communityIssue or PR created by the community.Issue or PR created by the community.investigateRequires further investigationRequires further investigationkind/bugSomething is broken.Something is broken.
Description
Github issues are back! Putting in this one now:
Following on topic here:
https://discuss.dgraph.io/t/critical-bug-in-v21-12-permanently-crashloops-whole-groups/16383/7
A panic is continually observed here:
2021/12/22 06:56:16 Unable to find txn with start ts: 2178082
github.com/dgraph-io/dgraph/x.AssertTruef
/ext-go/1/src/github.com/dgraph-io/dgraph/x/error.go:107
github.com/dgraph-io/dgraph/worker.(*node).applyMutations
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/draft.go:707
github.com/dgraph-io/dgraph/worker.(*node).applyCommitted
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/draft.go:744
github.com/dgraph-io/dgraph/worker.(*node).processApplyCh.func1
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/draft.go:931
github.com/dgraph-io/dgraph/worker.(*node).processApplyCh.func2
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/draft.go:970
github.com/dgraph-io/dgraph/worker.(*node).processApplyCh
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/draft.go:1025
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1581
If this panic occurs, the node will restart and replay its WAL - and will encounter the same issue again, permanently disabling the node. This tends to happen to entire groups at once.
v21.12:
$ dgraph version
Dgraph version : v21.12.0
Dgraph codename : zion
Dgraph SHA-256 : 078c75df9fa1057447c8c8afc10ea57cb0a29dfb22f9e61d8c334882b4b4eb37
Commit SHA-1 : d62ed5f15
Commit timestamp : 2021-12-02 21:20:09 +0530
Branch : HEAD
Go version : go1.17.3
jemalloc enabled : true
Metadata
Metadata
Assignees
Labels
Stalearea/crashDgraph issues that cause an operation to fail, or the whole server to crash.Dgraph issues that cause an operation to fail, or the whole server to crash.communityIssue or PR created by the community.Issue or PR created by the community.investigateRequires further investigationRequires further investigationkind/bugSomething is broken.Something is broken.