diff --git a/src/client/mod.rs b/src/client/mod.rs index 428d773beef..b80b6ac2b26 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -815,8 +815,7 @@ fn monitor_shard(mut info: MonitorInfo, handle: Ha fn handle_shard(info: &mut MonitorInfo, handle: &Handle) { // This is currently all ducktape. Redo this. - let handle_still = HANDLE_STILL.load(Ordering::Relaxed); - while handle_still { + while HANDLE_STILL.load(Ordering::Relaxed) { { let mut shard = info.shard.lock();