Fork me on GitHub
#onyx
<
2016-09-23
>
robert-stuttaford08:09:34

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?

vladclj13:09:03

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

lucasbradstreet13:09:32

@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

lucasbradstreet13:09:03

@vladclj After some retries, it should be restarted from the root after :onyx/pending-timeout

vladclj14:09:13

What value need to set for this param for try retrying over 4 days? This value set to job-map?

timothypratley17:09:10

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?

gardnervickers17:09:28

:onyx/tenancy-id

Chris O’Donnell17:09:44

@timothypratley definitely don't use that repo as a reference; I had no idea what I was doing when I put it together

timothypratley17:09:36

@gardnervickers thanks, id didn't work either :?

timothypratley17:09:08

right, I can see the rename occured

timothypratley17:09:21

so I'm sure that's the reason, I'm just not quite getting it right hmmm

timothypratley17:09:48

it says 'There was a validation error in your catalog for key :onyx/tenancy-id'

gardnervickers17:09:00

What did you set :onyx/tenancy-id to

gardnervickers17:09:13

It needs to be a string or a uuid

gardnervickers17:09:38

I’m surprised the exception is not indicating that

michaeldrogalis17:09:17

@timothypratley Tenancy signifies an area of isolation for jobs to run within.

timothypratley17:09:47

🙂 thanks!