When a table gets suspended in a Logstream task, the following steps should be followed in order to recover the table:
- Stop the Downstream task
- Stop the Log Stream task
- Take the suspended table out of the Log Stream task
- Resume the Log Stream task, and let it run for a while
- Stop the Log Stream task
- Add the suspended table back into the Log Stream task
- Resume the Log Stream task
- Resume the Downstream task