Re: [I] zipWithIndex is broken for org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.PortOps [pekko]

2024-11-08 Thread via GitHub
pjfanning closed issue #1525: zipWithIndex is broken for org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.PortOps URL: https://github.com/apache/pekko/issues/1525 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] zipWithIndex is broken for org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.PortOps [pekko]

2024-11-08 Thread via GitHub
pjfanning commented on issue #1525: URL: https://github.com/apache/pekko/issues/1525#issuecomment-2465858966 #1526 was merged -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GH] (pekko): Workflow run "Binary Compatibility" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Binary Compatibility" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: be0ccc70bfd88b694f18ec685cb79fecd72a5d6f / PJ Fanning add quarantinedButHarmless check for tests Report URL: https://github.com/apache/pek

[GH] (pekko-projection): Workflow run "Nightly Integration Tests for JDBC (Pekko 1.0.x)" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Nightly Integration Tests for JDBC (Pekko 1.0.x)" on pekko-projection.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: a9206c2c285792ff7523511a70481c58f8a5fdec / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@

[GH] (pekko-grpc): Workflow run "Publish Nightly" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Publish Nightly" on pekko-grpc.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 017e70aad85ba31f0fb182faa827a259104be6f8 / PJ Fanning tidy up imports (#405) Report URL: https://github.com/apache/pekko-grpc/actions/runs/11752

[GH] (pekko-management): Workflow run "Nightly Tests" is working again!

2024-11-08 Thread GitBox
The GitHub Actions job "Nightly Tests" on pekko-management.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 9729c43a2bace6c955a3d8b362814315a38a7e5d / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update

[GH] (pekko-http): Workflow run "Publish nightly snapshots and documentation" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Publish nightly snapshots and documentation" on pekko-http.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 3b5f9b275a57b43c22002c958f86c8ada1144e3e / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.git

[GH] (pekko-http): Workflow run "Nightly Builds" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko-http.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 3b5f9b275a57b43c22002c958f86c8ada1144e3e / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update sbt to 1.10.4

[GH] (pekko-connectors): Workflow run "Nightly Pekko 1.0 Builds" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Nightly Pekko 1.0 Builds" on pekko-connectors.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 2a90cd8c37a3f88655fd4ea7115b886b0809672f / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com

[GH] (pekko-persistence-r2dbc): Workflow run "Nightly Tests (Pekko 1.0.x)" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Nightly Tests (Pekko 1.0.x)" on pekko-persistence-r2dbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 319bc069997b39d9d3f39de5b76a39f3df454add / Marcel Mojzis Add ConnectionFactoryOptionsCustomizer (#171) * Add Opt

[GH] (pekko-connectors-kafka): Workflow run "Nightly Build and Test" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Nightly Build and Test" on pekko-connectors-kafka.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: c7e3034116b19f2ca2968fb25221427691c6826f / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github

Re: [PR] Support MySQL [pekko-persistence-r2dbc]

2024-11-08 Thread via GitHub
ptrdom commented on code in PR #170: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/170#discussion_r1835311628 ## core-mysql/src/main/resources/reference.conf: ## @@ -0,0 +1,31 @@ +# SPDX-License-Identifier: Apache-2.0 + +// #connection-settings +pekko.persistence.

Re: [PR] Support MySQL [pekko-persistence-r2dbc]

2024-11-08 Thread via GitHub
pjfanning commented on code in PR #170: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/170#discussion_r1834765285 ## core-mysql/src/main/resources/reference.conf: ## @@ -0,0 +1,31 @@ +# SPDX-License-Identifier: Apache-2.0 + +// #connection-settings +pekko.persisten

Re: [PR] Support MySQL [pekko-persistence-r2dbc]

2024-11-08 Thread via GitHub
pjfanning commented on code in PR #170: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/170#discussion_r1834769135 ## core-mysql/src/main/scala/org/apache/pekko/persistence/r2dbc/mysql/journal/MySQLJournalDao.scala: ## @@ -0,0 +1,57 @@ +/* + * Licensed to the Apache

[GH] (pekko): Workflow run "Generate doc check" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Generate doc check" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: eaec74f7641e6d940df16ebbde341f2be332d908 / PJ Fanning stub test for harmless=true Update OutboundIdleShutdownSpec.scala Update OutboundIdle

[GH] (pekko): Workflow run "Binary Compatibility" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Binary Compatibility" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: eaec74f7641e6d940df16ebbde341f2be332d908 / PJ Fanning stub test for harmless=true Update OutboundIdleShutdownSpec.scala Update OutboundId

Re: [I] Clustering issues leading to all nodes being downed [pekko]

2024-11-08 Thread via GitHub
pjfanning commented on issue #578: URL: https://github.com/apache/pekko/issues/578#issuecomment-2464616469 @fredfp I haven't had much time to look at reproducing the issue - I checked in my initial attempt - see https://github.com/apache/pekko/pull/1555 I found an existing test that d

[GH] (pekko): Workflow run "Link Validator" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Link Validator" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: eaec74f7641e6d940df16ebbde341f2be332d908 / PJ Fanning stub test for harmless=true Update OutboundIdleShutdownSpec.scala Update OutboundIdleShut

[GH] (pekko): Workflow run "Pull Requests" failed!

2024-11-08 Thread GitBox
The GitHub Actions job "Pull Requests" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: eaec74f7641e6d940df16ebbde341f2be332d908 / PJ Fanning stub test for harmless=true Update OutboundIdleShutdownSpec.scala Update OutboundIdleShutd

[GH] (pekko): Workflow run "Pull Requests" is working again!

2024-11-08 Thread GitBox
The GitHub Actions job "Pull Requests" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 38dbe25d6ac953539011e4f7a7b553108c02a50c / PJ Fanning stub test for harmless=true Update OutboundIdleShutdownSpec.scala Update OutboundIdleSh

[PR] [EXPERIMENT] stub test for harmless=true [pekko]

2024-11-08 Thread via GitHub
pjfanning opened a new pull request, #1555: URL: https://github.com/apache/pekko/pull/1555 * relates to #578 * Work in Progress - test does not yet reproduce the issue * can be refactored into own test if we manage to reproduce the issue * we may need to modify the test harmless=true

[GH] (pekko): Workflow run "Link Validator" is working again!

2024-11-08 Thread GitBox
The GitHub Actions job "Link Validator" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 38dbe25d6ac953539011e4f7a7b553108c02a50c / PJ Fanning stub test for harmless=true Update OutboundIdleShutdownSpec.scala Update OutboundIdleS

[GH] (pekko): Workflow run "Binary Compatibility" is working again!

2024-11-08 Thread GitBox
The GitHub Actions job "Binary Compatibility" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 38dbe25d6ac953539011e4f7a7b553108c02a50c / PJ Fanning stub test for harmless=true Update OutboundIdleShutdownSpec.scala Update Outboun

[GH] (pekko): Workflow run "Generate doc check" is working again!

2024-11-08 Thread GitBox
The GitHub Actions job "Generate doc check" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 38dbe25d6ac953539011e4f7a7b553108c02a50c / PJ Fanning stub test for harmless=true Update OutboundIdleShutdownSpec.scala Update OutboundI

[GH] (pekko): Workflow run "Nightly Builds" is working again!

2024-11-08 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: e21fa9eb7bc64f8ae1e56edce9bd97110327e3b6 / Arnout Engelen fix: link to GitHub for Hyperic Sigar (#1552) sigar seems dormant: the website is no