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
When Emitter.emitAndReturnBatch is called concurrently, it is possible that the thread running Batch.tryAddFirstEvent
gets context switched out after writing the event to buffer and incrementing the event count but
before Batch.firstEventTimeStamp is set. This can cause timeSinceFirstEvent to be inaccurate, leading to the batch not
being sealed within the configured flushMillis.
Short Description
When
Emitter.emitAndReturnBatch
is called concurrently, it is possible that the thread runningBatch.tryAddFirstEvent
gets context switched out after writing the event to buffer and incrementing the event count but
before
Batch.firstEventTimeStamp
is set. This can causetimeSinceFirstEvent
to be inaccurate, leading to the batch notbeing sealed within the configured
flushMillis
.Stack Trace
Stack Trace
The text was updated successfully, but these errors were encountered: