When starting up my Orleans cluster I noticed the following warning message:
warn: Orleans.Runtime.NoOpHostEnvironmentStatistics[100708]
No implementation of IHostEnvironmentStatistics was found. Load shedding will not work yet
To get rid of this warning you need to include the following line in the SiloBuilder config:
This will enable support for Load shedding. This kicks in when the system gets overloaded and prevents new clients from connecting.