pulsar-flink icon indicating copy to clipboard operation
pulsar-flink copied to clipboard

[BUG] [PULSAR-12693] 1.13 FlinkPulsarSink couldn't complete checkpoint when kill one of the Pulsar Cluster using kill -9

Open imaffe opened this issue 3 years ago • 0 comments

Describe the bug Original Report : https://github.com/apache/pulsar/issues/12693 Quick Description:

FlinkPulsarSink can't complete checkpoint if one of pulsar broker goes down. And when it reaches checkpoint restart limit, it will trigger a full restart and then see a traffic spike which cause the Bookie to go down as well.

To Reproduce Steps to reproduce the behavior:

Check the original Bug Report: https://github.com/apache/pulsar/issues/12693

Expected behavior After one broker goes down, the checkpoint should complete before retry limit.

imaffe avatar Nov 15 '21 07:11 imaffe