-
Notifications
You must be signed in to change notification settings - Fork 63
Empty reads with membership changes, crashes #30
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
Comments
Here's another case: http://jepsen.io.s3.amazonaws.com/analyses/redis-raft-1b3fbf6/20200323T181253.000-0400.zip.
|
I've been trying to narrow down the conditions under which this happens, and I've got a smaller failing case. This one's a G-single-realtime--another empty stale read, it looks like. G-single-realtime #0 Then:
It also looks like this problem was transient, because we went back to reading what looks like correct values afterwards: 2020-03-24 16:29:27,309{GMT} INFO [jepsen worker 13] jepsen.util: 63 :ok :txn [[:r 37 [5 9]]]
2020-03-24 16:29:27,383{GMT} INFO [jepsen worker 13] jepsen.util: 63 :ok :txn [[:r 37 [5 9 13 1 19 20]] [:append 36 55] [:append 4 9]]
2020-03-24 16:29:32,686{GMT} INFO [jepsen worker 13] jepsen.util: 88 :ok :txn [[:r 37 []]]
2020-03-24 16:29:32,802{GMT} INFO [jepsen worker 3] jepsen.util: 103 :ok :txn [[:r 37 [5 9 13 1 19 20]] [:r 33 [6 9 11 12 15 17 19 20 25 26 28 29 30 32 33 34 38 39 41 42 45 47 48 54 58 60 61 62 63 64 65 69 70 71 72 73 74 76 78 79 82 85 86 87 88]] [:r 33 [6 9 11 12 15 17 19 20 25 26 28 29 30 32 33 34 38 39 41 42 45 47 48 54 58 60 61 62 63 64 65 69 70 71 72 73 74 76 78 79 82 85 86 87 88]] [:append 37 46]] |
Another small case. Managed to rule out the kill of n1, n2, n5: |
This looks resolved as of 73ad833! |
Still working on narrowing this down, but I have two cases with version f88f866 where it looks like Redis started returning empty values for LRANGE reads after starting up all nodes. This is fairly infrequent, so these clusters have been through the wringer. I'm trying to narrow down behavior and get a more reproducible test pattern.
20200323T201814.000-0400.zip
The text was updated successfully, but these errors were encountered: