Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.4' into 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Dec 16, 2024
2 parents 8e43995 + 8c0262a commit 9c745c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def fresh_cluster_composition_fetched(composition_lookup_result)
addresses_to_retain = @routing_table_registry.all_servers.map(&:unicast_stream).reduce(&:+)

composition_lookup_result.resolved_initial_routers&.then do |addresses|
addresses_to_retain << addresses
addresses_to_retain.merge(addresses)
end

@connection_pool.retain_all(addresses_to_retain)
Expand Down

0 comments on commit 9c745c3

Please sign in to comment.