Renato Cavalcanti
Renato Cavalcanti
In ConstructrMachine.scala line 197 ``` private def seedNodes(nodes: Set[Address]) = nodes.take(maxNrOfSeedNodes).toVector ``` The following scenario can happen: ``` nodes = Set(addressA, addressB, addressC, addressD, addressE, addressF) max-nr-of-seed-nodes = 3 ```...
https://github.com/akka/akka/runs/7491496387?check_suite_focus=true#step:5:2032 This was reported before and fixed, but this time failing on a different test method. ```scala [info] LargeMessagesStreamSpec: Coroner Thread Count starts at 38 in akka.remote.artery.LargeMessagesStreamSpec [info] The large...
https://github.com/akka/akka/runs/7484358602?check_suite_focus=true#step:5:1043 ```scala [info] TypedActorRemoteDeploySpec: Coroner Thread Count starts at 37 in akka.remote.TypedActorRemoteDeploySpec [info] Typed actors [info] - must be possible to deploy remotely and communicate with *** FAILED *** (3...
Currently, it's only possible to delete events when using a snapshot strategy based on a counter and retention criteria. The predicated variant doesn't offer this option. Being able to save...
https://github.com/akka/akka/runs/6136665905?check_suite_focus=true#step:5:18418 ```scala [04-23 00:46:33.275] [info] - must allow overriding the dispatcher using Attributes *** FAILED *** (4 seconds, 11 milliseconds) [04-23 00:46:33.276] [info] java.lang.AssertionError: Expected Actor[akka://FileSinkSpec/system/Materializers/StreamSupervisor-1840/flow-20-2-fileSink#158914944] to use dispatcher [akka.actor.default-dispatcher],...
We should have better documentation for the PID file problem in Docker. The documentation is not so clear about it. Relates to https://github.com/playframework/playframework/issues/9487
In #10199 we added symbolic methods to TypeMap, but as signaled by @NthPortal we should avoid this. Triggered by: I'm a bit late to the party here, but multiple (non-implicit)...
Right now we have too many branches and procedures to maintain Lagom. In the coming days, I will be performing the following changes: - [x] Start to migrate out of...
I had disable the tests for the code in the docs when we were migrating to GH Actions. I don't remember why it was failing, so let's try again and...
When shutdown a Lagom app in dev mode (and possibly in Prod mode as well), we may observe exceptions of type: `RejectedExecutionException`. This is probably due to events-by-tag queries (read-side...