mirror of https://github.com/apache/druid.git
ff97c67945
Fixes #16587 Streaming ingestion tasks operate by allocating segments before ingesting rows. These allocations happen across replicas which may send different requests but must get the same segment id for a given (datasource, interval, version, sequenceName) across replicas. This patch fixes the bug by ignoring the previousSegmentId when skipLineageCheck is true. |
||
---|---|---|
.. | ||
src | ||
pom.xml |