-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated nomenclature to differentiate between hot and warm tiering implementation. #17490
base: main
Are you sure you want to change the base?
Updated nomenclature to differentiate between hot and warm tiering implementation. #17490
Conversation
❌ Gradle check result for e920df4: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
server/src/main/java/org/opensearch/cluster/routing/RoutingPool.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Mayank Sharma <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed comments from @gbbafna
Signed-off-by: Mayank Sharma <[email protected]>
…omments opensearch-project#17490 Signed-off-by: Mayank Sharma <[email protected]>
7259b10
to
c8b81e9
Compare
Flaky ITs failing because of issue tracked here -#14294 |
❌ Gradle check result for c8b81e9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 1cf82ee: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Current gradle check(https://build.ci.opensearch.org/job/gradle-check/54180/) failures due to flaky #11037 |
❌ Gradle check result for a8acd81: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Mayank Sharma <[email protected]>
…omments opensearch-project#17490 Signed-off-by: Mayank Sharma <[email protected]>
a8acd81
to
be698df
Compare
Signed-off-by: Mayank Sharma <[email protected]>
…omments opensearch-project#17490 Signed-off-by: Mayank Sharma <[email protected]>
be698df
to
d18bd6e
Compare
❌ Gradle check result for d18bd6e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17490 +/- ##
============================================
- Coverage 72.59% 72.49% -0.10%
+ Complexity 65798 65792 -6
============================================
Files 5311 5311
Lines 304888 304887 -1
Branches 44212 44212
============================================
- Hits 221323 221033 -290
- Misses 65501 65805 +304
+ Partials 18064 18049 -15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ntation for warm and upcoming hot implementation commit 5552edd Author: Mayank Sharma <[email protected]> Date: Thu Mar 6 16:38:38 2025 +0530 Empty commit to rerun flaky test Signed-off-by: Mayank Sharma <[email protected]> commit d18bd6e Author: Mayank Sharma <[email protected]> Date: Thu Mar 6 14:25:33 2025 +0530 Ran spotlessapply Signed-off-by: Mayank Sharma <[email protected]> commit d5ac854 Author: Mayank Sharma <[email protected]> Date: Wed Mar 5 19:59:05 2025 +0530 Empty commit to rerun flaky test Signed-off-by: Mayank Sharma <[email protected]> commit 44000ee Author: Mayank Sharma <[email protected]> Date: Wed Mar 5 19:17:00 2025 +0530 Fixed failing UTs for ShardsTieringAllocationTests Signed-off-by: Mayank Sharma <[email protected]> commit 03a9305 Author: Mayank Sharma <[email protected]> Date: Wed Mar 5 17:54:33 2025 +0530 Empty commit to rerun flaky test Signed-off-by: Mayank Sharma <[email protected]> commit 795936a Author: Mayank Sharma <[email protected]> Date: Wed Mar 5 12:10:18 2025 +0530 Updated settings from "index.is.warm" to "index.warm" as part of PR comments opensearch-project#17490 Signed-off-by: Mayank Sharma <[email protected]> commit 724b934 Author: Mayank Sharma <[email protected]> Date: Tue Mar 4 17:09:19 2025 +0530 Addressed comments for PR opensearch-project#17490 Signed-off-by: Mayank Sharma <[email protected]> commit f1a249f Author: Mayank Sharma <[email protected]> Date: Fri Feb 28 19:02:24 2025 +0530 Updated nomenclature to differentiate between current tiering implementation for warm and upcoming hot implementation Signed-off-by: Mayank Sharma <[email protected]> Signed-off-by: Mayank Sharma <[email protected]>
5552edd
to
9cdec49
Compare
…current tiering implementation for warm and upcoming hot implementation commit 9cdec49 Author: Mayank Sharma <[email protected]> Date: Thu Mar 6 18:04:16 2025 +0530 Updated nomenclature to differentiate between current tiering implementation for warm and upcoming hot implementation commit 5552edd Author: Mayank Sharma <[email protected]> Date: Thu Mar 6 16:38:38 2025 +0530 Empty commit to rerun flaky test Signed-off-by: Mayank Sharma <[email protected]> commit d18bd6e Author: Mayank Sharma <[email protected]> Date: Thu Mar 6 14:25:33 2025 +0530 Ran spotlessapply Signed-off-by: Mayank Sharma <[email protected]> commit d5ac854 Author: Mayank Sharma <[email protected]> Date: Wed Mar 5 19:59:05 2025 +0530 Empty commit to rerun flaky test Signed-off-by: Mayank Sharma <[email protected]> commit 44000ee Author: Mayank Sharma <[email protected]> Date: Wed Mar 5 19:17:00 2025 +0530 Fixed failing UTs for ShardsTieringAllocationTests Signed-off-by: Mayank Sharma <[email protected]> commit 03a9305 Author: Mayank Sharma <[email protected]> Date: Wed Mar 5 17:54:33 2025 +0530 Empty commit to rerun flaky test Signed-off-by: Mayank Sharma <[email protected]> commit 795936a Author: Mayank Sharma <[email protected]> Date: Wed Mar 5 12:10:18 2025 +0530 Updated settings from "index.is.warm" to "index.warm" as part of PR comments opensearch-project#17490 Signed-off-by: Mayank Sharma <[email protected]> commit 724b934 Author: Mayank Sharma <[email protected]> Date: Tue Mar 4 17:09:19 2025 +0530 Addressed comments for PR opensearch-project#17490 Signed-off-by: Mayank Sharma <[email protected]> commit f1a249f Author: Mayank Sharma <[email protected]> Date: Fri Feb 28 19:02:24 2025 +0530 Updated nomenclature to differentiate between current tiering implementation for warm and upcoming hot implementation Signed-off-by: Mayank Sharma <[email protected]> Signed-off-by: Mayank Sharma <[email protected]> Signed-off-by: Mayank Sharma <[email protected]>
9cdec49
to
3c323e2
Compare
❌ Gradle check result for 3c323e2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Flaky integ tests failing - #11037 |
Signed-off-by: Gaurav Bafna <[email protected]>
❌ Gradle check result for 33f94d1: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for e6e82ca: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
e6e82ca
to
33f94d1
Compare
❌ Gradle check result for 33f94d1: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Description
Related Issues
Resolves #[17489]
Meta Issue #13149
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.