druid/docs
Agustin Gonzalez 9efa6cc9c8
Make persists concurrent with adding rows in batch ingestion (#11536)
* Make persists concurrent with ingestion

* Remove semaphore but keep concurrent persists (with add) and add push in the backround as well

* Go back to documented default persists (zero)

* Move to debug

* Remove unnecessary Atomics

* Comments on synchronization (or not) for sinks & sinkMetadata

* Some cleanup for unit tests but they still need further work

* Shutdown & wait for persists and push on close

* Provide support for three existing batch appenderators using batchProcessingMode flag

* Fix reference to wrong appenderator

* Fix doc typos

* Add BatchAppenderators class test coverage

* Add log message to batchProcessingMode final value, fix typo in enum name

* Another typo and minor fix to log message

* LEGACY->OPEN_SEGMENTS, Edit docs

* Minor update legacy->open segments log message

* More code comments, mostly small adjustments to naming etc

* fix spelling

* Exclude BtachAppenderators from Jacoco since it is fully tested but Jacoco still refuses to ack coverage

* Coverage for Appenderators & BatchAppenderators, name change of a method that was still using "legacy" rather than "openSegments"

Co-authored-by: Clint Wylie <cjwylie@gmail.com>
2021-09-08 13:31:52 -07:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Security overview documentation (#10339) 2020-11-19 15:24:58 -08:00
comparisons Update druid-vs-kudu.md (#11470) 2021-07-21 22:58:14 +08:00
configuration Make persists concurrent with adding rows in batch ingestion (#11536) 2021-09-08 13:31:52 -07:00
dependencies remove ZooKeeper 3.4 support + pass tests with Java 15 (#11073) 2021-05-25 12:49:49 -07:00
design MySQL extension with MariaDB connector docs (#11608) 2021-08-19 01:52:26 -07:00
development Configurable maxStreamLength for doubles sketches (#11574) 2021-08-31 14:56:37 -07:00
ingestion Docs - note when partitioning using concatenated dimensions (#11506) 2021-08-30 11:59:24 -07:00
misc Add SQL functions to format numbers into human readable format (#10635) 2021-08-13 10:27:49 -07:00
operations fixes web console introduction and addresses linking issues (#11609) 2021-08-18 08:37:05 -07:00
querying Configurable maxStreamLength for doubles sketches (#11574) 2021-08-31 14:56:37 -07:00
tutorials Add details to the Docker tutorial (#11463) 2021-08-24 08:49:29 -07:00