diff --git a/Cluster/coordinator/src/deal_with_nodes.rs b/Cluster/coordinator/src/deal_with_nodes.rs index 5fe043b..d649d4d 100644 --- a/Cluster/coordinator/src/deal_with_nodes.rs +++ b/Cluster/coordinator/src/deal_with_nodes.rs @@ -41,7 +41,7 @@ pub async fn redistribute_values(data: Arc, hash_value: u1 } - let mut resp: bytes::Bytes; + let resp: bytes::Bytes; if let Ok(mut response) = response{ resp = response.body().await.unwrap(); println!("Response: {:?}", response);