Skip to content

Nemesis partition failed with parameter :primaries #59

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

Closed
ligurio opened this issue Oct 21, 2020 · 0 comments · Fixed by #70
Closed

Nemesis partition failed with parameter :primaries #59

ligurio opened this issue Oct 21, 2020 · 0 comments · Fixed by #70
Labels

Comments

@ligurio
Copy link
Member

ligurio commented Oct 21, 2020

2020-10-21 12:00:22,337{GMT}    INFO    [jepsen nemesis] jepsen.util: :nemesis  :info   :start-partition        :primaries
2020-10-21 12:00:22,347{GMT}    WARN    [jepsen nemesis] jepsen.core: Process :nemesis crashed
java.lang.IllegalArgumentException: No implementation of method: :primaries of protocol: #'jepsen.db/Primary found for class: tarantool.db$db
        at clojure.core$_cache_protocol_fn.invokeStatic(core_deftype.clj:583) ~[clojure-1.10.1.jar:na]
        at clojure.core$_cache_protocol_fn.invoke(core_deftype.clj:575) ~[clojure-1.10.1.jar:na]
        at jepsen.db$fn__3265$G__3258__3272.invoke(db.clj:30) ~[jepsen-0.1.18.jar:na]
        at jepsen.nemesis.combined$grudge.invokeStatic(combined.clj:162) ~[na:na]
        at jepsen.nemesis.combined$grudge.invoke(combined.clj:149) ~[na:na]
        at jepsen.nemesis.combined$partition_nemesis$reify__2377.invoke_BANG_(combined.clj:194) ~[na:na]
        at jepsen.nemesis$invoke_compat_BANG_.invokeStatic(nemesis.clj:46) ~[jepsen-0.1.18.jar:na]
        at jepsen.nemesis$invoke_compat_BANG_.invoke(nemesis.clj:42) ~[jepsen-0.1.18.jar:na]
        at jepsen.nemesis$compose$reify__5683.invoke_BANG_(nemesis.clj:259) ~[jepsen-0.1.18.jar:na]
        at jepsen.nemesis$invoke_compat_BANG_.invokeStatic(nemesis.clj:46) ~[jepsen-0.1.18.jar:na]
        at jepsen.nemesis$invoke_compat_BANG_.invoke(nemesis.clj:42) ~[jepsen-0.1.18.jar:na]
        at jepsen.core$nemesis_invoke_op_BANG_$fn__5888.invoke(core.clj:259) ~[jepsen-0.1.18.jar:na]
        at jepsen.core$nemesis_invoke_op_BANG_.invokeStatic(core.clj:259) [jepsen-0.1.18.jar:na]
        at jepsen.core$nemesis_invoke_op_BANG_.invoke(core.clj:254) [jepsen-0.1.18.jar:na]
        at jepsen.core$nemesis_apply_op_BANG_.invokeStatic(core.clj:294) [jepsen-0.1.18.jar:na]
        at jepsen.core$nemesis_apply_op_BANG_.invoke(core.clj:286) [jepsen-0.1.18.jar:na]
        at jepsen.core.NemesisWorker.run_worker_BANG_(core.clj:410) [jepsen-0.1.18.jar:na]
        at jepsen.core$run_workers_BANG_$run__5872.invoke(core.clj:206) [jepsen-0.1.18.jar:na]
        at dom_top.core$real_pmap_helper$build_thread__214$fn__215.invoke(core.clj:146) [jepsen-0.1.18.jar:na]
        at clojure.lang.AFn.applyToHelper(AFn.java:152) [clojure-1.10.1.jar:na]
        at clojure.lang.AFn.applyTo(AFn.java:144) [clojure-1.10.1.jar:na]
        at clojure.core$apply.invokeStatic(core.clj:665) [clojure-1.10.1.jar:na]
        at clojure.core$with_bindings_STAR_.invokeStatic(core.clj:1973) [clojure-1.10.1.jar:na]
        at clojure.core$with_bindings_STAR_.doInvoke(core.clj:1973) [clojure-1.10.1.jar:na]
        at clojure.lang.RestFn.invoke(RestFn.java:425) [clojure-1.10.1.jar:na]
        at clojure.lang.AFn.applyToHelper(AFn.java:156) [clojure-1.10.1.jar:na]
        at clojure.lang.RestFn.applyTo(RestFn.java:132) [clojure-1.10.1.jar:na]
        at clojure.core$apply.invokeStatic(core.clj:669) [clojure-1.10.1.jar:na]
        at clojure.core$bound_fn_STAR_$fn__5749.doInvoke(core.clj:2003) [clojure-1.10.1.jar:na]
        at clojure.lang.RestFn.invoke(RestFn.java:397) [clojure-1.10.1.jar:na]
        at clojure.lang.AFn.run(AFn.java:22) [clojure-1.10.1.jar:na]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_262]
2020-10-21 12:00:22,348{GMT}    INFO    [jepsen nemesis] jepsen.util: :nemesis  :info   :start-partition        :primaries      indeterminate: No implementation of method: :primaries of protocol: #'jepsen.db/Primary found for class: tarantool.db$db

ligurio added a commit that referenced this issue Oct 22, 2020
- pause
- kill
- partition with :primaries

Fixes #68
Fixes #59
See also: #16 #21
ligurio added a commit that referenced this issue Oct 22, 2020
- pause
- kill
- partition with :primaries

Fixes #68
Fixes #59
See also: #16 #17 #21
ligurio added a commit that referenced this issue Oct 23, 2020
- pause
- kill
- partition with :primaries

Fixes #68
Needed for #59
See also: #16 #17 #21
ligurio added a commit that referenced this issue Oct 23, 2020
ligurio added a commit that referenced this issue Oct 23, 2020
ligurio added a commit that referenced this issue Oct 23, 2020
- pause
- kill
- partition with :primaries

Fixes #68
Needed for #59
See also: #16 #17 #21
ligurio added a commit that referenced this issue Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants