redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.7k stars 591 forks source link

rpc: Change max internal rpc connection count limit #24184

Closed StephanDollberg closed 3 days ago

StephanDollberg commented 5 days ago

Previously we limited this to 32 for fear of connection explosion on larger core machines but we haven't seen any issues so far and 64 core machines (e.g.: AWS 16xlarge) are becoming more common so up the default to account for this.

Having one per shard is important for even load distribution across shards.

Backports Required

Release Notes

vbotbuildovich commented 5 days ago

the below tests from https://buildkite.com/redpanda/redpanda/builds/58286#019345cc-0e62-44eb-b1ec-66f4babd9363 have failed and will be retried

gtest_raft_rpunit
StephanDollberg commented 3 days ago

/backport v24.3

vbotbuildovich commented 3 days ago

Oops! Something went wrong.

Workflow run logs.

StephanDollberg commented 3 days ago

/backport v24.3.x

StephanDollberg commented 3 days ago

/backport v24.2.x