You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2023/09/11 18:30:54.784] at jepsen.util$await_fn.invokeStatic(util.clj:463)
[2023/09/11 18:30:54.784] at jepsen.util$await_fn.invoke(util.clj:441)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$await_open_STAR_.invokeStatic(client.clj:140)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$await_open_STAR_.invoke(client.clj:130)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$await_open.invokeStatic(client.clj:178)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$await_open.invoke(client.clj:174)
[2023/09/11 18:30:54.784] at jepsen.mongodb.db$join_BANG_.invokeStatic(db.clj:219)
[2023/09/11 18:30:54.784] at jepsen.mongodb.db$join_BANG_.invoke(db.clj:212)
[2023/09/11 18:30:54.784] at jepsen.mongodb.db$replica_set_db$reify__2069.setup_BANG_(db.clj:274)
[2023/09/11 18:30:54.784] at jepsen.mongodb.db.ShardedDB.setup_BANG_(db.clj:435)
[2023/09/11 18:30:54.784] at jepsen.db$fn__8729$G__8723__8733.invoke(db.clj:12)
[2023/09/11 18:30:54.784] at jepsen.db$fn__8729$G__8722__8738.invoke(db.clj:12)
[2023/09/11 18:30:54.784] at clojure.core$partial$fn__5908.invoke(core.clj:2642)
[2023/09/11 18:30:54.784] at jepsen.control$on_nodes$fn__8599.invoke(control.clj:314)
[2023/09/11 18:30:54.784] at clojure.lang.AFn.applyToHelper(AFn.java:154)
[2023/09/11 18:30:54.784] at clojure.lang.AFn.applyTo(AFn.java:144)
[2023/09/11 18:30:54.784] at clojure.core$apply.invokeStatic(core.clj:667)
[2023/09/11 18:30:54.784] at clojure.core$with_bindings_STAR_.invokeStatic(core.clj:1990)
[2023/09/11 18:30:54.784] at clojure.core$with_bindings_STAR_.doInvoke(core.clj:1990)
[2023/09/11 18:30:54.784] at clojure.lang.RestFn.applyTo(RestFn.java:142)
[2023/09/11 18:30:54.784] at clojure.core$apply.invokeStatic(core.clj:671)
[2023/09/11 18:30:54.784] at clojure.core$bound_fn_STAR_$fn__5818.doInvoke(core.clj:2020)
[2023/09/11 18:30:54.784] at clojure.lang.RestFn.invoke(RestFn.java:408)
[2023/09/11 18:30:54.784] at dom_top.core$real_pmap_helper$build_thread__211$fn__212.invoke(core.clj:163)
[2023/09/11 18:30:54.784] at clojure.lang.AFn.applyToHelper(AFn.java:152)
[2023/09/11 18:30:54.784] at clojure.lang.AFn.applyTo(AFn.java:144)
[2023/09/11 18:30:54.784] at clojure.core$apply.invokeStatic(core.clj:667)
[2023/09/11 18:30:54.784] at clojure.core$with_bindings_STAR_.invokeStatic(core.clj:1990)
[2023/09/11 18:30:54.784] at clojure.core$with_bindings_STAR_.doInvoke(core.clj:1990)
[2023/09/11 18:30:54.784] at clojure.lang.RestFn.invoke(RestFn.java:425)
[2023/09/11 18:30:54.784] at clojure.lang.AFn.applyToHelper(AFn.java:156)
[2023/09/11 18:30:54.784] at clojure.lang.RestFn.applyTo(RestFn.java:132)
[2023/09/11 18:30:54.784] at clojure.core$apply.invokeStatic(core.clj:671)
[2023/09/11 18:30:54.784] at clojure.core$bound_fn_STAR_$fn__5818.doInvoke(core.clj:2020)
[2023/09/11 18:30:54.784] at clojure.lang.RestFn.invoke(RestFn.java:397)
[2023/09/11 18:30:54.784] at clojure.lang.AFn.run(AFn.java:22)
[2023/09/11 18:30:54.784] at java.base/java.lang.Thread.run(Thread.java:829)
[2023/09/11 18:30:54.784] Caused by: clojure.lang.ExceptionInfo: throw+: {:type :jepsen.mongodb.client/timed-out-awaiting-connection, :node "n9", :port 27018}
[2023/09/11 18:30:54.784] at slingshot.support$stack_trace.invoke(support.clj:201)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$await_open_STAR_$conn__1735.invoke(client.clj:156)
[2023/09/11 18:30:54.784] at jepsen.util$await_fn$fn__4358.invoke(util.clj:464)
[2023/09/11 18:30:54.784] ... 37 common frames omitted
[2023/09/11 18:30:54.784] Caused by: com.mongodb.MongoTimeoutException: Timed out after 1000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=n9:27018, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]
[2023/09/11 18:30:54.784] at com.mongodb.internal.connection.BaseCluster.getDescription(BaseCluster.java:180)
[2023/09/11 18:30:54.784] at com.mongodb.internal.connection.SingleServerCluster.getDescription(SingleServerCluster.java:44)
[2023/09/11 18:30:54.784] at com.mongodb.client.internal.MongoClientDelegate.getConnectedClusterDescription(MongoClientDelegate.java:144)
[2023/09/11 18:30:54.784] at com.mongodb.client.internal.MongoClientDelegate.createClientSession(MongoClientDelegate.java:101)
[2023/09/11 18:30:54.784] at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.getClientSession(MongoClientDelegate.java:291)
[2023/09/11 18:30:54.784] at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:183)
[2023/09/11 18:30:54.784] at com.mongodb.client.internal.MongoDatabaseImpl.executeCommand(MongoDatabaseImpl.java:195)
[2023/09/11 18:30:54.784] at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:164)
[2023/09/11 18:30:54.784] at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:159)
[2023/09/11 18:30:54.784] at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:149)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$command_BANG_.invokeStatic(client.clj:589)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$command_BANG_.invoke(client.clj:586)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$admin_command_BANG_.invokeStatic(client.clj:594)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$admin_command_BANG_.invoke(client.clj:591)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$ping.invokeStatic(client.clj:599)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$ping.invoke(client.clj:596)
[2023/09/11 18:30:54.784] at jepsen.mongodb.client$await_open_STAR_$conn__1735.invoke(client.clj:147)
[2023/09/11 18:30:54.784] ... 38 common frames omitted
[2023/09/11 18:30:54.785] # Crashed tests
[2023/09/11 18:30:54.785] store/mongodb 7.0.0-rc8 list-append w:majority r:majority tw:majority tr:snapshot partition/20230911T182547.757Z
[2023/09/11 18:30:57.829] 0 successes
[2023/09/11 18:30:57.829] 0 unknown
[2023/09/11 18:30:57.829] 1 crashed
[2023/09/11 18:30:57.829] 0 failures
The text was updated successfully, but these errors were encountered:
I am running a Jepsen test from Jepsen-io/mongodb and using [jepsen "0.3.1-SNAPSHOT"], I am seeing this error below. Can anyone help? Thanks
lein run test-all -w list-append -n n1 -n n2 -n n3 -n n4 -n n5 -n n6 -n n7 -n n8 -n n9 -r 1000 --concurrency 3n --time-limit 240 --max-writes-per-key 128 --read-concern majority --write-concern majority --txn-read-concern snapshot --txn-write-concern majority --nemesis-interval 1 --nemesis partition --test-count 1
The text was updated successfully, but these errors were encountered: