Commit 2c3a276
committed
Merge branch 'master' into pr/33501
* master: (43 commits)
[HLRC][ML] Add ML put datafeed API to HLRC (elastic#33603)
Update AWS SDK to 1.11.406 in repository-s3 (elastic#30723)
Expose CCR stats to monitoring (elastic#33617)
[Docs] Update match-query.asciidoc (elastic#33610)
TEST: Adjust rollback condition when shard is empty
[CCR] Improve shard follow task's retryable error handling (elastic#33371)
Forbid negative `weight` in Function Score Query (elastic#33390)
Clarify context suggestions filtering and boosting (elastic#33601)
Disable CCR REST endpoints if CCR disabled (elastic#33619)
Lower version on full cluster restart settings test
Upgrade remote cluster settings (elastic#33537)
NETWORKING: http.publish_host Should Contain CNAME (elastic#32806)
Add test coverage for global checkpoint listeners
Reset replica engine to global checkpoint on promotion (elastic#33473)
HLRC: ML Delete Forecast API (elastic#33526)
Remove debug logging in full cluster restart tests (elastic#33612)
Expose CCR to the transport client (elastic#33608)
Mute testIndexDeletionWhenNodeRejoins
SQL: Make Literal a NamedExpression (elastic#33583)
[DOCS] Adds missing built-in user information (elastic#33585)
...File tree
296 files changed
+8449
-3095
lines changed- buildSrc
- src/main/groovy/org/elasticsearch/gradle
- client/rest-high-level/src
- main/java/org/elasticsearch/client
- ml
- datafeed
- test/java/org/elasticsearch/client
- documentation
- ml
- datafeed
- job/results
- distribution/archives/integ-test-zip/src/test/java/org/elasticsearch/test/rest
- docs
- java-rest/high-level
- ml
- reference
- analysis
- tokenfilters
- query-dsl
- search/suggesters
- setup
- install
- upgrade
- modules
- analysis-common/src
- main/java/org/elasticsearch/analysis/common
- test
- java/org/elasticsearch/analysis/common
- resources/rest-api-spec/test/analysis-common
- lang-expression
- licenses
- src/main/java/org/elasticsearch/script/expression
- lang-painless
- src/test/java/org/elasticsearch/painless
- parent-join/src/main/java/org/elasticsearch/join/aggregations
- plugins
- analysis-icu/licenses
- analysis-kuromoji/licenses
- analysis-nori/licenses
- analysis-phonetic/licenses
- analysis-smartcn/licenses
- analysis-stempel/licenses
- analysis-ukrainian/licenses
- repository-s3
- licenses
- src
- main/java/org/elasticsearch/repositories/s3
- test/java/org/elasticsearch/repositories/s3
- qa/full-cluster-restart
- src/test/java/org/elasticsearch/upgrades
- rest-api-spec/src/main/resources/rest-api-spec/test/search
- server
- licenses
- src
- main/java/org
- apache/lucene/search/grouping
- elasticsearch
- action
- admin/indices/shrink
- search
- cluster/metadata
- common
- lucene
- search/function
- settings
- http
- index
- engine
- fielddata/fieldcomparator
- query/functionscore
- seqno
- shard
- script
- search
- aggregations
- bucket/sampler
- metrics
- support
- values
- fetch/subphase
- profile
- aggregation
- query
- sort
- transport
- test/java/org/elasticsearch
- action/admin/indices/shrink
- cluster
- metadata
- routing/allocation
- common
- lucene/search/function
- settings
- discovery
- gateway
- http
- index
- engine
- query/functionscore
- replication
- shard
- recovery
- search
- aggregations
- support
- slice
- suggest
- test/framework/src/main/java/org/elasticsearch
- cluster/routing
- index
- engine
- shard
- script
- test
- rest
- upgrades
- x-pack
- plugin
- ccr
- qa
- multi-cluster-with-non-compliant-license/src/test/java/org/elasticsearch/xpack/ccr
- multi-cluster-with-security
- src/test/java/org/elasticsearch/xpack/ccr
- multi-cluster
- src/test/java/org/elasticsearch/xpack/ccr
- src
- main/java/org/elasticsearch/xpack/ccr
- action
- rest
- test/java/org/elasticsearch/xpack/ccr
- action
- core/src
- main
- java/org/elasticsearch/xpack/core
- ccr
- action
- client
- ml/filestructurefinder
- resources
- test/java/org/elasticsearch/xpack/core/ml/filestructurefinder
- ml/src
- main/java/org/elasticsearch/xpack/ml/filestructurefinder
- test/java/org/elasticsearch/xpack/ml/filestructurefinder
- monitoring/src
- main/java/org/elasticsearch/xpack/monitoring
- collector/ccr
- test/java/org/elasticsearch/xpack/monitoring/collector/ccr
- sql
- sql-action/licenses
- src
- main
- java/org/elasticsearch/xpack/sql
- expression
- function
- scalar
- arithmetic
- datetime
- math
- string
- whitelist
- optimizer
- resources/org/elasticsearch/xpack/sql/plugin
- test/java/org/elasticsearch/xpack/sql
- expression
- function
- scalar/datetime
- optimizer
- qa
- full-cluster-restart
- src/test/java/org/elasticsearch/xpack/restart
- sql/src/main
- java/org/elasticsearch/xpack/qa/sql
- cli
- jdbc
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
296 files changed
+8449
-3095
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
831 | 831 | | |
832 | 832 | | |
833 | 833 | | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
834 | 837 | | |
835 | 838 | | |
836 | 839 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
183 | 218 | | |
184 | 219 | | |
185 | 220 | | |
| |||
194 | 229 | | |
195 | 230 | | |
196 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
197 | 246 | | |
198 | 247 | | |
199 | 248 | | |
| |||
Lines changed: 140 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
27 | 23 | | |
28 | 24 | | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| 30 | + | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
| |||
387 | 394 | | |
388 | 395 | | |
389 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
390 | 402 | | |
391 | 403 | | |
392 | 404 | | |
| |||
425 | 437 | | |
426 | 438 | | |
427 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
428 | 444 | | |
429 | 445 | | |
430 | 446 | | |
| |||
438 | 454 | | |
439 | 455 | | |
440 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
441 | 537 | | |
442 | 538 | | |
443 | 539 | | |
| |||
474 | 570 | | |
475 | 571 | | |
476 | 572 | | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
477 | 612 | | |
478 | 613 | | |
479 | 614 | | |
| |||
0 commit comments