Arnout Engelen
Arnout Engelen
``` Running CoordinatedShutdown with reason [ActorSystemTerminateReason] [WARN] [12/12/2024 09:17:34.140] [default-pekko.actor.internal-dispatcher-18] [CoordinatedShutdown(pekko://default)] Task [terminate-system] failed in phase [actor-system-terminate]: Boxed InterruptedException ``` ``` [info] ErrorReportingSpec: [info] A gRPC server [info] - should...
Take into account exclusions from the global gitignore file if it is present in the default location. It's kind of icky to read environment variables in code called from an...
Avoid multiple tests using the same topic. While clearly this doesn't fix #468 (as the same problem was triggered for this PR), it might at least avoid confusion.
While verifying 1.1.0, we encountered inconsistent google proto files and generated classes. Possibly related to #738
The `-tests` projects show up as a 'required' dependency of regular Pekko artifacts. This is *probably* an upstream problem in sbt-sbom, but let's investigate it in the context where it...
Our nightlies and link validation sometimes fail when it is ran on a GitHub Actions running that is blocked from repository.apache.org. Infra seems open to create per-project buckets for the...
We currently use between about 45-115 hours of GitHub Actions per day (https://github.com/apache/pekko/actions/metrics/usage, https://infra-reports.apache.org/#ghactions), and some jobs that are ran as part of PR validation can take a long time...
https://github.com/apache/pekko/actions/runs/12632585611/job/35196562037 Possibly related to #1679 ``` org.apache.pekko.remote.RemoteTransportException: Startup failed at org.apache.pekko.remote.Remoting.org$apache$pekko$remote$Remoting$$notifyError(Remoting.scala:174) at org.apache.pekko.remote.Remoting.start(Remoting.scala:250) at org.apache.pekko.remote.RemoteActorRefProvider.init(RemoteActorRefProvider.scala:274) at org.apache.pekko.actor.ActorSystemImpl._start$lzyINIT1(ActorSystem.scala:1043) at org.apache.pekko.actor.ActorSystemImpl._start(ActorSystem.scala:1039) at org.apache.pekko.actor.ActorSystemImpl.start(ActorSystem.scala:1062) at org.apache.pekko.actor.ActorSystem$.apply(ActorSystem.scala:283) at org.apache.pekko.actor.ActorSystem$.apply(ActorSystem.scala:327) at org.apache.pekko.actor.ActorSystem$.apply(ActorSystem.scala:301) at org.apache.pekko.remote.classic.RemotingSpec.selectionAndBind$1(RemotingSpec.scala:790) at...
our GitHub 'security' tab claims that we depend on a version of guava that is vulnerable to GHSA-mvr2-9pj6-7w5j . I think this is a false positive: I think this is...