Konrad `ktoso` Malawski

Results 259 issues of Konrad `ktoso` Malawski

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 ``` 18:22:46 Test Case 'ClusterLeaderActionsClusteredTests.test_singleLeader' started at 2022-06-05 09:22:46.980...

2 - pick next
failed 💥

And "just" use `actor` runtime.

1 - triaged
s:large

Follow up to https://github.com/apple/swift-distributed-actors/pull/761 -- see discussion there

1 - triaged
t:actor

We technically are able to create mocks using the DA by resolving and using a "mock" rather than "remote" call infra. We could then assert and mock replies more easily....

1 - triaged
t:testkit
t:tests

We can: ``` JSONSerialization.data(withJSONObject: , options: .fragmentsAllowed) ``` but we need also: ``` encoder.userInfo[.actorSerializationContext] = self.context ``` so how can we do that?

1 - triaged
t:serialization

It's not a hard requirement so far by users but it is a "nice to have" and may eventually be a strong need. Some users are running with very strong...

9 - maybe some day
t:cluster:all

We should specifically measure and work on join times. - How long does it take a node to "join" and be seen `.joining` such on 5 nodes? - How long...

help wanted
1 - triaged
t:cluster:membership
t:cluster:gossip

Moritz has been doing an excellent job with tracing and we're pretty ready to adopt. We can aggressively adopt here since we have to API guarantees yet. This will be...

help wanted
1 - triaged
t:observability
t:tracing

We've learnt a lot since the initial impl of this transport pipeline, one of the things is that one handler is actually better. The pipeline today has many handlers, but...

1 - triaged
t:performance 🚀
i:nio

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 can easily port and adopt...

help wanted
1 - triaged
2 - pick next
t:cluster:membership
t:cluster:all