We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f818d commit 592da07Copy full SHA for 592da07
src/hottier.rs
@@ -713,9 +713,7 @@ impl HotTierManager {
713
}
714
715
pub async fn put_internal_stream_hot_tier(&self) -> Result<(), HotTierError> {
716
- if CONFIG.options.hot_tier_storage_path.is_some()
717
- && !self.check_stream_hot_tier_exists(INTERNAL_STREAM_NAME)
718
- {
+ if !self.check_stream_hot_tier_exists(INTERNAL_STREAM_NAME) {
719
let mut stream_hot_tier = StreamHotTier {
720
version: Some(CURRENT_HOT_TIER_VERSION.to_string()),
721
size: INTERNAL_STREAM_HOT_TIER_SIZE_BYTES.to_string(),
0 commit comments