Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

[BUG] sink close blocking #498

Open
mmaxiaolei opened this issue Jan 7, 2022 · 0 comments
Open

[BUG] sink close blocking #498

mmaxiaolei opened this issue Jan 7, 2022 · 0 comments
Labels

Comments

@mmaxiaolei
Copy link

Describe the bug
If sink sends a message exception(e.g. send queue full), flink will close sink, but FlinkPulsarSinkBase.close() will check whether all messages are sent successfully, otherwise it will be blocked by pendingRecordsLock.wait()

To Reproduce

Expected behavior
Normal shutdown

Screenshots

Additional context

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant