Re: kafka-reassign-partitions / JSON parsing broke between 2.1 and 2.2. Was : broken cluster / com.fasterxml.jackson.databind.ext.Java7Support.getDeserializerForJavaNioFilePath

2019-12-12 Thread Charles Bueche
soon as I have removed it everything worked fine. Thanks to Mark for having pointed me at the class-path. Using "-verbose:class" showed the issue. Regards, Charles Le 12.12.19 à 13:54, Charles Bueche a écrit : > Mark, > > thanks for helping. I suspect as well something from the enviro

Re: kafka-reassign-partitions / JSON parsing broke between 2.1 and 2.2. Was : broken cluster / com.fasterxml.jackson.databind.ext.Java7Support.getDeserializerForJavaNioFilePath

2019-12-12 Thread Charles Bueche
ersions of Jackson on the ckasspath? > > On Thu, 12 Dec 2019, 11:09 Charles Bueche, wrote: > >> Hello again, >> >> spending hours debugging this and having no clue... >> >> * Kafka 2.12-2.1.0 : kafka-reassign-partitions.sh is working fine >> * Anythi

kafka-reassign-partitions / JSON parsing broke between 2.1 and 2.2. Was : broken cluster / com.fasterxml.jackson.databind.ext.Java7Support.getDeserializerForJavaNioFilePath

2019-12-12 Thread Charles Bueche
Hello again, spending hours debugging this and having no clue... * Kafka 2.12-2.1.0 : kafka-reassign-partitions.sh is working fine * Anything newer (2.2.2, 2.3.1, trunk) breaks any operation involving JSON. Stack Dump below. Help please. Charles Le 11.12.19 à 16:58, Charles Bueche a

Re: broken cluster / com.fasterxml.jackson.databind.ext.Java7Support.getDeserializerForJavaNioFilePath

2019-12-11 Thread Charles Bueche
   at kafka.admin.ReassignPartitionsCommand$.main(ReassignPartitionsCommand.scala:65)     at kafka.admin.ReassignPartitionsCommand.main(ReassignPartitionsCommand.scala) Le 05.12.19 à 17:33, Ismael Juma a écrit : > Are you using ZooKeeper 3.5.6 client libraries with Kafka 2.3.1? Kafka > 2.3.

Re: broken cluster / com.fasterxml.jackson.databind.ext.Java7Support.getDeserializerForJavaNioFilePath

2019-12-06 Thread Charles Bueche
Juma a écrit : > Are you using ZooKeeper 3.5.6 client libraries with Kafka 2.3.1? Kafka > 2.3.1 ships with ZooKeeper 3.4.x. > > Ismael > > On Thu, Dec 5, 2019 at 8:18 AM Charles Bueche wrote: > >> Hello all, >> >> I do have two Kafka clusters in action, test an

broken cluster / com.fasterxml.jackson.databind.ext.Java7Support.getDeserializerForJavaNioFilePath

2019-12-05 Thread Charles Bueche
Hello all, I do have two Kafka clusters in action, test and prod. The two are formed by 3 nodes each, are independent and run their own zookeeper setups. My prod cluster is running fine. My test cluster is half-broken and I'm struggling to fix it. I could wipe it but I prefer to understand what

Kafka cluster broken / com.fasterxml.jackson.databind.ext.Java7Support.getDeserializerForJavaNioFilePath

2019-12-05 Thread Charles Bueche
Hello all, [sorry if this is a duplicate, not sure why my 1st attempt didn't come through] I do have two Kafka clusters in action, test and prod. The two are formed by 3 nodes each, are independent and run their own zookeeper setups. My prod cluster is running fine. My test cluster is half-broken