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
Provide msg in the dashboard that 'After reconnection this Job couldn't be found . Please select another job from selectbox.
Currently I see only error on console.
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /onyx/515fe4de-6bc9-441b-81b1-93c361eed795/log
code: -101
path: "/onyx/515fe4de-6bc9-441b-81b1-93c361eed795/log"
Exception in thread "async-thread-macro-2" java.lang.IllegalArgumentException: No method in multimethod 'apply-log-entry' for dispatch value: null
at clojure.lang.MultiFn.getFn(MultiFn.java:156)
at clojure.lang.MultiFn.invoke(MultiFn.java:233)
at lib_onyx.log_subscriber$apply_entries_BANG_$fn__31633.invoke(log_subscriber.clj:11)
at clojure.core.async$thread_call$fn__8522.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)
The text was updated successfully, but these errors were encountered:
In situation when:
onyx.peer.dag-test
onyx.peer.dag-test
Provide msg in the dashboard that
'After reconnection this Job couldn't be found . Please select another job from selectbox.
Currently I see only error on console.
The text was updated successfully, but these errors were encountered: