druid/docs
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
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Update retention rules doc (#13181) 2022-11-07 14:47:33 -08:00
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Docs: Update inputSegmentSizeBytes description (#13266) 2022-10-28 09:33:52 +05:30
data-management Skip ALL granularity compaction (#13304) 2022-11-07 17:55:03 +05:30
dependencies Doc updates for metadata cleanup and storage (#12190) 2022-01-27 11:40:54 -08:00
design Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
development Support for middle manager less druid, tasks launch as k8s jobs (#13156) 2022-11-02 19:44:47 -07:00
ingestion MSQ: Fix task lock checking during publish, fix lock priority. (#13282) 2022-11-08 09:27:34 +05:30
misc Docs: update description of query priority default value (#13191) 2022-10-14 14:28:04 -07:00
multi-stage-query MSQ: Consider PARTITION_STATS_MAX_BYTES in WorkerMemoryParameters. (#13274) 2022-11-07 14:27:18 +05:30
operations Update retention rules doc (#13181) 2022-11-07 14:47:33 -08:00
querying Always return sketches from DS_HLL, DS_THETA, DS_QUANTILES_SKETCH. (#13247) 2022-11-03 09:43:00 -07:00
tutorials fix quickstart (#13126) 2022-09-20 17:44:21 -07:00