done read/write quorum, need test

This commit is contained in:
weisd
2024-09-25 16:28:07 +08:00
parent f46c53b77e
commit d91856d824
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ use tokio::sync::RwLock;
use tokio::sync::Semaphore;
use tokio::time::Duration;
use tokio_util::sync::CancellationToken;
use tracing::{debug, info, warn};
use tracing::{info, warn};
use uuid::Uuid;
#[derive(Debug, Clone)]
+1 -1
View File
@@ -13,7 +13,7 @@ use std::{
fmt::Debug,
};
use tracing::{debug, info, warn};
use tracing::{debug, warn};
use uuid::Uuid;
pub async fn init_disks(eps: &Endpoints, opt: &DiskOption) -> (Vec<Option<DiskStore>>, Vec<Option<Error>>) {