Kevin
Kevin
#### What language are you using? **Rust** #### Which feature gates did you use? polars = { version = "0.22.8", features = ["lazy", "parquet", "ipc", "json"] } #### Have you...
**Related codes:** https://github.com/harporoeder/tokio-nsq/blob/master/src/connection.rs#L634 ``` state.shared.healthy.store(true, Ordering::SeqCst); state.from_connection_tx.send(NSQEvent::Healthy()).await?; ``` **Existing problems:** In the `connection` module, I think "state.shared.health" is sufficient to indicate the connection status. Adding health status to `from_connection_tx` will...
## Question Is there a problem of duplicate downloads in S3 segmented downloads? When I was checking the logs of the default-worker, I found that the S3 version downloaded the...
## NOTE If this case is urgent, please subscribe to [SUBNET](https://min.io/pricing) so that our 24/7 support team may help you faster. ## Expected Behavior and current Behavior On the `metrics`...
Fixes: https://github.com/cubefs/cubefs-dashboard/issues/20 #### Motivation Fix the issue that the status of the button for the EC Volume is gray and inaccessible. #### Modifications Due to the gzip compression of the...
Add EC cluster validity verification, which takes effect when adding/editing clusters. Clusters that fail verification will have their erasure code button grayed out. Display results  After selecting the associated...