rkargMsft

Results 7 issues of rkargMsft

Built off of https://github.com/OrleansContrib/OrleansCassandraUtils with the following major changes: * Target Orleans 8 * Better multi-datacenter support * Allow multiple serviceId and clusterId to be stored in the same keyspace...

**Is your feature request related to a problem? Please describe.** Clock skew across machines can cause spans to appear at the "wrong" time in relation to the actual execution. For...

Currently the work during grain activation happens outside of the Trace containing the calling client and the message processing on the grain. It would be useful, if it is feasible,...

While there is facility for cleaning up defunct silos in a cluster that is still running (via a periodic task), there is nothing to clean up defunct clusters that aren't...

## Summary Documentation for code changes here: https://github.com/dotnet/orleans/pull/9271 --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/orleans/grains/grain-placement-filtering.md](https://github.com/dotnet/docs/blob/884cdc2e78086b879951d1332f65cff45baf429e/docs/orleans/grains/grain-placement-filtering.md) | [Grain placement filtering](https://review.learn.microsoft.com/en-us/dotnet/orleans/grains/grain-placement-filtering?branch=pr-en-us-44187) | | [docs/orleans/host/configuration-guide/silo-metadata.md](https://github.com/dotnet/docs/blob/884cdc2e78086b879951d1332f65cff45baf429e/docs/orleans/host/configuration-guide/silo-metadata.md)...

blocked
DO NOT MERGE
community-contribution

# Feature for adding tags at Activity creation time - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [x] You've included unit or integration tests for your...

community-contribution
pending-ci-rerun
area-networking

Nullable analysis should be enabled on the Solution. In order to not break everything, the following should get done: 1. Enable Nullable in the Solution. Existing patterns for common project...