~data-platform/+git/opensearch:lp-2.12.0

Last commit made on 2024-02-20
Get this branch:
git clone -b lp-2.12.0 https://git.launchpad.net/~data-platform/+git/opensearch
Members of Canonical Data Platform can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
lp-2.12.0
Repository:
lp:~data-platform/+git/opensearch

Recent commits

2c355ce... by Sorabh <email address hidden>

Disable concurrent search path for composite aggregations (#12380)

For more details see: https://github.com/opensearch-project/OpenSearch/issues/12331

Signed-off-by: Sorabh Hamirwasia <email address hidden>

d26b0be... by Andrew Ross <email address hidden>

Clean up changelog on 2.12 branch (#12309)

* Clean up changelog on 2.12 branch

Signed-off-by: Andrew Ross <email address hidden>

* Remove unreleased PR from released notes

Signed-off-by: Andrew Ross <email address hidden>

---------

Signed-off-by: Andrew Ross <email address hidden>

a9c03c2... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

[Backport 2.x] Apply fast date histogram optimization at the segment level (#12279) (#12284)

* Apply fast date histogram optimization at the segment level (#12073)

---------

(cherry picked from commit 9a0a69fb530732e49834a2f2ddc3011cca82b26c)

* Fix: reset the filter built at segment level for date histogram optimization (#12267)

---------

---------

(cherry picked from commit 25c2fde9512be20c6573b657fda0eca853417c7e)

Signed-off-by: bowenlan-amzn <email address hidden>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

eafa416... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

Apply the fast filter optimization to composite aggregation (#11505) (#11914) (#12283)

3ff62da... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

fix flaky test - handle IllegalStateException and throw AssertionError to use assertbusy (#11981) (#12109) (#12282)

* fix flaky test - handle IllegalStateException and throw AssertionError to use assertbusy

* Empty Commit to retry the build

---------

(cherry picked from commit bf5e628d82adf038f618d894a309d8dd57655fcd)

(cherry picked from commit 2011c13e483b9e1b2c76a74b1661035e23b7420c)

Signed-off-by: bansvaru <email address hidden>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

684dd74... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

[Bugfix] Pass TwoPhaseIterator from subQueryScorer (#11954) (#12213)

(cherry picked from commit 0d5052587b8fd3485de0abdb7692c4d381188a79)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

da3c1a5... by Atharva Sharma <email address hidden>

[BugFix] Fixing Span operation names generated from RestActions (#12005) (#12222)

* bug fix to have RestActions rawPath as operation names, query params as tags and avoid using exact URI (#10791)

Signed-off-by: Atharva Sharma <email address hidden>

* Added UTs

Signed-off-by: Atharva Sharma <email address hidden>

* Added parameterized tests

Signed-off-by: Atharva Sharma <email address hidden>

* improvised parameterized tests using annotations

Signed-off-by: Atharva Sharma <email address hidden>

* removed unused annotations

Signed-off-by: Atharva Sharma <email address hidden>

* Added details in CHANGELOG.md

Signed-off-by: Atharva Sharma <email address hidden>

* Addressed spotlessJavaCheck failures

Signed-off-by: Atharva Sharma <email address hidden>

---------

Signed-off-by: Atharva Sharma <email address hidden>
Signed-off-by: Atharva Sharma <email address hidden>
Co-authored-by: Atharva Sharma <email address hidden>
(cherry picked from commit c0fca74709e96ec7c8cf295cdca6110946b592b8)

5be018e... by Dev Agarwal <email address hidden>

Added custom sampler support based on action in request (#10136) (#12223)

* Added custom sampler support based on action in request

Signed-off-by: Dev Agarwal <email address hidden>

* UT Fix

Signed-off-by: Dev Agarwal <email address hidden>

* Added Transport action sampler, which will sample based on different probability for all actions

Signed-off-by: Dev Agarwal <email address hidden>

* Added Transport action sampler, which will sample based on different probability for all actions. Also added setting to define order of samplers

Signed-off-by: Dev Agarwal <email address hidden>

* Added missing java-doc

Signed-off-by: Dev Agarwal <email address hidden>

* Moving sampler class settings to OtelTelemetry setting

Signed-off-by: Dev Agarwal <email address hidden>

* Minor refactor

Signed-off-by: Dev Agarwal <email address hidden>

* Refactored to use chain of samplers

Signed-off-by: Dev Agarwal <email address hidden>

* Addressed comments

Signed-off-by: Dev Agarwal <email address hidden>

* Addressed comments to move action_probability to OtelTelemetrySettings

Signed-off-by: Dev Agarwal <email address hidden>

* Updated eror msg returned when Sampler class is not found

Signed-off-by: Dev Agarwal <email address hidden>

* Added UT for OTelSamplerFactory

Signed-off-by: Dev Agarwal <email address hidden>

* minor refactor

Signed-off-by: Dev Agarwal <email address hidden>

* minor refactor

Signed-off-by: Dev Agarwal <email address hidden>

* spotless check

Signed-off-by: Dev Agarwal <email address hidden>

* Updating OtelTelemetryPlugin.get() method

Signed-off-by: Dev Agarwal <email address hidden>

* Addressed comments

Signed-off-by: Dev Agarwal <email address hidden>

* minor refactor

Signed-off-by: Dev Agarwal <email address hidden>

* addressed comments

Signed-off-by: Dev Agarwal <email address hidden>

* Updated transport action sampler

Signed-off-by: Dev Agarwal <email address hidden>

* Empty-Commit

Signed-off-by: Dev Agarwal <email address hidden>

* Empty-Commit

Signed-off-by: Dev Agarwal <email address hidden>

---------

Signed-off-by: Dev Agarwal <email address hidden>
(cherry picked from commit 445bf1f6313016e59d7f63ba7725e7088cb83ba3)

ac37b38... by gaobinlong <email address hidden>

Add remove_by_pattern ingest processor (#11920) (#12217)

* Add remove_by_pattern ingest processor
* Modify change log
* Remove some duplicated checks
* Add more yml test case
* Fix typo

---------

Signed-off-by: Gao Binlong <email address hidden>
(cherry picked from commit 8d54278cc5e2b9b73c0825cc430747f03ed96349)

8855344... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

[Backport 2.x] Top N Queries by latency implementation (#12203) (#12214)