Perfect, thanks for looking into this!

Best,
Matthias

5. Mai 2020, 20:01 von erik.mer...@datastax.com:

> Matthias,
>
> Thanks for sharing your findings and test code. We were able to track this to 
> a regression in the underlying Netty library and already have a similar issue 
> reported here:
> https://datastax-oss.atlassian.net/browse/JAVA-2676
>
> The regression seems to be with the upgrade to Netty version 4.1.45, which 
> affects driver versions 4.5.0, 4.5.1 and 4.6.0. You can work around this 
> issue by explicitly downgrading Netty to version 4.1.43. If you are using 
> Maven, you can do this by explicitly declaring the version of Netty in your 
> dependencies as follows:
>
>         <dependency>
>             <groupId>io.netty</groupId>
>             <artifactId>netty-handler</artifactId>
>             <version>4.1.43.Final</version>
>         </dependency>
>
> We will be addressing this issue and likely release a fixed version very soon.
>
> Many thanks again,
> Erik
>
> On Mon, May 4, 2020 at 6:58 AM Matthias Pfau <matthias.p...@tutao.de.invalid> 
> wrote:
>
>> Hi Chris and Adam,
>>  thanks for looking into this!
>>  
>>  You can find my tests for old/new client here:
>>  >> https://gist.github.com/mpfau/7905cea3b73d235033e4f3319e219d15
>>  >> https://gist.github.com/mpfau/a62cce01b83b56afde0dbb588470bc18
>>  
>>  
>>  May 1, 2020, 16:22 by >> adam.holmb...@datastax.com>> :
>>  
>>  > Also, if you can share your schema and benchmark code, that would be a 
>> good start.
>>  >
>>  > On Fri, May 1, 2020 at 7:09 AM Chris Splinter <> >> 
>> chris.splinter...@gmail.com>> > > wrote:
>>  >
>>  >> Hi Matthias,
>>  >>
>>  >> I have forwarded this to the developers that work on the Java driver and 
>> they will be looking into this first thing next week.
>>  >>
>>  >> Will circle back here with findings,
>>  >>
>>  >> Chris
>>  >>
>>  >> On Fri, May 1, 2020 at 12:28 AM Erick Ramirez <>> >> 
>> erick.rami...@datastax.com>> >> > wrote:
>>  >>
>>  >>> Matthias, I don't have an answer to your question but I just wanted to 
>> note that I don't believe the driver contributors actively watch this 
>> mailing list (I'm happy to be corrected 🙂 ) so I'd recommend you cross-post 
>> in the Java driver channels as well. Cheers!
>>  >>>
>>  >
>>  >
>>  > -- 
>>  > Adam Holmberg
>>  > e.>  > >> adam.holmb...@datastax.com
>>  >  > w.>  > >> www.datastax.com <http://www.datastax.com>>>  <>> 
>> http://www.datastax.com>> >
>>  >
>>  >
>>  
>>  
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: >> user-unsubscr...@cassandra.apache.org
>>  For additional commands, e-mail: >> user-h...@cassandra.apache.org
>>  
>>
>
>
> -- 
> Erik  Merkle
> e.>  > erik.mer...@datastax.com
>  > w.>  > www.datastax.com <http://www.datastax.com>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org

Reply via email to