How to get job at new node of hazelcast jet cluster -


can how new jet cluster instance should start job?

use case 1:

  1. start jet cluster 3 node
  2. submit job cluster
  3. all 3 nodes start job , process data

use case 2:

  1. start 4th node
  2. 4th node nothing because it's no new submit job command

how new cluster instance should start jobs, started @ nodes?

the feature ask planned jet 0.5, planned end of september 2017.

in jet 0.4 have cancel current job , start anew, you'll lose processor state. note job not cancelled cancelling client submitted job, have use:

future<void> future = jetinstance.newjob().execute(); // time later future.cancel(); 

Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -