Could you please elaborate "it takes too much time to finish" ? For example, does the emit method blocks due to pushback ?
________________________________ From: [email protected] <[email protected]> Sent: Monday, October 20, 2014 12:06 PM To: user Subject: how can I send a heartbeat to supervisor manually? how can I send a heartbeat to supervisor manually? In my spout, I emit many tuples in a loop, it takes so much time to finish. This cause the supervisor thinks the worker is dead and reassign the job . so how can I send a heartbeat to supervisor manually to inform supervisor that the worker is alive ?
