Commit 20f7919
authored
Log message for doc parsing errors includes index name (elastic#118347) (elastic#118416)
* Throttled doc parsing error logging
* add test
* move throttler to separate class
* small changes
* refactor unittest
* fix test
* Log message for doc parsing errors includes index name
(cherry picked from commit 85f37ac)
# Conflicts:
# server/src/main/java/org/elasticsearch/index/mapper/DocumentMapper.java1 parent 3491312 commit 20f7919
File tree
1 file changed
+4
-2
lines changed- server/src/main/java/org/elasticsearch/index/mapper
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | | - | |
| 79 | + | |
78 | 80 | | |
79 | | - | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
0 commit comments