Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] dev from AsynkronIT:dev #258

Open
wants to merge 951 commits into
base: dev
Choose a base branch
from
Open

[pull] dev from AsynkronIT:dev #258

wants to merge 951 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Apr 22, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Apr 22, 2021
rogeralsing and others added 29 commits June 15, 2022 22:35
* ReceiveTimeout as system message
* SystemMessage for PID and Process
* more diagnostics for the partition identity tests

* fix for partition identity test, fix for partition identity lookup shutdown in push mode

* fix for partition identity test

* fix for partition identity test

* fix for partition identity test

* renamed Shutdown to ShutdownAsync
* xml docs for Proto.Actor
Enable experimental cluster context
* ref remote process in endpoint reader
* remove retry interval property
* cache endpoints for remote process
* xml docs for Proto.Remote
* Add Skyrise ActorBenchmark in mini format
* remove metrics from benchmark
* remoting fixes
* enable correct GC for cluster tests
* only pass target id
* only pass sender address if different from remote
* seal apis
* use concurrent bag for shared futures
* ValueTask cluster context
* add tps to skyrise benchmark
* short pids
* Inline cluster context code
* Get rid of WhenAny for cluster context net6
* mailbox is IThreadPoolWorkitem
* fix ci
* fix ci
mhelleborg and others added 30 commits November 16, 2023 13:27
* Fixed issue with client cluster logic where it would not see itself as started unless listed by the cluster provider. Changed member list to accept any cluster topology updates when in client mode and set started.

Added tests for client mode requests.

* Tolerate non-completed JoinedCluster task when using StartClientAsync

* Don't test for client functionality when unsupported by provider
Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.17.0 to 4.18.1.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](AutoFixture/AutoFixture@v4.17.0...v4.18.1)

---
updated-dependencies:
- dependency-name: AutoFixture.Xunit2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.8.2 to 1.10.2.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.8.2...Azure.Identity_1.10.2)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* remote priority
* introduce cluster priority messages
* add modulus
* docs
* gossip tweaks
* fix decoder
* use consul instead of seednode in examples
* update docker
* seed node work
…etes cluster provider (#2097)

* Add Host to k8s pod labels

* Removed logging of k8s workload kind

* Added new Public API to get K8s Pod FQDN

hardened GetKubeNamespace() so it will not read in more data then kuberneties allows for a namespace, it will also now throw a with a descriptive error exception message vs FileNotFound.
Replace environment variable HOSTNAME with CONTAINER_APP_REPLICA_NAME.
* subscribe to eventstream using typed channel

* assert publish

* rename
Rearrange cluster shutdown code
… the number of messages in the batchingMailbox because of dead loop (#2105)
* Added support for propagating OpenTelemetry baggage

* Updated tests, only set baggage if it's in use
* Switch from System.Data.SqlClient to Microsoft.Data.SqlClient per official recommendation

* use await on using
* Track Spawning
* Track EventStream Publish
* Track EventStream Subscription
* graceful stop of cluster actors
To be a good citizen, it is important that the caller of this method can (and should) call Dispose() on the returned token source. The problem though, is that each time cts.Token was called before, it would try to create a new CancellationToken which means that it could throw an ObjectDisposed exception leading to noisy logs.
* support dotnet8 target

* make sure all the right versions are installed for dotnet 8 testing

* No need for pre-release since it is no longer an argument

* Try with the newest version of the action
In order to write a proper alternative to the DefaultClusterContext, we need these properties to be public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet