-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Release Blocker] t.Block slice index crash #1388
Labels
area/crash
This issue causes a panic or some other of exception that causes a crash.
help wanted
Please help us fix this!
kind/bug
Something is broken.
priority/P1
Serious issue that requires eventual attention (can wait a bit)
releaseblocker
status/accepted
We accept to investigate or work on it.
Comments
This was referenced Jun 30, 2020
This was referenced Jul 10, 2020
jarifibrahim
pushed a commit
that referenced
this issue
Jul 10, 2020
…1406) This reverts commit 7f4e4b5. This revert is necessary because b.sz won't exist after builder changes are reverted and the assert is no longer valid. The commit 7f4e4b5 is being reverted because we have seen some crashes which could be caused by these changes. We haven't been able to reproduce the crashes yet. Related to #1389, #1388, #1387 Also see https://discuss.dgraph.io/t/current-state-of-badger-crashes/7602
jarifibrahim
pushed a commit
that referenced
this issue
Jul 10, 2020
This reverts commit 21735af. The commit is reverted because we have seen some crashes which could be caused by this change. We haven't been able to reproduce the crashes yet. Related to #1389, #1388, #1387 Also, see https://discuss.dgraph.io/t/current-state-of-badger-crashes/7602
jarifibrahim
pushed a commit
that referenced
this issue
Jul 10, 2020
This reverts commit aadda9a. This commit is being reverted because we have seen some crashes which could be caused by it. We haven't been able to reproduce the crashes yet. Related to #1389, #1388, #1387 Also, see https://discuss.dgraph.io/t/current-state-of-badger-crashes/7602
jarifibrahim
pushed a commit
that referenced
this issue
Jul 10, 2020
This reverts commit b13b927. This commit is being reverted because we have seen some crashes which could be caused by it. We haven't been able to reproduce the crashes yet. Related to #1389, #1388, #1387 Also, see https://discuss.dgraph.io/t/current-state-of-badger-crashes/7602 This commit had some conflicts. See PR description for details.
I wasn't able to reproduce this issue after multiple attempts. I'm closing this as non-reproducible. |
jarifibrahim
pushed a commit
that referenced
this issue
Oct 2, 2020
…1406) This reverts commit 7f4e4b5. This revert is necessary because b.sz won't exist after builder changes are reverted and the assert is no longer valid. The commit 7f4e4b5 is being reverted because we have seen some crashes which could be caused by these changes. We haven't been able to reproduce the crashes yet. Related to #1389, #1388, #1387 Also see https://discuss.dgraph.io/t/current-state-of-badger-crashes/7602
jarifibrahim
pushed a commit
that referenced
this issue
Oct 2, 2020
This reverts commit 21735af. The commit is reverted because we have seen some crashes which could be caused by this change. We haven't been able to reproduce the crashes yet. Related to #1389, #1388, #1387 Also, see https://discuss.dgraph.io/t/current-state-of-badger-crashes/7602
jarifibrahim
pushed a commit
that referenced
this issue
Oct 2, 2020
This reverts commit aadda9a. This commit is being reverted because we have seen some crashes which could be caused by it. We haven't been able to reproduce the crashes yet. Related to #1389, #1388, #1387 Also, see https://discuss.dgraph.io/t/current-state-of-badger-crashes/7602
jarifibrahim
pushed a commit
that referenced
this issue
Oct 2, 2020
This reverts commit b13b927. This commit is being reverted because we have seen some crashes which could be caused by it. We haven't been able to reproduce the crashes yet. Related to #1389, #1388, #1387 Also, see https://discuss.dgraph.io/t/current-state-of-badger-crashes/7602 This commit had some conflicts. See PR description for details.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/crash
This issue causes a panic or some other of exception that causes a crash.
help wanted
Please help us fix this!
kind/bug
Something is broken.
priority/P1
Serious issue that requires eventual attention (can wait a bit)
releaseblocker
status/accepted
We accept to investigate or work on it.
The crash was seen on commit ef28ef3 .
I haven't been able to reproduce the issue but the reuse of byte slices while decompressing aadda9a might be causing this. There was a bug in the reuse code which was fixed by 21735af .
The crash is originating from this line
https://github.com/dgraph-io/badger/blob/ef28ef36b5923f12ffe3a1702bdfa6b479db6637/table/table.go#L477
The text was updated successfully, but these errors were encountered: