druid/docs
Agustin Gonzalez 2f3d7a4c07
Emit state of replace and append for native batch tasks (#12488)
* Emit state of replace and append for native batch tasks

* Emit count of one depending on batch ingestion mode (APPEND, OVERWRITE, REPLACE)

* Add metric to compaction job

* Avoid null ptr exc when null emitter

* Coverage

* Emit tombstone & segment counts

* Tasks need a type

* Spelling

* Integrate BatchIngestionMode in batch ingestion tasks functionality

* Typos

* Remove batch ingestion type from metric since it is already in a dimension. Move IngestionMode to AbstractTask to facilitate having mode as a dimension. Add metrics to streaming. Add missing coverage.

* Avoid inner class referenced by sub-class inspection. Refactor computation of IngestionMode to make it more robust to null IOConfig and fix test.

* Spelling

* Avoid polluting the Task interface

* Rename computeCompaction methods to avoid ambiguous java compiler error if they are passed null. Other minor cleanup.
2022-05-23 12:32:47 -07:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Design/architecture doc touchups (#11762) 2021-10-04 11:09:35 -07:00
comparisons Update druid-vs-kudu.md (#11470) 2021-07-21 22:58:14 +08:00
configuration Fix zookeeper spelling (#12556) 2022-05-21 16:14:02 +08:00
dependencies Doc updates for metadata cleanup and storage (#12190) 2022-01-27 11:40:54 -08:00
design Update automatic compaction docs with consistent terminology (#12416) 2022-05-03 16:22:25 -07:00
development Fix formatting in stats.md (#12470) 2022-04-23 11:35:08 +08:00
ingestion Improved docs for range partitioning. (#12350) 2022-05-16 09:42:31 -07:00
misc Docs – expressions link back and timestamp hint (#11674) 2022-03-29 09:12:30 -07:00
operations Emit state of replace and append for native batch tasks (#12488) 2022-05-23 12:32:47 -07:00
querying ConcurrentGrouper: Add mergeThreadLocal option, fix bug around the switch to spilling. (#12513) 2022-05-21 10:28:54 -07:00
tutorials docs: fix typo (#12494) 2022-05-01 22:44:31 +08:00