The GitHub Actions job "Pull Requests" on pekko.git/fix/actor-selection-queue-distribution has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 1737629f19b92394c84edf73bb877c3f6790fab1 / 虎鸣 <[email protected]> test(artery): reduce ActorSelection round-trips from 1000 to 100 The ActorSelection message path has inherent per-message overhead: synchronous deliverSelection on the inbound thread (path resolution), MessageContainerSerializer (larger payload), and path element encoding. With 1-lane configs (especially TLS-TCP), 1000 round-trips × 4 senders creates sustained pressure on the single inbound thread pipeline, causing the test to exceed the 30s timeout on CI. 100 round-trips still validates ordering and concurrency while being proportional to the overhead difference vs the ActorRef variant. Tests: sbt "remote / Test / compile" — passes References: Refs #3092 Report URL: https://github.com/apache/pekko/actions/runs/27829819950 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
