Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / apple/swift-distributed-actors issues and pull requests

#1161 - Made ClusterSingletonSettings sendable

Pull Request - State: closed - Opened by akbashev 15 days ago - 1 comment

#1160 - SerializationError

Issue - State: open - Opened by lyzkov 2 months ago

#1159 - [PoC] distributed actor gossiper

Pull Request - State: open - Opened by ktoso 2 months ago

#1158 - Addressing warnings

Pull Request - State: open - Opened by Garfeild 3 months ago - 4 comments

#1157 - chore: hardening soundness script

Pull Request - State: closed - Opened by Garfeild 3 months ago - 2 comments

#1155 - swift-clusterd PoC which serves as seed node

Pull Request - State: open - Opened by ktoso 4 months ago

#1152 - Provide a `clusterd` process for simple node discovery

Issue - State: open - Opened by ktoso 4 months ago

#1151 - minimal fix for 6.0 compilation

Pull Request - State: closed - Opened by ktoso 5 months ago - 1 comment

#1150 - Added hook to lifecycle events

Pull Request - State: open - Opened by akbashev 6 months ago - 3 comments

#1149 - Remove __secretlyKnownToBeLocal, adopt whenLocal

Pull Request - State: closed - Opened by akbashev 7 months ago - 2 comments

#1148 - Add CI for Swift 5.10

Pull Request - State: closed - Opened by yim-lee 8 months ago - 4 comments

#1145 - FAILED: SWIMActorClusteredTests.test_swim_shouldPingSpecificMemberWhenRequested

Issue - State: open - Opened by yim-lee 11 months ago
Labels: failed 💥

#1144 - FAILED: ClusterLeaderActionsClusteredTests.test_ensureDownAndRemovalSpreadsToAllMembers

Issue - State: open - Opened by yim-lee 11 months ago - 1 comment
Labels: failed 💥

#1143 - Update dependencies

Pull Request - State: closed - Opened by yim-lee 11 months ago - 1 comment

#1142 - Lowest address ordering fix

Pull Request - State: closed - Opened by akbashev 11 months ago - 3 comments

#1140 - EXC_BAD_ACCESS in OpLogDistributedReceptionist

Issue - State: closed - Opened by akbashev 11 months ago - 2 comments
Labels: bug 🐞

#1139 - Another mini sample to show starting two processes and discovery

Pull Request - State: open - Opened by ktoso about 1 year ago

#1137 - Fix Scheduler implementation for ILP32 platforms such as watchOS

Pull Request - State: closed - Opened by christopherweems about 1 year ago - 4 comments

#1136 - EXC_BAD_ACCESS when running on macOS 13 and Xcode 15b

Issue - State: open - Opened by akbashev about 1 year ago - 6 comments
Labels: bug 🐞

#1135 - =lifecycle missing synchronization; those methods may be invoked from outside actor

Pull Request - State: closed - Opened by ktoso about 1 year ago - 1 comment

#1134 - WorkingPool unexpected behaviour when workers are on different node

Issue - State: open - Opened by akbashev about 1 year ago - 4 comments

#1132 - Prevent distributed singletons created during other's init from duping IDs

Pull Request - State: closed - Opened by ktoso about 1 year ago - 1 comment

#1131 - DA spawned by a ClusterSingleton inherits _Props and leads to duplicateActorPath error

Issue - State: closed - Opened by yim-lee about 1 year ago - 2 comments
Labels: bug 🐞, 3 - in progress

#1130 - Adjust macOS only object size test

Pull Request - State: closed - Opened by ktoso over 1 year ago

#1129 - Cleanup boss hasActiveSingleton in cluster singleton

Issue - State: open - Opened by ktoso over 1 year ago
Labels: 1 - triaged, t:cluster:singleton

#1128 - FAILED: test_cleanUpAssociationTombstones message timeout

Issue - State: open - Opened by ktoso over 1 year ago - 1 comment
Labels: failed 💥

#1127 - Distributed singleton should be more careful with handover

Pull Request - State: closed - Opened by ktoso over 1 year ago - 3 comments

#1126 - ClusterControl.joined should cause joining for simpler usage

Pull Request - State: closed - Opened by ktoso over 1 year ago - 2 comments

#1125 - Cleanup all warnings in 5.9 build

Issue - State: open - Opened by ktoso over 1 year ago - 7 comments
Labels: help wanted, 1 - triaged, 2 - pick next

#1124 - FAILED: Stuck test test_swim_shouldRespondWithNackToPingReq_whenNoResponseFromTarget

Issue - State: open - Opened by ktoso over 1 year ago - 1 comment
Labels: failed 💥

#1123 - FAILED: ClusterSingletonPluginClusteredTests.test_singletonByClusterLeadership_withLeaderChange

Issue - State: closed - Opened by ktoso over 1 year ago
Labels: 3 - in progress, failed 💥

