clintropolis opened a new pull request, #16765:
URL: https://github.com/apache/druid/pull/16765

   changes:
   * removes `druid.indexer.task.batchProcessingMode` in favor of always using 
`CLOSED_SEGMENT_SINKS` which uses `BatchAppenderator`. This was intended to 
become the default for native batch, but that was missed so `CLOSED_SEGMENTS` 
was the default (using `AppenderatorImpl`), however MSQ has been exclusively 
using `BatchAppenderator` with no problems so it seems safe to just roll it out 
as the only option for batch ingestion everywhere.
   * with `batchProcessingMode` gone, there is no use for `AppenderatorImpl` so 
it has been removed
   * implify `Appenderator` construction since there are only separate stream 
and batch versions now
   * simplify tests since `batchProcessingMode` is gone


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to