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
1.InnerConsumerImpl ,set OffsetsSelector.committedOffsets(),if offset=-1, and minoffset >-1
set offset will thorw exception
2.RocketMQSourceEnumerator
a. this.pendingSplitAssignmentMap not remove ,when taskmanager restart , it will resend taskmanager and reset offset
,Repeated consumption
b. addSplitsBack(List splits, int subtaskId),splits not handle
1.InnerConsumerImpl ,set OffsetsSelector.committedOffsets(),if offset=-1, and minoffset >-1
set offset will thorw exception
2.RocketMQSourceEnumerator
a. this.pendingSplitAssignmentMap not remove ,when taskmanager restart , it will resend taskmanager and reset offset
,Repeated consumption
b. addSplitsBack(List splits, int subtaskId),splits not handle
3.RocketMQSourceEnumStateSerializer deserializeMessageQueue bug
4.RocketMQSplitReader
when wakeup Shouldn't pause Consumer,Will lead to no consumption
The text was updated successfully, but these errors were encountered: