You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isClosed: false
Exception in thread "main" java.lang.UnsupportedOperationException: Unknown compression magic code: 105
at com.github.housepower.buffer.CompressedBuffedReader.readCompressedData(CompressedBuffedReader.java:101)
at com.github.housepower.buffer.CompressedBuffedReader.readBinary(CompressedBuffedReader.java:45)
at com.github.housepower.serde.BinaryDeserializer.readVarInt(BinaryDeserializer.java:47)
at com.github.housepower.protocol.Response.readFrom(Response.java:29)
at com.github.housepower.client.NativeClient.receiveResponse(NativeClient.java:207)
at com.github.housepower.client.NativeClient.ping(NativeClient.java:113)
at com.github.housepower.jdbc.ClickHouseConnection.isValid(ClickHouseConnection.java:213)
at com.huawei.jdbc.NoEncryptJdbcClient.main(NoEncryptJdbcClient.java:30)
Steps to reproduce
When an error is reported when I query the system.settings_changes table, the current connection becomes invalid. Or it can no longer proceed with other query requests.
@dmitrybugakov Hello, my friend, is this open source software unmaintained now? I found a lot of problems that didn't close and didn't adapt to the latest ClickHouse version.
Unfortunately, I don't have time right now to actively maintain this project. Regarding your notice, it could be because we are testing against a "clickhouse-server:21.9" version.
Environment
Error logs
Steps to reproduce
When an error is reported when I query the system.settings_changes table, the current connection becomes invalid. Or it can no longer proceed with other query requests.
because this issue: #456
Other descriptions
It's kind of like the #432 issue
The text was updated successfully, but these errors were encountered: