Fork me on GitHub
#onyx
<
2017-06-01
>
lmergen08:06:39

i’m trying to understand what exactly is going on here. after running an ETL task for a long time, I’m getting a kafka exception that it “could not locate any kafka brokers to connect to” — with recoverable? set to true after that, it appears as if onyx is restarting the task, but it never fully recovers

lmergen08:06:12

that’s the log there

lmergen08:06:52

shouldn’t that recoverable? be restartable? btw ?

lmergen08:06:17

i’m trying to understand what exactly is going on here

lmergen08:06:28

i think that the connection to kafka temporarily broke

lucasbradstreet08:06:18

which will allow the peer to restart and try to continue the job

lmergen08:06:36

aha, but, as i far as i can see from my logs, it’s not really restarted ?

lmergen08:06:50

or that’s a manual process

lucasbradstreet08:06:17

Ah, it looks like it’s happening during initialization, which is not something we allow it to be restarted from. I thought we had resolved that issue though.

lucasbradstreet08:06:44

That’s a bug for sure

lmergen08:06:05

i’m still running beta14

lmergen08:06:42

anything i can do to be of help here ?

lucasbradstreet08:06:25

I’m logged an issue here https://github.com/onyx-platform/onyx/issues/789. I thought this was resolved, but I am going to have to track down whether it was fixed or not.

lucasbradstreet08:06:51

this is something that has affected us previously, so I will try to track it down asap.

michaeldrogalis15:06:30

Yeah we definitely hit and fixed this in the last 8 weeks. We’ll get it figured out ASAP, sorry about this one.

lmergen15:06:07

no problem, this is not in production yet — it’s a poor dev server that’s under immense load all the time

lmergen15:06:26

i suspect i hit this bug because the system was swapping

lmergen15:06:38

causing kafka to grind into a halt

michaeldrogalis15:06:53

@lmergen Ahh, okay. Thanks for the report anyway, it’s high priority for us regardless 🙂

lmergen15:06:15

that’s great