Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Saetch committed Jun 30, 2024
1 parent 80170e6 commit 83b4098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cluster/coordinator/src/deal_with_nodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pub async fn redistribute_values(data: Arc<InteriorMutableState>, hash_value: u1
break;
}else{
println!("Failed to communicate with node: {} ... retrying ...", node_to_distribute_from.name);
println!("Error: {:?}", response.as_ref().err().unwrap());
std::thread::sleep(std::time::Duration::from_secs(5));
}

Expand Down

0 comments on commit 83b4098

Please sign in to comment.