Ignasi Marimon-Clos
Ignasi Marimon-Clos
From a log message highlighted in the discuss thread: (added NEW_LINES for readability ``` java.lang.RuntimeException: A broker is already registered on the path /brokers/ids/0. This probably indicates that you either...
Do we really need to go into that detail? I mean, the migration is picked by the target type to which we want to deserialize. Docs should specify the migration...
> It should be possible to shutdown the streams using a CoordinatorShutdown phase. In the `CoordinatorShutdown` sequence, first, the node must have left the cluster so no more traffic from...
Unlike playframework/playframework#10111, this is repeatable.
The easiest reproducer is: 1.clone `master` 2. set `1.4.0` on `project/build-properties` 3. run `sbt Javaunidoc/doc`
May be related to https://github.com/lightbend/genjavadoc/issues/264 and https://github.com/lightbend/genjavadoc/issues/220
The workaround in the case of Lagom is to use JDK8 when bumping to sbt 1.4.0. Here's a summary: - JDK 11 + sbt 1.3.13: PASSED - JDK 11 +...
More likely related to https://github.com/lightbend/cloudflow/commit/19bad777e510e68be386238564403e6be48c62ad#diff-cb9f468b80bb3e0f757971d036ce90c5885fb3a406cdb76ff63a808a74f70332R16 since the error seems related to the JDK and not the scala version.
Again in https://travis-ci.com/github/lagom/lagom/jobs/362371707#L26397-L26452 This is not a `CRON` build. It's on merge commit in `1.6.x`. ``` [info] 15:14:38.843 [error] akka.io.TcpListener [akkaAddress=akka://root-internal-dev-mode, sourceThread=root-internal-dev-mode-akka.actor.internal-dispatcher-2, akkaSource=akka://root-internal-dev-mode/system/IO-TCP/selectors/$a/0, sourceActorSystem=root-internal-dev-mode, akkaTimestamp=15:14:38.820UTC] - Bind failed for TCP...
related to #3216