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] Assertion failure (inconsistent generation) during translog upload #9724

Closed
ashking94 opened this issue Sep 4, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working Storage:Durability Issues and PRs related to the durability framework v2.11.0 Issues and PRs related to version 2.11.0

Comments

@ashking94
Copy link
Member

Describe the bug
During translog upload, in the below step we are seeing assertion failure.

assert this.primaryTerm == highestGenPrimaryTerm : "inconsistent primary term";

To Reproduce
Run org.opensearch.remotestore.RemoteStoreStatsIT.testStatsOnRemoteStoreRestore on a loop until you see a failure.

Expected behavior
The assertion failure must not happen.

Plugins
Please list all plugins currently enabled.

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@ashking94
Copy link
Member Author

The root cause for this same as #10902. We will track #10902 for the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Storage:Durability Issues and PRs related to the durability framework v2.11.0 Issues and PRs related to version 2.11.0
Projects
None yet
Development

No branches or pull requests

3 participants