OpenSearch/server
Tim Brooks 56092b1a9f
Flush translog writer before adding new operation (#63505)
Currently we flush the Translog buffer when a new operation causes the
buffer to breach 1MB. This introduces a scenario where an exception is
thrown AFTER the writer has accepted the operation. To avoid this, this
commit flushes the Translog in an #add call before adding a new
operation.

This fixes #63299.
2020-10-09 10:02:55 -06:00
..
licenses Upgrade to lucene-8.7.0-snapshot-5c4168d (#63466) 2020-10-08 08:20:43 -04:00
src Flush translog writer before adding new operation (#63505) 2020-10-09 10:02:55 -06:00
build.gradle Search - add case insensitive support for regex queries. (#59441) (#61532) 2020-08-25 17:18:59 +01:00