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()