<p dir="ltr">how about adding lightweight proxy distributed apps:</p>
<p dir="ltr">Proxy app instance is started by application controller when a node goes down. This proxy app checks / monitors netsplit and starts / stops the worker app.</p>
<p dir="ltr">When connection is restored, 1+ proxy apps run (but no more than # of nodes) but only 1 worker app instance runs. </p>
<p dir="ltr">Would it solve the problem?</p>