druid/server/src
AmatyaAvadhanula ff97c67945
Fix batch segment allocation failure with replicas (#17262)
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.
2024-10-07 19:52:38 +05:30
..
main/java/org/apache/druid Fix batch segment allocation failure with replicas (#17262) 2024-10-07 19:52:38 +05:30
test Fix issues with MSQ Compaction (#17250) 2024-10-06 21:48:26 +05:30