You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The hot tier size for the stream is already set to {} which is greater than the updated hot tier size of {}, reducing the hot tier size is not allowed",
125
+
"Reducing hot tier size is not supported, failed to reduce the hot tier size from {} to {}",
"Including the hot tier size of all the streams, the projected disk usage will be {}% which is above the set threshold of {}%, hence unable to set the hot tier for the stream. Total Disk Size: {}, Available Disk Size: {}, Used Disk Size: {}, Total Hot Tier Size (all other streams): {}",
146
-
usage_percentage,
147
-
CONFIG.parseable.max_disk_usage,
148
-
bytes_to_human_size(total_disk_space),
149
-
bytes_to_human_size(available_disk_space),
150
-
bytes_to_human_size(used_disk_space),
151
-
bytes_to_human_size(total_hot_tier_size)
152
+
"{} is the total usable disk space for hot tier, cannot set a bigger value.", max_allowed_hot_tier_size
0 commit comments