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
Race condition happened when reconnecting to broker and resending pendingItems. If pendingItem just timeout and complete by failTimeoutMessages, the pendingItem's buffer will be put back into bufferPool, and new batch builder will use the buffer, which will cause data race as the fault log shown below.
Race condition happened when reconnecting to broker and resending
pendingItems
. IfpendingItem
just timeout and complete byfailTimeoutMessages
, thependingItem
's buffer will be put back intobufferPool
, and new batch builder will use the buffer, which will cause data race as the fault log shown below.The text was updated successfully, but these errors were encountered: