druid/docs/ingestion
Gian Merlino 48528a0c98
MSQ: Fix task lock checking during publish, fix lock priority. (#13282)
* MSQ: Fix task lock checking during publish, fix lock priority.

Fixes two issues:

1) ControllerImpl did not properly check the return value of
   SegmentTransactionalInsertAction when doing a REPLACE. This could cause
   it to not realize that its locks were preempted.

2) Task lock priority was the default of 0. It should be the higher
   batch default of 50. The low priority made it possible for MSQ tasks
   to be preempted by compaction tasks, which is not desired.

* Restructuring, add docs.

* Add performSegmentPublish tests.

* Fix tests.
2022-11-08 09:27:34 +05:30
..
data-formats.md introduce a "tree" type to the flattenSpec (#12177) 2022-11-01 14:49:30 +08:00
data-model.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
faq.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
hadoop.md clarify hadoop input paths (#11781) 2021-10-07 20:22:51 -07:00
index.md api: change API page formatting (#13213) 2022-10-18 13:22:26 -07:00
ingestion-spec.md add support for 'front coded' string dictionaries for smaller string columns (#12277) 2022-10-25 18:05:38 -07:00
native-batch-firehose.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
native-batch-input-source.md fix html tags in docs (#13117) 2022-09-18 19:40:33 -07:00
native-batch-simple-task.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
native-batch.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
partitioning.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
rollup.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
schema-design.md Nested columns documentation (#12946) 2022-09-06 14:42:18 -07:00
standalone-realtime.md Reduce visibility of Tranquility documentation (#11134) 2021-05-03 16:48:24 -07:00
tasks.md MSQ: Fix task lock checking during publish, fix lock priority. (#13282) 2022-11-08 09:27:34 +05:30
tranquility.md Reduce visibility of Tranquility documentation (#11134) 2021-05-03 16:48:24 -07:00