-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Upload translog.ckp file data as metadata to translog.tlog file for s3 remote store #13206
Conversation
e375bd1
to
4b25a94
Compare
❌ Gradle check result for e375bd1: 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? |
4b25a94
to
d046e97
Compare
❌ Gradle check result for 4b25a94: 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? |
Compatibility status:Checks if related components are compatible with change 84c8649 Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/flow-framework.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/performance-analyzer.git] |
d046e97
to
fd90f53
Compare
❌ Gradle check result for d046e97: 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? |
fd90f53
to
39bceaf
Compare
❌ Gradle check result for fd90f53: 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 39bceaf: 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? |
39bceaf
to
cdeef37
Compare
❌ Gradle check result for cdeef37: 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? |
…3 remote store Signed-off-by: Sandeep Kumawat <[email protected]>
cdeef37
to
84c8649
Compare
…ion (opensearch-project#13179) --------- Signed-off-by: bowenlan-amzn <[email protected]>
❌ Gradle check result for 84c8649: 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? |
… docrep shard copies during failover (opensearch-project#13159) Signed-off-by: Shourya Dutta Biswas <[email protected]>
…nsearch-project#13155) Signed-off-by: Ashish Singh <[email protected]>
Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Peter Nied <[email protected]> Co-authored-by: Peter Nied <[email protected]>
…roject#13080) Signed-off-by: Lakshya Taragi <[email protected]>
…failures (opensearch-project#13188) Signed-off-by: mgodwan <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
…3218) Signed-off-by: Gaurav Bafna <[email protected]>
) Signed-off-by: Andriy Redko <[email protected]>
…ta upload Signed-off-by: Sandeep Kumawat <[email protected]>
❕ Gradle check result for c56cf29: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13206 +/- ##
============================================
+ Coverage 71.42% 71.48% +0.06%
- Complexity 59978 60684 +706
============================================
Files 4985 5040 +55
Lines 282275 285463 +3188
Branches 40946 41340 +394
============================================
+ Hits 201603 204065 +2462
- Misses 63999 64494 +495
- Partials 16673 16904 +231 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Andriy Redko <[email protected]>
…ath (opensearch-project#13…" (opensearch-project#13244) This reverts commit 3d1d5e7.
* WIP on CHANGELOG-3.0 cleanup Signed-off-by: Craig Perkins <[email protected]> * Cleanup CHANGELOG-3.0 Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
…eplicating (opensearch-project#13248) This test is flaky because it is incorrectly passing a checkpoint with a higher primary term on the second invocation. This will cancel the first replication and start another. The test sometimes passes because it is only asserting on processLatestReceivedCheckpoint. If the cancellation quickly completes before attempting second replication event the test will fail, otherwise it will pass. Fixed this test by ensuring the pterm is the same, but the checkpoint is ahead. Also added assertion that replication is not started with the exact ahead checkpoint instead of only processLatestReivedCheckpoint. Tests already exist for ahead primary term "testShardAlreadyReplicating_HigherPrimaryTermReceived". Signed-off-by: Marc Handalian <[email protected]>
…pensearch-project#12812) * Snapshot _status API to return correct status for partial snapshots Signed-off-by: aggarwalShivani <[email protected]> * Updated CHANGELOG.md Signed-off-by: aggarwalShivani <[email protected]> * Updated test case Signed-off-by: aggarwalShivani <[email protected]> * Setting snapshot status to SUCCESS for older versions for bwc Signed-off-by: aggarwalShivani <[email protected]> * Setting snapshot status to SUCCESS for older versions for bwc Signed-off-by: aggarwalShivani <[email protected]> * Moved BWC change to SnapshotsInProgress.java for partial snapshots Signed-off-by: aggarwalShivani <[email protected]> * Fix for flaky test testSnapshotStatusOnPartialSnapshot Signed-off-by: aggarwalShivani <[email protected]> * Updated the testcases to reuse existing getSnapshotStatus() method Signed-off-by: aggarwalShivani <[email protected]> * Fixed formatting issues detected in spotlessJavaCheck Signed-off-by: aggarwalShivani <[email protected]> * Moved the entry to CHANGELOG.md Signed-off-by: aggarwalShivani <[email protected]> --------- Signed-off-by: aggarwalShivani <[email protected]> Signed-off-by: aggarwalShivani <[email protected]>
…nsearch-project#13251) Signed-off-by: Ashish Singh <[email protected]>
…mote (opensearch-project#12691) Signed-off-by: Sachin Kale <[email protected]>
…3225) Signed-off-by: Ashish Singh <[email protected]>
…13054) * Disable stackTrace in MockSpanData by default Signed-off-by: Atharva Sharma <[email protected]> * enabled MockTelemetryPlugin for ITs Signed-off-by: Atharva Sharma <[email protected]> * Added the flag as system property Signed-off-by: Atharva Sharma <[email protected]> * Applied java spotless check Signed-off-by: Atharva Sharma <[email protected]> * Added details in changelog Signed-off-by: Atharva Sharma <[email protected]> * Added details in TESTING.md Signed-off-by: Atharva Sharma <[email protected]> * Update TESTING.md Signed-off-by: Atharva Sharma <[email protected]> --------- Signed-off-by: Atharva Sharma <[email protected]> Signed-off-by: Atharva Sharma <[email protected]>
…earch-project#13213) * Update google dependencies in repository-gcs and discovery-gce Signed-off-by: Craig Perkins <[email protected]> * Add to CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Fix test errors and mimic repository-gcs Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
…te upload Signed-off-by: Sandeep Kumawat <[email protected]>
❌ Gradle check result for 84f9c92: 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? |
…update version) (opensearch-project#13262) Signed-off-by: Andriy Redko <[email protected]>
…3 remote store Signed-off-by: Sandeep Kumawat <[email protected]>
…ta upload Signed-off-by: Sandeep Kumawat <[email protected]>
…te upload Signed-off-by: Sandeep Kumawat <[email protected]>
Signed-off-by: Sandeep Kumawat <[email protected]>
…earch into storage-13094
❌ Gradle check result for b22a58d: 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
This PR include below changes -
Related Issues
Resolves
Check List
Commit changes are listed out in CHANGELOG.md file (See: Changelog)Public documentation issue/PR createdBy 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.