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
we have 3 nodes in our cluster, when we do upgrade deployment, node0 and node1 upgrade successfully, and node2 is on pending, when there is call from ServiceA in node0 target to node2, it will throw exception, because CallBNew is not ready in node2. Is there any solution about this scenario ?
Thanks
The text was updated successfully, but these errors were encountered:
The problem can be simplified as below :
we have two services of our service fabric cluster:
ServiceA will call ServiceB with remoting call.
If next time we update code to:
we have 3 nodes in our cluster, when we do upgrade deployment, node0 and node1 upgrade successfully, and node2 is on pending, when there is call from ServiceA in node0 target to node2, it will throw exception, because CallBNew is not ready in node2. Is there any solution about this scenario ?
Thanks
The text was updated successfully, but these errors were encountered: