Commit c885905
committed
Merge remote-tracking branch 'elastic/6.x' into retention-lease-background-sync-6.x
* elastic/6.x:
Fix testRestoreIncreasesPrimaryTerms on 6.x (elastic#38314)
SQL: Remove exceptions from Analyzer (elastic#38260) (elastic#38287)
SQL: Move metrics tracking inside PlanExecutor (elastic#38259) (elastic#38288)
Backport of elastic#38311: Move TokenService to seqno powered cas
Handle scheduler exceptions (elastic#38183)
Mute MlMigrationFullClusterRestartIT#testMigration (elastic#38316)
6.x Backport of elastic#38278: Move ML Optimistic Concurrency Control to Seq No
Cleanup construction of interceptors (elastic#38296)
Throw if two inner_hits have the same name (elastic#37645) (elastic#38194)
AsyncTwoPhaseIndexerTests race condition fixed elastic#38195 Backport#37830
Enable SSL in reindex with security QA tests (elastic#38293)
Ensure ILM policies run safely on leader indices (elastic#38140)
Introduce ssl settings to reindex from remote (elastic#38292)
Fix ordering problem in add or renew lease test (elastic#38281)
Mute ReplicationTrackerRetentionLeaseTests#testAddOrRenewRetentionLease (elastic#38276)
Fix NPE in Logfile Audit Filter (elastic#38120) (elastic#38271)
Enable trace log in FollowerFailOverIT (elastic#38148)
SQL: Generate relevant error message when grouping functions are not used in GROUP BY (elastic#38017)File tree
142 files changed
+2712
-550
lines changed- buildSrc/src/main/resources/forbidden
- modules
- parent-join/src
- main/java/org/elasticsearch/join/query
- test/java/org/elasticsearch/join/query
- reindex
- src
- main/java/org/elasticsearch/index/reindex
- remote
- test
- java/org/elasticsearch/index/reindex
- remote
- resources/org/elasticsearch/index/reindex
- client
- http
- qa/evil-tests/src/test/java/org/elasticsearch/threadpool
- server/src
- main/java/org/elasticsearch
- action
- bulk
- search
- client/transport
- cluster
- routing
- service
- common/util/concurrent
- discovery/zen
- gateway
- index
- query
- reindex
- indices
- recovery
- ingest
- tasks
- threadpool
- transport
- test/java/org/elasticsearch
- action/bulk
- index
- query
- reindex
- seqno
- monitor/jvm
- search/aggregations/bucket
- snapshots
- threadpool
- transport
- test/framework/src/main/java/org/elasticsearch
- cluster/coordination
- test
- rest
- transport
- x-pack
- plugin
- ccr/src
- main/java/org/elasticsearch/xpack/ccr
- action
- bulk
- index/engine
- test/java/org/elasticsearch/xpack
- ccr
- action
- core/src
- main/java/org/elasticsearch/xpack/core/indexlifecycle
- test/java/org/elasticsearch/xpack/core
- indexing
- indexlifecycle
- ilm/qa
- multi-cluster/src/test/java/org/elasticsearch/xpack/indexlifecycle
- with-security/src/test/java/org/elasticsearch/xpack/security
- ml/src
- main/java/org/elasticsearch/xpack/ml
- action
- datafeed
- persistence
- job
- persistence
- process/autodetect/output
- test/java/org/elasticsearch/xpack/ml
- datafeed
- integration
- job
- process/autodetect/output
- monitoring/src/main/java/org/elasticsearch/xpack/monitoring/cleaner
- security/src
- main/java/org/elasticsearch/xpack/security
- audit/logfile
- authc
- ldap
- test/java/org/elasticsearch/xpack/security/audit/logfile
- sql
- qa/src/main
- java/org/elasticsearch/xpack/sql/qa
- resources
- src
- main/java/org/elasticsearch/xpack/sql
- analysis/analyzer
- execution
- expression/function/grouping
- parser
- plugin
- session
- test/java/org/elasticsearch/xpack/sql
- analysis/analyzer
- expression/function
- scalar
- qa
- full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart
- reindex-tests-with-security
- src/test
- java/org/elasticsearch/xpack/security
- resources
- rest-api-spec/test
- ssl
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
142 files changed
+2712
-550
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
520 | 525 | | |
521 | 526 | | |
522 | | - | |
523 | 527 | | |
524 | 528 | | |
525 | 529 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
370 | 375 | | |
371 | 376 | | |
372 | | - | |
373 | 377 | | |
374 | 378 | | |
375 | 379 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
374 | 382 | | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
275 | 283 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
modules/reindex/src/main/java/org/elasticsearch/index/reindex/AbstractAsyncBulkByScrollAction.java
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
91 | | - | |
92 | 94 | | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
116 | | - | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | | - | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 23 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| 41 | + | |
36 | 42 | | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
| 46 | + | |
38 | 47 | | |
| 48 | + | |
| 49 | + | |
39 | 50 | | |
40 | 51 | | |
41 | 52 | | |
| |||
69 | 80 | | |
70 | 81 | | |
71 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
72 | 91 | | |
73 | 92 | | |
74 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
75 | 97 | | |
76 | 98 | | |
0 commit comments