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

Add doubled buckets issue #2276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add doubled buckets issue #2276

wants to merge 1 commit into from

Conversation

yngvar-antonsson
Copy link
Collaborator

@yngvar-antonsson yngvar-antonsson commented Sep 13, 2024

This pull request introduces a new feature to detect and handle doubled buckets in the cluster. The most important changes include adding configuration options, implementing the detection logic, and updating the documentation and tests.

New Feature: Detection of Doubled Buckets

  • cartridge.lua: Added configuration options check_doubled_buckets and check_doubled_buckets_period to enable and configure the detection of doubled buckets.
  • cartridge/issues.lua: Implemented the logic to check for doubled buckets periodically and raise warnings if any are found. [1] [2]
  • cartridge/vshard-utils.lua: Added find_doubled_buckets function to identify doubled buckets in the cluster. [1] [2]

Documentation Updates

  • CHANGELOG.rst: Documented the new issue about doubled buckets and how to enable it.
  • rst/cartridge_admin.rst: Updated the admin guide to include information about the doubled buckets warning and how to address it.

Testing

I didn't forget about

  • Tests
  • Changelog
  • Documentation

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

Successfully merging this pull request may close these issues.

2 participants