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
Who is this for and what problem do they have today?
Why is solving this problem impactful?
Compact the StreamSetObjects of the scale-in nodes with splitThreshold=1MiB :
Most of the data: Most of the data is split into StreamObjects to achieve independent TTL and better data cohesiveness.
Remaining 5000 partitions * 1MB: The remaining data will be periodically scanned and eventually expire through StreamControlManager#cleanupScaleInNodes.
Additional notes
The text was updated successfully, but these errors were encountered:
Who is this for and what problem do they have today?
Why is solving this problem impactful?
Compact the StreamSetObjects of the scale-in nodes with splitThreshold=1MiB :
Additional notes
The text was updated successfully, but these errors were encountered: