really, really strange things happens in onyx-sql
if I added to project.clj
logs libs
[org.apache.logging.log4j/log4j-core "2.8.1"]
[org.apache.logging.log4j/log4j-api "2.8.1"]
[org.slf4j/slf4j-log4j12 "1.7.25" :exclusions [org.slf4j/slf4j-api]]]
Then, I have batch size = 50 and in catalog -- :sql/rows-per-segment 1000
I submit job and onyx processed 1000 record from db
If I exclude logs libs, onyx process 50 records
What is that?
And of course I have only one batch processed, after him - NPE, in both casesthis is so frustrating, anybody can help me and fix that?
what is a difference between batch-size and rows-per-segment?
anyone test this plugin?
this is not working at all
@lucasbradstreet can u help ^?
@rustam.gilaztdinov like I said, it’s most likely a bug in the Onyx sql plugin that is triggered upon sequence realization. the logging library most likely causes the sequence to be realized in a different place, causing different behavior.
if you can help debugging the issue that would be great
@lmergen thank you! I'll post here my steps, hope we can resolved that :harold: