Giter Club home page Giter Club logo

Comments (4)

aphyr avatar aphyr commented on August 28, 2024

from maelstrom.

kkondru avatar kkondru commented on August 28, 2024

Thanks Kyle,

I looked into maelstrom.net, but it doesn't seem to be a related site. I checked "https://github.com/jepsen-io/maelstrom" and it offered a general overview. So, I have to make changes maelstrom codebase for implementing one-way message omissions...? I'm not familiar with Clojure.. will it take much time to learn it!!!

from maelstrom.

aphyr avatar aphyr commented on August 28, 2024

from maelstrom.

kkondru avatar kkondru commented on August 28, 2024

Hi,

I'm trying to understand Maelstrom wrapper code and I see that in the nemesis.cli, there's isn't much code. I'm trying to include one-way communication between the nodes. It's invoking Jepsen code to run nemesis. So, I have to now make changes to Jepsen code?

(ns maelstrom.nemesis
"Fault injection"
(:require [clojure.tools.logging :refer [info warn]]
[jepsen [generator :as gen]
[nemesis :as n]
[util :refer [pprint-str]]]
[jepsen.nemesis.combined :as nc]
[slingshot.slingshot :refer [try+ throw+]]))

(defn package
"A full nemesis package. Options are those for
jepsen.nemesis.combined/nemesis-package."
[opts]
(nc/compose-packages
[(nc/partition-package opts)
(nc/db-package opts)]))

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.