Skip to content

Commit

Permalink
Update src/datanode/src/heartbeat/handler/cache_invalidator.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun authored Nov 26, 2024
1 parent 49e5b24 commit f30cac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datanode/src/heartbeat/handler/cache_invalidator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl HeartbeatResponseHandler for InvalidateSchemaCacheHandler {
};
let key: SchemaNameKey = (&schema_name).into();
let key_bytes = key.to_bytes();
// invalidate and refill cache
// invalidate cache
self.cached_kv_backend.invalidate_key(&key_bytes).await;
}

Expand Down

0 comments on commit f30cac9

Please sign in to comment.