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
Published segments cache in Brokers shouldn't use Interners. Instead, MetadataSegmentView should probe into BrokerServerView's data and vice versa, similar to was is done in Coordinator's memory: #6357.
The explanation is in the PR description. You are getting rid of one giant map with weak references which hogs the memory. Weak refs are also bad for GC.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Regarding #6901 (proposal: #6834)
Published segments cache in Brokers shouldn't use Interners. Instead,
MetadataSegmentView
should probe intoBrokerServerView
's data and vice versa, similar to was is done in Coordinator's memory: #6357.FYI @surekhasaharan
The text was updated successfully, but these errors were encountered: