Kubernetes hosting package marked as stable
The Microsoft.Orleans.Kubernetes.Hosting
package is now marked as stable. This package is intended to help users who are deploying to Kubernetes by automating configuration of silos, monitoring Kubernetes for changes in the active pods, and terminating pods which are marked as defunct by the Orleans cluster. Please try it and give us your feedback. Documentation is available here and a sample project is available here.
Improvements and bug fixes since 3.4.0
-
Non-breaking improvements
-
Non-breaking bug fixes
- Fix leak in
RunningRequestSenders
(#6903) - Avoid disposing uncompleted task in
LinuxEnvironmentStatistics
(#6842) (#6887) - Only log that a message is being forwarded if it is being forwarded (#6892) (#6910)
- In
GrainDirectoryPartition
, throw an exception instead of returningnull
if trying to register an activation on a non-valid silo (#6896) (#6901) - Do not retry to send streaming events if the pulling agent has been stopped (#6897) (#6900)
- Try to limit forwarding when a grain activation throws an exception in
OnActivateAsync()
(#6891) (#6893)
- Fix leak in