Re: Streams constantly reblancing,

2020-09-03 Thread Steve Jones
full picture over more than just a minute. There > *should* > be something slightly more helpful logged if it really is stuck in a cycle > of endless > rebalances (eg timing out on the session interval) > > On Wed, Sep 2, 2020 at 11:52 AM Steve Jones > wrote: > > > Jus

Re: Streams constantly reblancing,

2020-09-02 Thread Steve Jones
appears to hang. On Mon, 31 Aug 2020 at 12:49, Steve Jones wrote: > When running an application on the Mac it works fine, when running exactly > the same app and config on the Raspberry Pi it constantly says it is > "Rebalancing" the streams

Streams constantly reblancing,

2020-08-31 Thread Steve Jones
When running an application on the Mac it works fine, when running exactly the same app and config on the Raspberry Pi it constantly says it is "Rebalancing" the streams 2020-08-31 12:47:11 INFO org.apache.kafka.common.utils.AppInfoParser$AppInfo Kafka version: 2.6.0 ''2020-08-31 12:47:11 INFO o

Re: JNI linker issue on ARM (Raspberry PI)

2020-08-27 Thread Steve Jones
ot.com/2020/08/getting-rocksdb-working-on-raspberry-pi.html On Mon, 24 Aug 2020 at 20:53, John Roesler wrote: > Ah, yes, before messing with rocksjni. As Sophie said, you'll probably > just want to try using 2.6.0. It should work "out of the box". > > Thanks, >

Re: JNI linker issue on ARM (Raspberry PI)

2020-08-24 Thread Steve Jones
using the same rocks dependency that we do, then you can pretty > > confidently raise it with the Rocks folks. > > > > If you want to side-step the issue while debugging this, plugging in a > > different store implementation (like the in-memory one) would probably > >

JNI linker issue on ARM (Raspberry PI)

2020-08-24 Thread Steve Jones
ssLoader.loadLibrary(ClassLoader.java:2637) I've recompiled rocksdb on the RaspberryPI and added that to the loadpath but the same error occurs. I've done the Google search but not found anything around streams on ARM (Raspberry PI) and what needs to be recompiled/linked for this to work. Help appreciated. Steve Jones