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 2915486 commit 19c3e01Copy full SHA for 19c3e01
src/handlers/http/logstream.rs
@@ -652,7 +652,7 @@ pub async fn put_stream_hot_tier(
652
.validate_hot_tier_size(&stream_name, &hottier.size)
653
.await?;
654
hottier.used_size = existing_hot_tier_used_size.to_string();
655
- hottier.available_size = hottier.size.clone();
+ hottier.available_size = hottier.size.to_string();
656
hottier.version = Some(CURRENT_HOT_TIER_VERSION.to_string());
657
hot_tier_manager
658
.put_hot_tier(&stream_name, &mut hottier)
0 commit comments