Hamado Dene

Results 45 comments of Hamado Dene

@NiccoMlt What you're saying makes sense. I will create a dedicated branch for fixing these flaky tests directly in the main repository so that you can contribute without having to...

Hi @eolivelli , i looked for other errors in Herd client log, and i noticed that in the same times when we have the exceptions in the description there is:...

I found the same problem in production with the same version of MapDB. ``` org.mapdb.DBException$PointerChecksumBroken: Broken bit parity at org.mapdb.DataIO.parity4Get(DataIO.java:476) at org.mapdb.StoreWAL.longStackLoadChunk(StoreWAL.kt:732) at org.mapdb.StoreWAL.longStackPut(StoreWAL.kt:712) at org.mapdb.StoreDirectAbstract.releaseData(StoreDirectAbstract.kt:367) at org.mapdb.StoreWAL.longStackTake(StoreWAL.kt:890) at org.mapdb.StoreDirectAbstract.allocateRecid(StoreDirectAbstract.kt:255)...

@diegosalvi some test fail

Original issue #181

Note: Http2 will also need to be supported on the client side.

I think this can be a follow up of #452

With the migration to reactor netty, it is possible to enable HTTP2 support on both the server and client sides. See https://projectreactor.io/docs/netty/release/reference/index.html#_http2 for server side See https://projectreactor.io/docs/netty/release/reference/index.html#_http2_2 for client side....

I did some testing and based on what said here https://projectreactor.io/docs/netty/release/reference/index.html#_protocol_selection , it seems that in our case, on the listener we can support HTTP11+H2 or HTTP11 +H2C. So it's...