You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 bypendingRecordsLock.wait()
To Reproduce
Expected behavior
Normal shutdown
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: