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] Snapshot differs from RFS in shard numbers #1172

Closed
rudney-souza opened this issue Nov 29, 2024 · 2 comments
Closed

[BUG] Snapshot differs from RFS in shard numbers #1172

rudney-souza opened this issue Nov 29, 2024 · 2 comments

Comments

@rudney-souza
Copy link

What is the bug?

When trying to migrate from opensearch 1.3 to opensearch 2.17 i get some indexes to not be with documents

How can one reproduce the bug?

Creating snapshot with migration assistant and then using backfill migration

What is the expected behavior?

A clear and concise description of what you expected to happen.

What is your host/environment?

OS_1.3 to OS_2.17

Do you have any screenshots?

image
@rudney-souza rudney-souza added bug Something isn't working untriaged labels Nov 29, 2024
@AndreKurait
Copy link
Member

Hi @rudney-souza, there's several reasons why the backfill work items may not align with the snapshot shards and they should not be compared.

The most likely cause of the discrepancy here is from indices which are excluded by default during backfill, by default, any index that starts with .

I'd recommend using console clusters cat-indices to compare the source and target shard and document counts. Note, if active index updates are occurring, doc counts may not line up.

@AndreKurait AndreKurait removed bug Something isn't working untriaged labels Dec 3, 2024
@AndreKurait
Copy link
Member

Closing as no action item is needed

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

No branches or pull requests

2 participants