Commit 18d7f6d
committed
* Add more explicit support for what to do when dropped documents are encountered. Now defaults to halting the BulkAll which is a saner default
* fix audit reporting negative durations
* Add FailedOverOnAllNodes audit event
* BulkAll now handles bad responses from the _bulk itself as well and optionally bails out early
* Fixed tests now excepting FailedOverAllNodes
* ContinueAfterDroppedDocuments should not be tested for nullable arg in the code standards test
(cherry picked from commit ec5ef6f)
1 parent ca20039 commit 18d7f6d
File tree
14 files changed
+964
-676
lines changed- src
- Elasticsearch.Net
- Auditing
- Transport/Pipeline
- Nest/Document/Multiple/BulkAll
- Tests/Tests
- ClientConcepts/ConnectionPooling
- MaxRetries
- RoundRobin
- Sticky
- CodeStandards
- Document/Multiple/BulkAll
14 files changed
+964
-676
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
0 commit comments