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

Perform strong lock check after seeing error writing to walog #5146

Open
keith-turner opened this issue Dec 6, 2024 · 0 comments · May be fixed by #5170
Open

Perform strong lock check after seeing error writing to walog #5146

keith-turner opened this issue Dec 6, 2024 · 0 comments · May be fixed by #5170
Assignees
Labels
enhancement This issue describes a new feature, improvement, or optimization.
Milestone

Comments

@keith-turner
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When a tablet server has an error writing to a walog it will create a new one. One possible error writing to a walog could be caused by the manager revoking the lease on walog after it removes the tservers lock. In this case the tserver should not continue to operate.

Describe the solution you'd like

After getting an error writing to a walog a verification should be done that the tablet sever still holds it lock before switching to a new walog. Can use the new function in #5145 for this.

@keith-turner keith-turner added the enhancement This issue describes a new feature, improvement, or optimization. label Dec 6, 2024
@dlmarion dlmarion self-assigned this Dec 12, 2024
dlmarion added a commit to dlmarion/accumulo that referenced this issue Dec 12, 2024
@dlmarion dlmarion added this to the 2.1.4 milestone Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue describes a new feature, improvement, or optimization.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants