Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All the static members involved should be defined in the deployment plan as well as the relationship between these static members. Use a reference NextStaticMember in the definition of each static member, except for the last one, to chain static members together. When static member 2 in this example fails to take over the work, static member 3 will immediately take over the work. It is the same for longer static member chain. When a static member fails to take over the work of the previous static member, it calls the next static member in the chain. This operation The request is passed along until a static member can handle the work or it gets to the end.

...

See the following deployment plan snippet as an a complete example of setting up application-scoped unicast clustering with more than two nodes.

...