wangchunlong

Results 17 comments of wangchunlong

demo: ```` public class Program { static async Task Main(string[] args) { // 启动服务 try { var host = await StartSilo(); Console.WriteLine("Silo is ready!"); } catch (Exception ex) { Console.WriteLine(ex);...

I Solved the problem, but I don't know why

No Solved, still have the problem

I tested ado cluster and there is no such problem

> demo: > > ``` > public class Program > { > static async Task Main(string[] args) > { > // 启动服务 > try > { > var host =...

In Kubernetes ![Snipaste_2021-10-20_11-17-17](https://user-images.githubusercontent.com/23160268/138022680-cab0c635-b188-4475-8316-1b89caffe880.jpg)

After a while ```` [2021-10-20 11:22:46 ERR Orleans.Runtime.MembershipService.MembershipAgent] Failed to update table entry for this silo, will retry shortly: Orleans.Clustering.Redis.RedisClusteringException: Could not find a value for the key S10.42.9.231:30000:372395638 at...