GithubHelp home page GithubHelp logo

Comments (7)

bogdando avatar bogdando commented on June 18, 2024

@aphyr please take a look

from jepsen.

bogdando avatar bogdando commented on June 18, 2024

The patch #105 fixes the issue magically, now I can see the real failure reason in the analysis:

{:queue {:valid? false, :error "can't dequeue 137"},
:total-queue
{:valid? true,
:lost #{},
:recovered #{144 143 146 142 145},
:recovered-frac 5/147,
:unexpected-frac 0,
:unexpected nil,
:lost-frac 0,
:duplicated-frac 1/147,
:ok-frac 1,
:duplicated #{137}},
:valid? false}

from jepsen.

bogdando avatar bogdando commented on June 18, 2024

Well, the ":unexpected nil," looks a bit ugly, but at least other useful data presents with the patch...

from jepsen.

aphyr avatar aphyr commented on June 18, 2024
multiset.core.MultiSet cannot be cast to clojure.lang.IObj
 at clojure.core/with_meta (core.clj:217)  
    clojure.core$set.invoke (core.clj:3957)
    jepsen.checker$reify__6627.check (checker.clj:172)

You have a multiset, and the checker calls set on it. Multisets don't have a set representation, which is probably why this failed. Might be a checker bug around unexpected, but I recall the rabbit test running fine last I hacked on it. No guarantees, of course. ;-) Might also be a mismatch between the history values and the checker.

from jepsen.

bogdando avatar bogdando commented on June 18, 2024

As far as I've just reused the code from the master branch as is, the bug seems vaild.

from jepsen.

bogdando avatar bogdando commented on June 18, 2024

I have no idea then how to fix this. The checker just doesn't work with those cast errors

from jepsen.

bogdando avatar bogdando commented on June 18, 2024

Should be fixed by ed17b08

from jepsen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.