Commit f76826c
authored
Adding Cluster Endpoints for search failures and refactoring document status counters (#19115)
* add first changes
Signed-off-by: Anthony Leong <[email protected]>
* test for breaking detection
Signed-off-by: Anthony Leong <[email protected]>
* test for breaking detection
Signed-off-by: Anthony Leong <[email protected]>
* add changes
Signed-off-by: Anthony Leong <[email protected]>
* fix compile issues
Signed-off-by: Anthony Leong <[email protected]>
* fix breaking changes
Signed-off-by: Anthony Leong <[email protected]>
* fix breaking changes
Signed-off-by: Anthony Leong <[email protected]>
* added integration tests
Signed-off-by: Anthony Leong <[email protected]>
* fix null pointer and breaking changes
Signed-off-by: Anthony Leong <[email protected]>
* test runner not found
Signed-off-by: Anthony Leong <[email protected]>
* test compilation
Signed-off-by: Anthony Leong <[email protected]>
* spotless
Signed-off-by: Anthony Leong <[email protected]>
* spotless
Signed-off-by: Anthony Leong <[email protected]>
* it should pass
Signed-off-by: Anthony Leong <[email protected]>
* refactor doc status
Signed-off-by: Anthony Leong <[email protected]>
* refactor doc status
Signed-off-by: Anthony Leong <[email protected]>
* refactor doc status
Signed-off-by: Anthony Leong <[email protected]>
* rerun
Signed-off-by: Anthony Leong <[email protected]>
* skip old versions without status counter
Signed-off-by: Anthony Leong <[email protected]>
* updated license
Signed-off-by: Anthony Leong <[email protected]>
* retry for flaky
Signed-off-by: Anthony Leong <[email protected]>
* retry for flaky
Signed-off-by: Anthony Leong <[email protected]>
* retry for flaky
Signed-off-by: Anthony Leong <[email protected]>
* retry for flaky
Signed-off-by: Anthony Leong <[email protected]>
* keystore test timed out
Signed-off-by: Anthony Leong <[email protected]>
* keystore test timed out
Signed-off-by: Anthony Leong <[email protected]>
* refactor enum and stat holders
Signed-off-by: Anthony Leong <[email protected]>
* applied suggestions
Signed-off-by: Anthony Leong <[email protected]>
* retry for flaky
Signed-off-by: Anthony Leong <[email protected]>
* retry for flaky
Signed-off-by: Anthony Leong <[email protected]>
* retry for flaky
Signed-off-by: Anthony Leong <[email protected]>
* update conflicts
Signed-off-by: Anthony Leong <[email protected]>
* revert merge scheduler config
Signed-off-by: Anthony Leong <[email protected]>
* remove duplicate method
Signed-off-by: Anthony Leong <[email protected]>
* compile
Signed-off-by: Anthony Leong <[email protected]>
* update versions
Signed-off-by: Anthony Leong <[email protected]>
* comment out doc status
Signed-off-by: Anthony Leong <[email protected]>
* spotless
Signed-off-by: Anthony Leong <[email protected]>
* spotless
Signed-off-by: Anthony Leong <[email protected]>
* add back old doc values
Signed-off-by: Anthony Leong <[email protected]>
* spotless
Signed-off-by: Anthony Leong <[email protected]>
* remove docstatus again
Signed-off-by: Anthony Leong <[email protected]>
* retry for flaky
Signed-off-by: Anthony Leong <[email protected]>
* did not run
Signed-off-by: Anthony Leong <[email protected]>
* update version rules
Signed-off-by: Anthony Leong <[email protected]>
* rerun for flaky
Signed-off-by: Anthony Leong <[email protected]>
* rerun for flaky
Signed-off-by: Anthony Leong <[email protected]>
* should be ready
Signed-off-by: Anthony Leong <[email protected]>
* spotless
Signed-off-by: Anthony Leong <[email protected]>
* coderabbit suggestions
Signed-off-by: Anthony Leong <[email protected]>
* applied suggestions
Signed-off-by: Anthony Leong <[email protected]>
* write booleans
Signed-off-by: Anthony Leong <[email protected]>
* fix typos
Signed-off-by: Anthony Leong <[email protected]>
* rerun
Signed-off-by: Anthony Leong <[email protected]>
* update skip versions
Signed-off-by: Anthony Leong <[email protected]>
* remove duplicate yml test
Signed-off-by: Anthony Leong <[email protected]>
---------
Signed-off-by: Anthony Leong <[email protected]>1 parent 7d97f77 commit f76826c
File tree
24 files changed
+885
-82
lines changed- libs/core/src/main/java/org/opensearch/core/rest
- rest-api-spec/src/main/resources/rest-api-spec/test/nodes.stats
- server/src
- internalClusterTest/java/org/opensearch
- nodestats
- search/msearch
- main/java/org/opensearch
- action
- admin/indices/stats
- bulk
- search
- update
- index/shard
- indices
- test/java/org/opensearch
- action
- admin/cluster/node/stats
- search
- core
- index/shard
- indices
- snapshots
24 files changed
+885
-82
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
539 | 552 | | |
540 | 553 | | |
541 | 554 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
| 67 | + | |
| 68 | + | |
61 | 69 | | |
62 | 70 | | |
63 | 71 | | |
| |||
81 | 89 | | |
82 | 90 | | |
83 | 91 | | |
| 92 | + | |
84 | 93 | | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
88 | 97 | | |
| 98 | + | |
| 99 | + | |
89 | 100 | | |
90 | 101 | | |
91 | 102 | | |
| |||
109 | 120 | | |
110 | 121 | | |
111 | 122 | | |
| 123 | + | |
112 | 124 | | |
113 | 125 | | |
114 | 126 | | |
115 | 127 | | |
116 | 128 | | |
| 129 | + | |
| 130 | + | |
117 | 131 | | |
118 | 132 | | |
119 | 133 | | |
| |||
137 | 151 | | |
138 | 152 | | |
139 | 153 | | |
| 154 | + | |
140 | 155 | | |
141 | 156 | | |
142 | 157 | | |
143 | 158 | | |
144 | | - | |
145 | | - | |
| 159 | + | |
| 160 | + | |
146 | 161 | | |
147 | 162 | | |
148 | 163 | | |
| |||
154 | 169 | | |
155 | 170 | | |
156 | 171 | | |
157 | | - | |
158 | 172 | | |
159 | 173 | | |
160 | 174 | | |
| |||
167 | 181 | | |
168 | 182 | | |
169 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
170 | 187 | | |
171 | 188 | | |
172 | 189 | | |
| |||
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
| 284 | + | |
286 | 285 | | |
287 | 286 | | |
288 | 287 | | |
289 | 288 | | |
290 | 289 | | |
291 | 290 | | |
292 | | - | |
| 291 | + | |
293 | 292 | | |
294 | 293 | | |
295 | 294 | | |
| |||
543 | 542 | | |
544 | 543 | | |
545 | 544 | | |
546 | | - | |
547 | | - | |
| 545 | + | |
548 | 546 | | |
549 | 547 | | |
550 | 548 | | |
551 | 549 | | |
552 | 550 | | |
553 | 551 | | |
554 | | - | |
| 552 | + | |
555 | 553 | | |
556 | 554 | | |
557 | 555 | | |
| |||
Lines changed: 89 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
0 commit comments