415fdee828
Currently, we treat all write operation exceptions as equals, but in reality every write operation can cause either an environment failure (i.e. a failure that should fail the engine e.g. data corruption, lucene tragic events) or operation failure (i.e. a failure that is transient w.r.t the operation e.g. parsing exception). This change bubbles up enironment failures from the engine, after failing the engine but captures transient operation failures as part of the operation to be processed appopriately at the transport level. |
||
---|---|---|
.. | ||
src | ||
build.gradle |