onyx-platform / onyx

Distributed, masterless, high performance, fault tolerant data processing
http://www.onyxplatform.org
Eclipse Public License 1.0
2.05k stars 205 forks source link

Arity exception when using colocated task scheduler #823

Closed eelkevanfoeken closed 7 years ago

eelkevanfoeken commented 7 years ago

When using onyx 0.11 I see that when using the colocated scheduler there occurs an arity exception because here https://github.com/onyx-platform/onyx/blob/0.11.x/src/onyx/scheduling/colocated_task_scheduler.clj#L11 the get-peer-site function is called with one too many arguments

lbradstreet commented 7 years ago

Thank you for this report. I will get onto this soon.

On 6 November 2017 at 03:06, Eelke van Foeken notifications@github.com wrote:

When using onyx 0.11 I see that when using the colocated scheduler there occurs an arity exception because here https://github.com/onyx- platform/onyx/blob/0.11.x/src/onyx/scheduling/colocated_ task_scheduler.clj#L11 the get-peer-site function is called with one too many arguments

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/onyx-platform/onyx/issues/823, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPZHTUJH3jVZHC9X8Ta825e42groyBxks5szug6gaJpZM4QTEkn .

lbradstreet commented 7 years ago

Thanks, fixed. We will be releasing onyx 0.12 with this fix shortly.