fabriziofortino opened a new pull request, #881:
URL: https://github.com/apache/jackrabbit-oak/pull/881

   * changed bulk processor behavior to throw an exception when at least one 
intermediate bulk action fails
   * `failOnErron` behavior can be disabled through the `failOnError` flag in 
the index definition or with the system property `elasticsearch.failOnError` 
(affects all elasticsearch indexes)
   * intermediate failures are captured using [Java suppressed 
exceptions](https://marcelkliemannel.com/articles/2021/handling-multiple-thrown-exceptions-with-suppressed-exceptions/)
   * since it's not that easy to simulate an intermediate failure, I have added 
the possibility to configure [strict 
mapping](https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic.html)
 for an elasticsearch index. This is not used by default but it's something we 
would like to enable in the future


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to