orleans icon indicating copy to clipboard operation
orleans copied to clipboard

Cloud Native application framework for .NET

Results 320 orleans issues
Sort by recently updated
recently updated
newest added

You can't add the `[MayInterleave]` attribute to a grain that also has the `[StatelessWorker]` attribute. Doing so results in the following exception (with stack trace): ``` Message:  System.ArgumentException : Cannot...

Fixes https://github.com/dotnet/orleans/issues/9044 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/orleans/pull/9048)

I have 2 silos(A and B),both have and only have 1 grainsevice G. I send message to grainservice G in silo A (A/G). Messages are sometimes processed in silo A/G,...

It seems Reminders and GrainDirectory providers for AzureTableStorage are improperly registered. It should fix this issue that i've been able to reproduce https://github.com/dotnet/aspire/issues/4010 . It's currently impossible to use Table...

I have been using the k8s hosting without issues but there is an error log `Error monitoring Kubernetes pods` consistently recorded on every deployment. The The underlying exception is a...

👋 Do you think it's possible to backport #8362 to the 3.x branch? We're still using things removed from 3.x and would help us while we update to dotnet 8.0....

I am starting a decentralized project, and was wondering if it would make sense to use Orleans in it. The system would consist of a diverse set of "server" nodes...

Needs: triage :mag:

This is a first pass at refactoring the ADO.NET provider projects. This pass focuses on freeing the code from the compiler directives in linked files, while moving common code to...

Hi, I just updated to version 8.1.0 and are suddenly getting the following exception during silo startup `Could not find Streaming provider named 'Default'. This can indicate that either the...

Callbacks for timed-out request messages in `InsideRuntimeClient` were never removed because they were unregistered by `msg.TargetGrain`, instead of `msg.SendingGrain`. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/orleans/pull/9041)