-
Would be a good test.
Run some nodes, kill -9 one, see how the down propagates.
This mostly exercises:
- swim, so that it detects the problem
- swim and membership integration, that it bubbles…
ktoso updated
2 years ago
-
When we get handshakes we compare the string of the passed in host i.e. "localhost" to what we bound to.
If we bound to 127.0.0.1 but someone tries to handshake with localhost, we'd reject this (!)…
ktoso updated
2 years ago
-
This is a great ticket for someone in the community to pick up if they want!
SBR is now open source 🎉 https://github.com/akka/akka/pull/29099/files#diff-d36da6727a07013cfc71db5c784b4c92
So we c…
ktoso updated
2 years ago
-
Would be nice to model the merge formally, to sanity check we're not missing any edge case.
The merges are generally simple, except for removal which involves some special handling.
ktoso updated
2 years ago
-
Maybe just flaky, but happened on updating NIO so maybe timings changed and the test was too sensitive to them?
https://ci.swiftserver.group/job/swift-distributed-actors-nightly-prb/357/consoleFull…
ktoso updated
2 years ago
-
Suppose I'm using the distributed dict example from tutorial, and I do something that throws an error. now, my Actor is permanently broken. It would be great to have more resiliency. I'm reading the d…
-
Correct me if I am wrong, but I believe right now, the meta node tries to schedule the actors/parallel units(not sure which is the correct terminology) of a streaming job to all the CNs as evenly as p…
lmatz updated
3 months ago
-
To support scaling in our system, we decide to generally follow the design in [Re-Introduce Configuration Change based on Pause Barrier](https://singularity-data.quip.com/J7XiAY1YzxKe/Re-Introduce-Con…
-
Simple node discovery based on DNS querying
Allow configuring this so someone could just say in settings of actor system "use DNS, that's the service name" etc
ktoso updated
2 years ago
-
It seems that in https://github.com/orbit/orbit/issues/102 some explanation regarding the distinction between _virtual actors_ and the _actor model_ (as implemented by Akka) was added to the documenta…