Hi,
> I have a 2-node cluster, one node is currently down.
>
> I just redeployed a newer version of a webapp with '--target mycluster'.
>
> What will happen when the node comes back in?
>
> I mean, will it get the newer version of the app, or keep running the
> old version, or what?
>
The expected behavior should be that the node will get the newer version
of the app. As part of the node/instance start up, it will synchronize
with the DAS and get the latest bits of the application.
- Hong