Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jan 1, 2025
1 parent 85e93f3 commit 3e216d1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions server/data_model/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3e216d1

Please sign in to comment.