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

Hi I try to use ImplicitStreamSubscription by multiple streams namespace but get the exception: > Failed to deliver message to consumer on d03d6cb5-a003-aea5-0b51-84aa320b7d9f for stream test-0bc2df02-4205-4fbf-ae69-a565c26ab413-test_stream_provider, may retry. Orleans.Runtime.OrleansException: Stream...

question

Hi all, I have an issue where multiple activations of same grain are activated even when there is only one silo in the cluster Grain code is here ``` public...

bug

`[silo_63ebdfaa-8]: Azure table access write error InsertTableEntryConditionally to table OrleansSiloInstances entry OrleansSilo [ Deployment=signallingcluster LocalEndpoint=172.20.128.1 LocalPort=11111 Generation=363341917 Host=MATH Status=Joining ProxyPort=30000 RoleName=Platform.Signalling.Orleans.Silo SiloName=Silo_7ddc8 UpgradeZone=0 FaultZone=0 StartTime=2021-07-07 08:18:37.846 GMT IAmAliveTime=2021-07-07 08:22:21.306 GMT]...

help wanted

The orleans version is v3.4.2. Using ADO clusters. The cluster may fail to start by following these steps: 1.I have three silos, A, B and C. 2.Successful startup A,Status of...

troubleshooting

Hi Team / @jason-bragg We are using Orleans 2.2.4. We are using Azure eventhub stream with orleans stream. Previously we were using the ConsistentRingQueueBalancer, with this queue balancer streams were...

bug

Hello, I got TransactionAbortedException after restarting sql server. SqlServer connection does not restore. ```Bash Orleans.Transactions.OrleansTransactionAbortedException: Transaction 4357009a-e08b-4866-bce4-11f8a95ed22c Aborted because of an unhandled exception in a grain method call. See InnerException...

troubleshooting

Hello, after update to .Net 5 my Orleans project started to have warnings about GC timer is not triggered at time. It happens regularly, for already quite some time, and...

troubleshooting

Orleans 3.0.2, .NET Core 3.1, Windows 10 b1809 # Scenario I have a `Core` service that implicitly subscribes to data from a custom Kafka stream provider. I also need to...

area-clients
area-performance

I notice that when an exception is thrown during grain OnActivateAsync /constructor the catalog doesn't dispose of the ActivationData scope. ```c# internal class ActivationData : IGrainActivationContext, IActivationData, IInvokable, IDisposable {...

bug
area-grains

Using v2.4.3, we seem to experience an issue with an identical scenario to issue #901, only now it happens with explicit consumers. I think it's caused by change of code...

area-streaming
Needs: investigation 🔍