This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-20
Channels
- # aws (7)
- # bangalore-clj (2)
- # beginners (64)
- # boot (34)
- # cider (1)
- # cljs-dev (8)
- # cljsrn (22)
- # clojure (268)
- # clojure-greece (2)
- # clojure-italy (8)
- # clojure-quebec (1)
- # clojure-russia (5)
- # clojure-spec (7)
- # clojurescript (7)
- # consulting (1)
- # cursive (184)
- # data-science (1)
- # datascript (18)
- # datomic (54)
- # dirac (1)
- # emacs (17)
- # graphql (1)
- # klipse (2)
- # leiningen (1)
- # off-topic (17)
- # onyx (10)
- # pedestal (2)
- # reagent (16)
- # spacemacs (4)
- # untangled (3)
- # vim (28)
- # yada (3)
hey, i’m trying to figure the exact semantics of checkpointing / barrier synchronization
while refactoring the sql plugin to 0.10, it appears as if the barrier snapshot doesn’t occur until at least 20 segments have been emitted
when i’m looking at https://github.com/onyx-platform/onyx-sql/blob/0.9.x/test/onyx/plugin/input_test.clj#L56, it appears as if the “old” logic threw an error after exactly 1 checkpoint had been written
i’ve gone ahead and submitted a PR with this test case failing — i can use an extra pair of eyes on this one https://github.com/onyx-platform/onyx-sql/pull/22
@lmergen good stuff. I'll review it today. Thanks!