Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lchangliang committed Apr 24, 2024
1 parent 1c7bc4c commit 0ea478a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/io/cache/file_block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ Status FileBlock::change_cache_type_self(FileCacheType new_type) {
new_meta.type = new_type;
RETURN_IF_ERROR(_mgr->_storage->change_key_meta(_key, new_meta));
}
_key.meta.type = new_type;
_mgr->change_cache_type(_key.hash, _block_range.left, new_type, cache_lock);
_key.meta.type = new_type;
return Status::OK();
}

Expand Down

0 comments on commit 0ea478a

Please sign in to comment.