You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to version 2.0.0 membership stopped working. I observe the following exceptions in log. There are no silo records in etcd.
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at Orleans.Clustering.Kubernetes.KubeMembershipTable.GetSilos()
at Orleans.Clustering.Kubernetes.KubeMembershipTable.ReadAll()
at Orleans.Runtime.MembershipService.MembershipTableManager.RefreshInternal(Boolean requireCleanup)
at Orleans.Runtime.MembershipService.MembershipTableManager.Refresh()
at Orleans.Runtime.MembershipService.MembershipTableManager.PeriodicallyRefreshMembershipTable()
The text was updated successfully, but these errors were encountered:
Hello
After upgrading to version 2.0.0 membership stopped working. I observe the following exceptions in log. There are no silo records in etcd.
The text was updated successfully, but these errors were encountered: