OpenSearch/x-pack/plugin/watcher
Martijn van Groningen b253af36f3
The watcher indexing listener didn't handle document level exceptions. (#51466)
Prior to the change the watcher index listener didn't implement the
`postIndex(ShardId, Engine.Index, Engine.IndexResult)` method. This
caused document level exceptions like VersionConflictEngineException
to be ignored. This commit fixes this.

The watcher indexing listener did implement the `postIndex(ShardId, Engine.Index, Exception)`
method, but that only handles engine level exceptions.

This change also unmutes the SmokeTestWatcherTestSuiteIT#testMonitorClusterHealth test again.

Relates to #32299
2020-01-29 12:55:02 +01:00
..
licenses Upgrade to the latest OWASP HTML sanitizer (#50765) (#51166) 2020-01-17 10:00:33 -07:00
src The watcher indexing listener didn't handle document level exceptions. (#51466) 2020-01-29 12:55:02 +01:00
build.gradle Upgrade to the latest OWASP HTML sanitizer (#50765) (#51166) 2020-01-17 10:00:33 -07:00