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 ?
- how can I send a heartbeat to supervisor manually? [email protected]