#1122 - ClusterControl.joined should cause joining; fix waiting issues

Pull Request - State: closed - Opened by ktoso over 1 year ago - 3 comments

#1121 - Add helper method to check if a plugin is installed

Pull Request - State: closed - Opened by yim-lee over 1 year ago

#1120 - update code of conduct

Pull Request - State: closed - Opened by tomerd over 1 year ago - 1 comment

#1119 - Add convenience ClusterSystem initializer that takes optional settings

Pull Request - State: closed - Opened by yim-lee over 1 year ago - 4 comments

#1118 - Crash when using linux+asan+static-swift-stdlib+swift 5.8

Issue - State: closed - Opened by mannuch over 1 year ago - 4 comments
Labels: 0 - new, asan

#1117 - [Leadership] Enable implementing leadership decisions outside core lib

Pull Request - State: open - Opened by ktoso over 1 year ago - 1 comment

#1116 - =docs correct the mark mistake.

Pull Request - State: closed - Opened by acche over 1 year ago - 1 comment

#1115 - Update CI

Pull Request - State: closed - Opened by yim-lee over 1 year ago - 1 comment

#1114 - Use 1.1.0 swift-atomics

Pull Request - State: closed - Opened by ktoso over 1 year ago - 1 comment

#1113 - ActorTestKit uses @testable import DistributedCluster, causing problems for build -c release

Issue - State: open - Opened by ktoso over 1 year ago - 2 comments
Labels: 1 - triaged

#1112 - actor shell slimmed down a bit, adjust test

Pull Request - State: closed - Opened by ktoso over 1 year ago - 1 comment

#1109 - -testkit remove the Task.select based timeout impl, make a group based one

Pull Request - State: closed - Opened by ktoso over 1 year ago - 2 comments

#1108 - Main broken due to Task.select removal from async-algorithms

Issue - State: closed - Opened by ktoso over 1 year ago
Labels: bug 🐞, 3 - in progress

#1105 - Add CI for Swift 5.8 and update nightly to Ubuntu 22.04

Pull Request - State: closed - Opened by yim-lee over 1 year ago - 9 comments

#1094 - Redirect GitHub Pages to Swift Package Index DocC page

Pull Request - State: closed - Opened by yim-lee almost 2 years ago

#1093 - DocC doc on Swift Package Index

Pull Request - State: closed - Opened by yim-lee almost 2 years ago - 3 comments

#1092 - Remove unused LamportClock type

Pull Request - State: closed - Opened by ktoso almost 2 years ago

#1090 - [PoC] +DistributedProgress - PoC implementation of a distributed progress

Pull Request - State: open - Opened by ktoso almost 2 years ago

#1089 - FAILED: ClusterSingletonPluginClusteredTests.test_remoteCallShouldFailAfterAllocationTimedOut

Issue - State: open - Opened by ktoso almost 2 years ago - 1 comment
Labels: failed 💥

#1088 - Use Serialization instead of JSONEncoder in recordArgument()

Pull Request - State: closed - Opened by orobio almost 2 years ago - 3 comments
Labels: bug 🐞, t:serialization

#1087 - Update documentation to always `default:` case open enums

Issue - State: open - Opened by ktoso almost 2 years ago
Labels: 1 - triaged, t:docs, user-feedback

#1086 - Docs: More docs on cluster joining, and how to do it.

Issue - State: open - Opened by ktoso almost 2 years ago - 1 comment
Labels: t:docs, user-feedback

#1085 - +tracing Instrument Invocation handlers using swift-distributed-tracing

Pull Request - State: open - Opened by ktoso almost 2 years ago

#1084 - Reception.Key's ID should not be string, but a type

Issue - State: open - Opened by ktoso almost 2 years ago
Labels: t:receptionist, user-feedback

#1083 - =cluster handle aggressively rejoining/replacing nodes from same host/port pair

Pull Request - State: closed - Opened by ktoso almost 2 years ago - 2 comments

#1082 - bug: node replacement can fail if happening too aggressively

Issue - State: closed - Opened by ktoso almost 2 years ago
Labels: bug 🐞, 3 - in progress, t:cluster:membership, t:cluster:all

#1081 - Create .spi.yml

Pull Request - State: closed - Opened by finestructure almost 2 years ago - 13 comments
Labels: stashed PR

#1080 - Include in source compatibility test suite

Issue - State: open - Opened by ktoso almost 2 years ago
Labels: 3 - in progress, t:build

#1079 - -test remove known flaky test of unsupported feature

Pull Request - State: closed - Opened by ktoso almost 2 years ago

#1078 - +eventStream introduce a better, more debuggable way to use eventStream

Pull Request - State: open - Opened by ktoso almost 2 years ago - 1 comment

#1077 - !all node renames: node -> endpoint; unique node -> node

Pull Request - State: closed - Opened by ktoso almost 2 years ago - 2 comments

