Skip to content
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

[Backport 2.x] [BUGFIX] Fix missing fields to resolve Strict Dynamic Mapping issue when saving task result #16414

Merged
merged 3 commits into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. [BUG] Add missing fields to resolve Strict Dynamic Mapping issue in .…

    …tasks index (opensearch-project#16060) (opensearch-project#16201)
    
    - Fixed issue where `.tasks` index failed to update due to StrictDynamicMappingException when a task was cancelled.
    - Added missing `cancellation_time_millis` and `resource_stats` fields to `task-index-mapping.json`.
    - Ensured proper task result storage by updating the mappings.
    - Changed the version in the meta field from 4 to 5 to reflect the updated mappings.
    
    Signed-off-by: inpink <inpink@kakao.com>
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    Co-authored-by: Daniel Widdis <widdis@gmail.com>
    inpink and dbwiddis committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5ea2fca View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge branch '2.x' into backport-16201-to-2.x

    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    dbwiddis authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d3a5070 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.x' into backport-16201-to-2.x

    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    dbwiddis authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    329df39 View commit details
    Browse the repository at this point in the history