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

[Bug] Create/Update Index Split is not supported on the Replayer through TypeMappingsSanitizationTransformerProvider #1305

Open
AndreKurait opened this issue Feb 20, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@AndreKurait
Copy link
Member

What is the bug?

To handle type mappings deprecation, a customer may split a single source index into multiple target indexes.

Say a user has a source index twitter with multiple types tweet and user, the user configures the TypeMappingsSanitizationTransformerProvider to map tweet docs to twitter_tweet and user docs to twitter_user.

When a request is captured as an operation on the index twitter, e.g. update refresh interval, the replayer would be expected to apply this operation on both twitter_tweet and twitter_user target indexes.

This is not currently supported.

What are your migration environments?

Applies to source ES <= 6 (indexes created on ES <= 5)

What is the expected behavior?

The replayer supports 1:many request transformations and TypeMappingsSanitizationTransformerProvider natively handles index operations with split behavior.

@AndreKurait AndreKurait added the bug Something isn't working label Feb 20, 2025
@AndreKurait
Copy link
Member Author

Will be addressed in https://opensearch.atlassian.net/browse/MIGRATIONS-2196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant