Re: Improving Apex relaunch time.

2017-03-14 Thread Bhupesh Chawda
Hi All, The PR: https://github.com/apache/apex-core/pull/422 to solve this issue looks good to me. If there are no other comments, will merge this PR soon. ~ Bhupesh ___ Bhupesh Chawda E: bhup...@datatorrent.com | Twitter: @bhupeshsc www.da

Re: Improving Apex relaunch time.

2016-09-21 Thread Sandesh Hegde
Relaunching from the same location can be one of the options. On Tue, Sep 20, 2016, 10:17 PM Tushar Gosavi wrote: > In case of application failure, we will like to have ability to > quickly restart the application while keeping the old state for > failure > analysis. Also the problem remains the

Re: Improving Apex relaunch time.

2016-09-20 Thread Tushar Gosavi
In case of application failure, we will like to have ability to quickly restart the application while keeping the old state for failure analysis. Also the problem remains the same when we want to start from savepoint, where we will need to copy state from savepoint to application. -Tushar. On T

Re: Improving Apex relaunch time.

2016-09-20 Thread Sandesh Hegde
How about re-launching the app from the same location? If at all they want to store the state we can provide savepoint feature. On Tue, Sep 20, 2016 at 4:39 AM Tushar Gosavi wrote: > We have observed that application relaunch takes long time. > The one major reason for delay in application star