Skip to content

Instantly share code, notes, and snippets.

@hhutch
Created April 3, 2017 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hhutch/bff5c90fb189b71be25caea4a18fb07b to your computer and use it in GitHub Desktop.
Save hhutch/bff5c90fb189b71be25caea4a18fb07b to your computer and use it in GitHub Desktop.
17-04-03 20:25:11 ehr1 INFO [onyx-dashboard.tenancy:80] - Starting Track Tenancy manager for tenancy 58e296e5-a087-47b0-9b36-bd5a62e6c191 {:zookeeper/address "127.0.0.1:21818", :onyx.peer/job-scheduler :not-required/for-peer-sub, :onyx.messaging/impl :aeron, :onyx.messaging/bind-addr "localhost", :onyx/tenancy-id "58e296e5-a087-47b0-9b36-bd5a62e6c191"} 6d7f7b72-e66a-48bc-aace-ccdedf428468
17-04-03 20:25:11 ehr1 INFO [onyx.log.zookeeper:114] - Starting ZooKeeper client connection. If Onyx hangs here it may indicate a difficulty connecting to ZooKeeper.
Exception in thread "async-thread-macro-11" java.lang.AssertionError: Assert failed: (invariants/short-identifiers-correct %)
at onyx.scheduling.common_job_scheduler$reconfigure_cluster_workload.invokeStatic(common_job_scheduler.clj:539)
at onyx.scheduling.common_job_scheduler$reconfigure_cluster_workload.invoke(common_job_scheduler.clj:539)
at onyx.log.commands.group_leave_cluster$fn__25534$G__25527__25539$fn__25543.invoke(group_leave_cluster.clj:53)
at onyx.log.commands.group_leave_cluster$fn__25534$G__25527__25539.invoke(group_leave_cluster.clj:51)
at clojure.lang.AFn.applyToHelper(AFn.java:156)
at clojure.lang.AFn.applyTo(AFn.java:144)
at clojure.lang.AFunction$1.doInvoke(AFunction.java:29)
at clojure.lang.RestFn.invoke(RestFn.java:421)
at clojure.lang.MultiFn.invoke(MultiFn.java:233)
at lib_onyx.log_subscriber$apply_entries_BANG_$fn__27412.invoke(log_subscriber.clj:11)
at clojure.core.async$thread_call$fn__5422.invoke(async.clj:434)
at clojure.lang.AFn.run(AFn.java:22)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{:zookeeper/address "127.0.0.1:21818"
;; port assumes => ssh -L 21818:x.x.x.x:2181 foo@y.y.y.y
:onyx.peer/storage :zookeeper
:onyx.peer/job-scheduler :onyx.job-scheduler/balanced
:onyx.messaging/impl :aeron
:onyx.messaging/bind-addr "localhost"
:onyx.messaging/peer-port 40200
:onyx/tenancy-id #uuid "xxxx"
:n-peers 30
:onyx.peer/publisher-liveness-timeout-ms 120000
:onyx.peer/subscriber-liveness-timeout-ms 120000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment