* ignore PubSub Status message from unknown node, #20846 Reproducer: 1. old cluster of node1, node2 and node3 2. shutdown node3 and start it again with same host:port, let it join itself and not the old cluster 3. node1 and node2 will continue to gossip to the node3 address and Status message is accepted and replied to (Delta is ignored from unknown node) Solution: * ignore status message from unknown node * also added a reply flag in the Status message to break the back-and-forth replies in case the deltas are not accepted, this is not needed for fixing this bug, but it adds an extra level of safety |
||
|---|---|---|
| akka-actor | ||
| akka-actor-tests | ||
| akka-agent | ||
| akka-bench-jmh | ||
| akka-camel | ||
| akka-cluster | ||
| akka-cluster-metrics | ||
| akka-cluster-sharding | ||
| akka-cluster-tools | ||
| akka-contrib | ||
| akka-distributed-data | ||
| akka-docs | ||
| akka-http | ||
| akka-http-core | ||
| akka-http-marshallers-java/akka-http-jackson | ||
| akka-http-marshallers-scala | ||
| akka-http-testkit | ||
| akka-http-tests | ||
| akka-kernel | ||
| akka-multi-node-testkit | ||
| akka-osgi | ||
| akka-parsing | ||
| akka-persistence | ||
| akka-persistence-query | ||
| akka-persistence-shared | ||
| akka-persistence-tck | ||
| akka-protobuf | ||
| akka-remote | ||
| akka-remote-tests | ||
| akka-samples | ||
| akka-slf4j | ||
| akka-stream | ||
| akka-stream-testkit | ||
| akka-stream-tests | ||
| akka-stream-tests-tck | ||
| akka-testkit | ||
| akka-typed | ||
| project | ||
| scripts | ||
| src/main/ls | ||
| .gitignore | ||
| .java-version | ||
| build.sbt | ||
| CONTRIBUTING.md | ||
| COPYING.protobuf | ||
| LICENSE | ||
| README.md | ||
Akka
We believe that writing correct concurrent & distributed, resilient and elastic applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction.
Akka is here to change that.
Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. This model is a perfect match for the principles laid out in the Reactive Manifesto.
For resilience we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop.
Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.
Akka is Open Source and available under the Apache 2 License.
Learn more at akka.io. Join the akka-user mailing list. Follow @akkateam on twitter.
If you are looking to contribute back to Akka, the CONTRIBUTING.md file should provide you with all the information needed to get started.