druid/indexing-hadoop/src
AmatyaAvadhanula c62193c4d7
Add support for concurrent batch Append and Replace (#14407)
Changes:
- Add task context parameter `taskLockType`. This determines the type of lock used by a batch task.
- Add new task actions for transactional replace and append of segments
- Add methods StorageCoordinator.commitAppendSegments and commitReplaceSegments
- Upgrade segments to appropriate versions when performing replace and append
- Add new metadata table `upgradeSegments` to track segments that need to be upgraded
- Add tests
2023-09-25 07:06:37 +05:30
..
main/java/org/apache/druid/indexer Add support for concurrent batch Append and Replace (#14407) 2023-09-25 07:06:37 +05:30
test Fix a bug in QosFilter (#14859) 2023-08-21 13:00:41 +05:30