Giter Club home page Giter Club logo

Comments (5)

aphyr avatar aphyr commented on July 24, 2024 1

Right, so I think this is a shortcoming in Elle's rw-register checker, which does pretty much all its inference through external reads and writes--IIRC, my rationale was that internal anomalies would be glaringly obvious, and it offers a pretty major speedup--a lot of problems gain an extra level of iteration if you consider internal reads/writes. I took a stab at changing that, and after seven hours I have to admit--this is a bigger problem than I was hoping. Elle is... fantastically complex, and has a lot of moving parts. Gotta shelve this for now.

from maelstrom.

sitano avatar sitano commented on July 24, 2024

Thank you @aphyr for your quick response and for all the work you have put into the Elle! This is an incredible project. And thank you for the Maelstrom. I had lots of pleasure playing with it. I will leave this thing open for future interesants. If you want just close it.

from maelstrom.

tobiajo avatar tobiajo commented on July 24, 2024

I don't know yet what a g0 write cycle is but my read ("r") responses can be completely arbitrary and still pass the same workload. To verify the boilerplate I had sat up, I simply put returned the same txn payload from request in the reply. No logic at all and to my surprise "Everything looks good!". Even a random integer as read value will do.

Is that the same issue as @sitano reported?

from maelstrom.

aphyr avatar aphyr commented on July 24, 2024

Naw, that's more like a garbage read, which is also something the rw-register workload should detect, but doesn't, because I am lazy and my entire life has been consumed with moving and house repairs for the last six months :(

from maelstrom.

tobiajo avatar tobiajo commented on July 24, 2024

I have now also reproduced the same with read-committed consistency. Random integers or null as read value passes for example:

maelstrom test -w txn-rw-register --bin ~/go/bin/maelstrom-txn --node-count 2 --concurrency 2n --time-limit 20 --rate 1000 --consistency-models read-committed --availability total –-nemesis partition

from maelstrom.

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.