This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-23
Channels
- # alda (1)
- # beginners (26)
- # boot (88)
- # carry (2)
- # cider (6)
- # clara (6)
- # cljs-dev (43)
- # cljsrn (14)
- # clojure (48)
- # clojure-belgium (2)
- # clojure-czech (4)
- # clojure-dev (1)
- # clojure-dusseldorf (7)
- # clojure-japan (1)
- # clojure-russia (55)
- # clojure-spec (65)
- # clojure-taiwan (1)
- # clojure-uk (28)
- # clojurescript (154)
- # cursive (5)
- # datomic (1)
- # editors (2)
- # emacs (29)
- # funcool (1)
- # jobs (3)
- # lambdaisland (5)
- # leiningen (1)
- # luminus (2)
- # new-channels (1)
- # off-topic (17)
- # om (18)
- # om-next (10)
- # onyx (24)
- # parinfer (14)
- # pedestal (4)
- # planck (3)
- # re-frame (69)
- # reactive (2)
- # reagent (3)
- # schema (2)
- # spacemacs (2)
- # sql (13)
- # vim (11)
hello @lucasbradstreet 🙂 what was your last instruction to me about the aeron issue i was having? i had to check the state of the /shm/aeron* folder before and after, right?
Hello, I use onyx-plugin [org.onyxplatform/onyx-http "0.9.9.0"] and after some retry (2-4) job it's stopping 16-Sep-23 16:02:27 vlad-vice-versa INFO [raker.order.global] - NPI response status: 500 16-Sep-23 16:03:26 vlad-vice-versa INFO [raker.order.global] - NPI response status: 500 16-Sep-23 16:04:23 vlad-vice-versa INFO [onyx.peer.virtual-peer] - Stopping Virtual Peer Why that? Why doesn't it continue retry
@robert-stuttaford I think the main thing is to check it before the aeron media driver starts up (which should delete it anyway, with the right settings), then start up the onyx peer
@vladclj After some retries, it should be restarted from the root after :onyx/pending-timeout
What value need to set for this param for try retrying over 4 days? This value set to job-map?
Hi, I'm trying to use the sql plugin and getting this:
Starting Onyx test environment
------ Onyx Job Error -----
There was a validation error in your catalog for key :onyx/tenancy-ident
{:sql/subprotocol "db-subprotocol", :onyx/fn :onyx.plugin.sql/read-rows, :sql/id :column-to-split-by, :onyx/type :function, :sql/user "db-user", :onyx/name :read-rows, :sql/subname "db-sub-name", :sql/table :table-name, :sql/password "db-pass", :onyx/doc "Reads rows of a SQL table bounded by a key range", :sql/classname "my.class.name", :onyx/tenancy-ident :sql/read-rows, :onyx/batch-size 5}
:onyx/tenancy-ident seems like a real thing, at least I can see it in various places in the https://github.com/codonnell/onyx-starter/blob/master/WALKTHROUGH.md ... what could I be doing wrong?:onyx/tenancy-id
@timothypratley definitely don't use that repo as a reference; I had no idea what I was doing when I put it together
I think you want the original at https://github.com/onyx-platform/onyx-starter
@gardnervickers thanks, id didn't work either :?
right, I can see the rename occured
so I'm sure that's the reason, I'm just not quite getting it right hmmm
it says 'There was a validation error in your catalog for key :onyx/tenancy-id'
What did you set :onyx/tenancy-id
to
:sql/read-rows
It needs to be a string or a uuid
I’m surprised the exception is not indicating that
@timothypratley Tenancy signifies an area of isolation for jobs to run within.
This might be helpful: http://www.onyxplatform.org/docs/cheat-sheet/latest/
http://www.onyxplatform.org/docs/cheat-sheet/latest/#peer-config/:onyx/tenancy-id
Tada 😄
🙂 thanks!
Sure ^^