Hi all! Sometimes o got these exception in my datomic read-log plugin job.
{:status :success, :result #error {
:cause "Messenger subscription image was lost, and rejoined. This is generally due to timeout conditions e.g. garbage collection, or other causes of connection flapping. Rebooting peer."
:data {:correlation-id 24785, :original-exception :clojure.lang.ExceptionInfo}
:via
[{:type clojure.lang.ExceptionInfo
:message "Messenger subscription image was lost, and rejoined. This is generally due to timeout conditions e.g. garbage collection, or other causes of connection flapping. Rebooting peer."
:data {:correlation-id 24785, :original-exception :clojure.lang.ExceptionInfo}
:at [clojure.core$ex_info invokeStatic "core.clj" 4739]}]
:trace
[[clojure.core$ex_info invokeStatic "core.clj" 4739]
[clojure.core$ex_info invoke "core.clj" 4739]
[onyx.messaging.aeron.subscriber$check_correlation_id_alignment invokeStatic "subscriber.clj" 77]
[onyx.messaging.aeron.subscriber$check_correlation_id_alignment invoke "subscriber.clj" 75]
[onyx.messaging.aeron.subscriber.Subscriber onFragment "subscriber.clj" 264]
Any tips?