Alex Savitskii
Alex Savitskii
This is my attempt to fix #14290. The fatal error is unrecoverable and requires the librdkafka producer to be reinitialized. I think failing fast is a good solution in this...
The checksum is now calculated only from the bytes read, and not from the entire buffer. Also added an auto-update procedure from the previous version. Resolves: #15700
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
Hi! I'm trying to profile vector(https://github.com/vectordotdev/vector), and after starting `libbytehound.so` immediately panics. ``` ERR panic triggered at preload/src/global.rs:518: tried to replace a symbol with itself: symbol='_rjem_malloc', address=0x000055F74D0B6C10 ``` Full log:...
### What happened? The logs of the [example]( https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-appender-tracing/examples/basic.rs) do not contain `telemetry.sdk.*` resources, which are mark as required https://opentelemetry.io/docs/specs/semconv/resource/#telemetry-sdk ### API Version 0.24 ### SDK Version 0.24 ### What...
We use async inserts to ReplicatedReplacingMergeTree table via http with waiting for write confirmation. After updating Clickhouse from version 24.5.8.10 to 24.9.2.42, we observe a significant degradation of the maximum...