#1076 - FAILED: SWIMActorClusteredTests.test_swim_shouldRespondWithNackToPingReq_whenNoResponseFromTarget

Issue - State: open - Opened by ktoso almost 2 years ago - 1 comment
Labels: failed 💥

#1074 - Fix overflow in TimeSpec addition on 32-bit architectures

Pull Request - State: closed - Opened by orobio almost 2 years ago - 19 comments
Labels: bug 🐞

#1073 - Consider renaming package before 1.0

Issue - State: open - Opened by ktoso almost 2 years ago

#1072 - =doc explain waiting for joined nodes better, fix link #1070

Pull Request - State: closed - Opened by ktoso almost 2 years ago

#1071 - Rename DistributedActors -> DistributedCluster module

Pull Request - State: closed - Opened by ktoso almost 2 years ago - 1 comment

#1070 - Bad documentation link in Clustering.md

Issue - State: closed - Opened by PeterAdams-A almost 2 years ago
Labels: t:docs

#1069 - Fix typo: Lifecycle example

Pull Request - State: closed - Opened by MaximBazarov almost 2 years ago - 11 comments
Labels: t:docs

#1068 - =build fix how we declare the multi-node plugin

Pull Request - State: closed - Opened by ktoso almost 2 years ago - 2 comments

#1067 - =build workaround for SwiftPM not allowing people to consume current `main`

Pull Request - State: closed - Opened by ktoso almost 2 years ago

#1066 - Recover lost ordering guarantee in remoteCall/localCall impls

Issue - State: open - Opened by ktoso almost 2 years ago
Labels: t:actor

#1065 - Correct typos in documentation

Pull Request - State: closed - Opened by PeterAdams-A almost 2 years ago - 12 comments
Labels: t:docs

#1064 - Fix build, consuming from other packages

Issue - State: closed - Opened by ktoso almost 2 years ago
Labels: bug 🐞, t:build

#1057 - Fresh take on Virtual Actors - allowing "get user for some user defined id"

Issue - State: open - Opened by ktoso about 2 years ago - 2 comments
Labels: t:virtual-actors

#1054 - Sending UniqueNode as top level message fails to serialize

Issue - State: open - Opened by ktoso about 2 years ago
Labels: bug 🐞, 2 - pick next, 3 - in progress, t:serialization

#1047 - Release and depend on 0.4.0 cluster-membership

Issue - State: open - Opened by ktoso about 2 years ago
Labels: 1 - triaged, t:build

#1046 - Fix all the: Cannot schedule tasks on an EventLoop that has already shut down

Issue - State: open - Opened by ktoso about 2 years ago - 1 comment
Labels: bug 🐞, 1 - triaged, 2 - pick next

#1044 - [WIP] async leadership WIP

Pull Request - State: closed - Opened by ktoso about 2 years ago - 2 comments

#1043 - Consider renaming primary module: DistributedActors

Issue - State: closed - Opened by ktoso about 2 years ago - 3 comments
Labels: 1 - triaged, discussion

#1042 - Document Actor.ID.Metadata and how to set and use them

Issue - State: open - Opened by ktoso about 2 years ago
Labels: 1 - triaged, t:docs

#1041 - Receptionist docs list internal APIs, hide them:

Issue - State: open - Opened by ktoso about 2 years ago
Labels: 1 - triaged, 2 - pick next

#1040 - Make LeaderElection.runElection async

Issue - State: open - Opened by ktoso about 2 years ago
Labels: 3 - in progress, t:cluster:all

#1035 - Minor: make cluster event stream list subscriber locations, not just IDs

Issue - State: open - Opened by ktoso about 2 years ago
Labels: help wanted, 1 - triaged, s:small

#1034 - FAILED: ClusterSingletonPluginClusteredTests.test_remoteCallShouldFailAfterAllocationTimedOut

Issue - State: closed - Opened by ktoso about 2 years ago - 2 comments
Labels: failed 💥

#1031 - Docs: Document the recommended structuring of code and deployment

Issue - State: open - Opened by ktoso about 2 years ago
Labels: 1 - triaged, 2 - pick next, t:docs

#1030 - Unlock all tests in DistributedReceptionistTests

Issue - State: open - Opened by ktoso about 2 years ago
Labels: 2 - pick next, t:receptionist

#1024 - Cleanup registering and trusting types for serialization

Issue - State: open - Opened by ktoso about 2 years ago - 1 comment
Labels: 1 - triaged, t:serialization, follow-up

#1000 - Metadata to be able to participate in equality and resolves

Issue - State: open - Opened by ktoso about 2 years ago
Labels: 2 - pick next, t:cluster:singleton

#987 - Generalized ActorID metadata encoding/decoding

Issue - State: open - Opened by ktoso about 2 years ago - 2 comments
Labels: 3 - in progress, t:serialization