Skip to content

CMR-11537: Update Reshard request to include "conflict":"proceed" - #2499

Merged
jmaeng72 merged 2 commits into
masterfrom
CMR-11537
Sep 16, 2026
Merged

jmaeng72 merged 2 commits into
masterfrom
CMR-11537

Conversation

@jmaeng72

@jmaeng72 jmaeng72 commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Overview

What is the objective?

To prevent reshard process from failing due to version conflicts, we needed to update our /_reindex elastic request to continue copying over docs to new index even when it faces a version conflict

What are the changes?

Update /_reindex request to es in CMR

What areas of the application does this impact?

Indexer, Bootstrap

Required Checklist

  • New and existing unit and int tests pass locally and remotely
  • clj-kondo has been run locally and all errors in changed files are corrected
  • I have commented my code, particularly in hard-to-understand areas
  • I have made changes to the documentation (if necessary)
  • My changes generate no new warnings

Additional Checklist

  • I have removed unnecessary/dead code and imports in files I have changed
  • I have cleaned up integration tests by doing one or more of the following:
    • migrated any are2 tests to are3 in files I have changed
    • de-duped, consolidated, removed dead int tests
    • transformed applicable int tests into unit tests
    • reduced number of system state resets by updating fixtures. Ex) (use-fixtures :each (ingest/reset-fixture {})) to be :once instead of :each

@jmaeng72
jmaeng72 merged commit 75aee0a into master Sep 16, 2026
6 checks passed
@jmaeng72
jmaeng72 deleted the CMR-11537 branch September 16, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants