The GitHub Actions job "Required Checks" on 
texera.git/refactor/rename-akka-to-pekko has failed.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
31bf1e0c090396f2c1c91c4d21da8971c7ce3244 / Yicong Huang 
<[email protected]>
refactor(amber): rename remaining Akka* identifiers to Pekko*

The project moved off Akka onto Apache Pekko, but several internal
Scala identifiers still carried the `Akka` prefix even though they
wrap Pekko APIs — confusing when grepping the codebase for the actor
runtime.

Pure rename:
- `AkkaConfig` → `PekkoConfig` (object + file)
- `AkkaActorService` → `PekkoActorService` (class + file)
- `AkkaActorRefMappingService` → `PekkoActorRefMappingService`
- `AkkaMessageTransferService` → `PekkoMessageTransferService`
- `akkaConfig`, `akkaActorService` (methods/params) → pekko-prefixed.

No string literals, config keys, or serialization registrations
change — `cluster.conf` already uses `pekko.*` keys, kryo registry
doesn't reference these classes by name. The intentional `"akka"`
comment in `DeployStrategiesSpec.scala` (which contrasts pekko vs
akka address strings) stays.

Closes #4948.

Report URL: https://github.com/apache/texera/actions/runs/25385083093

With regards,
GitHub Actions via GitBox

Reply via email to