onyx
onyx copied to clipboard
Distributed, masterless, high performance, fault tolerant data processing
I tried upgrading our Onyx system to 0.14.6 this morning and I'm getting errors on startup, it looks to be every task blowing up. There are two versions of the...
Hey, It seems with the recent acquihire of the main developers of Distributed Masonry the project development has slowed down. With the advent of better maintenance options for open-source projects...
Many output plugins do not use checkpoint state. It would be nice if the system did not even bother to read/write these checkpoint files if they are just going to...
Currently, changes to plugin information models need to be mirrored, manually in the respective README.md. This proposal outlines a possible approach to: 1. Generate the relevant portion of the README...
When :onyx.core/params is set, the (identity) function in operations.cljc throws because it can't handle more than one argument. Instead of usinging identity, we return the last argument (the segment). This...
We're having trouble with aeron exceptions in the onyx client. They are most often Client Conductor Timeouts though occasionally we see other aeron related exceptions. These exceptions kill the job...
I tried to run two onyx instances in the same machine. So I needed to change Aeron media driver directory on both instances. After digging through source code, I found...
Address issue #875
This fix prevents poll! from being called once the plugin is marked with completed?. The downside will be when completed? is an expensive call, and thus this fix should be...
There is no way currently for an output plugin to determine whether it was killed or completed. Expected because of: https://github.com/onyx-platform/onyx/blob/0.14.x/src/onyx/information_model.cljc#L829