Croxx

Results 170 comments of Croxx

Hi, sorry to bother, but can't wait to see this crate released, 🥰. Is there a release plan?

Sorry to bother, but I face the same problem, too, with rust crates `tracing`, `tracing_opentelemetry`, `opentelemetry`, and `opentelemetry_jaeger`. My jaeger version is 1.33.0. I'm not sure if its a bug...

I'd like to contribute to the optimization. But I'm busy with my master degree project, my thesis, and my internship job. If time is not a big issue, I'd like...

Seems there's also a raft assert failed, maybe related: ```plain Args { concurrenty: 1000, loop: 100, raft_log_store_data_dir: ".run/tmp/bench-kv/raft-log-store-data", log_dir: ".run/tmp/bench-kv/log", } thread 'tokio-runtime-worker' panicked at 'assertion failed: `(left == right)`...

@zackertypical Welcome, please make sure to run `make fmt` to lint the codw and resolve all warnings manually, otherwise CI would not pass.

Refer to: [singularity-data/risingwave#3556](https://github.com/singularity-data/risingwave/pull/3556).

> Also the lifetime issue doesn't look like a false positive. > > ``` > let rotate_last_mut = |buffers: &'a mut Vec| { > buffers.push(DioBuffer::with_capacity_in( > self.buffer_capacity, > &DIO_BUFFER_ALLOCATOR, >...

Not sure if they are related yet, need more investigation.