From 3e216d19c9d86a38d34fbd71da2aa494125b310b Mon Sep 17 00:00:00 2001 From: Diptanu Gon Choudhury Date: Tue, 31 Dec 2024 16:25:29 -0800 Subject: [PATCH] lint --- server/data_model/src/lib.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/server/data_model/src/lib.rs b/server/data_model/src/lib.rs index f675cb020..60352daba 100644 --- a/server/data_model/src/lib.rs +++ b/server/data_model/src/lib.rs @@ -216,10 +216,11 @@ impl Node { // Empty executor image hash means that the executor can accept any image // version. This is needed for backwards compatibility. - // FIXME - This is a temporary hack to allow us to unblock some internal migrations - //if !executor.image_hash.is_empty() && executor.image_hash != self.image_hash() { - // diagnostic_msgs.push(format!( - // "executor {}, image hash: {} does not match function image hash {}. Make sure the executor is running the latest image.", + // FIXME - This is a temporary hack to allow us to unblock some internal + // migrations if !executor.image_hash.is_empty() && executor.image_hash + // != self.image_hash() { diagnostic_msgs.push(format!( + // "executor {}, image hash: {} does not match function image hash {}. + // Make sure the executor is running the latest image.", // executor.id, // executor.image_hash, // self.image_hash()