apache / apache/pekko-persistence-cassandra
MultiNodeClusterSpec does not compile
- Dominant language
- Scala
- Stars
- 15
- Forks
- 17
- Avg merge
- 6h 43m
- Merged PRs (30d)
- 11
Description
https://github.com/apache/incubator-pekko-persistence-cassandra/blob/main/core/src/multi-jvm/scala/org/apache/pekko/cluster/persistence/cassandra/MultiNodeClusterSpec.scala#L20
The FlightRecordingSupport class is not in the pekko-multi-node-testkit jar or in akka-multi-node-testkit.
MultiNodeClusterSpec is in `multi-jvm` source so maybe it doesn't get compiled by sbt builds normally (eg in the CI runs).
MultiNodeClusterSpec fails to compile in my IDE.
Contributor guide
Research direction
Start with core/src/multi-jvm/scala/org/apache/pekko/cluster/persistence/cassandra/MultiNodeClusterSpec.scala at line 20 and inspect how the multi-node testkit dependency is configured for IDE and sbt builds. Check whether FlightRecordingSupport is available from the referenced testkit jars. Done means MultiNodeClusterSpec compiles in the IDE and through the relevant sbt build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cassandra, scala
- Domain
- build-system, distributed-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100