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
Found another crash in 2d1cf30, with redis f88f866:
20200510T023432.000-0400.zip
147415:09 May 23:38:38.585 node:1529561842: node.c:361: NodeAddPendingResponse: id=2216, type=proxy, request_time=1589092718585 147415:09 May 23:38:38.588 node:1529561842: raft.c:479: <raftlib> recvd appendentries t:80 ci:6853 lc:6965 pli:6848 plt:79 #117 redis-server: log.c:63: EntryCacheAppend: Assertion `cache->start_idx + cache->len == idx' failed.
This one seems less frequent; first time I've seen it in about 40 runs. No observed safety impact. To reproduce (slowly), try jepsen.redis ddb68c8961a8f2b1cb0b37f263bd1eb0930ab5b8, and run:
lein run test-all --raft-version 2d1cf30 --time-limit 600 --nemesis partition,kill,pause,member --follower-proxy --test-count 50 --concurrency 4
The text was updated successfully, but these errors were encountered:
I've reproduced this with just crashes and partitions:
20200510T092833.000-0400.zip
Sorry, something went wrong.
It can also occur with just partitions, or just process pauses.
20200510T151019.000-0400.zip
It's... actually incredibly frequent with pauses; we're seeing it in almost every test run right now.
This looks resolved as of e0123a9
Unknown node handling (RedisLabs#51)
e2deade
Unknown node handling
No branches or pull requests
aphyr commentedMay 10, 2020
•
edited
Found another crash in 2d1cf30, with redis f88f866:
20200510T023432.000-0400.zip
This one seems less frequent; first time I've seen it in about 40 runs. No observed safety impact. To reproduce (slowly), try jepsen.redis ddb68c8961a8f2b1cb0b37f263bd1eb0930ab5b8, and run:
The text was updated successfully, but these errors were encountered: