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

CASSANDRA-17537: nodetool compact should support using a key string to find the range to avoid operators having to manually do this #1567

Closed
wants to merge 13 commits into from

Commits on Apr 21, 2022

  1. CASSANDRA-17537: nodetool compact should support using a key string t…

    …o find the range to avoid operators having to manually do this
    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b2e7d0d View commit details
    Browse the repository at this point in the history
  2. higher

    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    8603235 View commit details
    Browse the repository at this point in the history
  3. newline

    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    c6f0211 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4b5095 View commit details
    Browse the repository at this point in the history
  5. added validation logic of the key before running any compactions, upd…

    …ated tests to show this
    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    261addf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d1a198 View commit details
    Browse the repository at this point in the history
  7. revert jmx range

    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a03d275 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4fd783 View commit details
    Browse the repository at this point in the history
  9. style

    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    3275277 View commit details
    Browse the repository at this point in the history
  10. feedback

    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    aac30d1 View commit details
    Browse the repository at this point in the history
  11. reverted splitter

    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a45f263 View commit details
    Browse the repository at this point in the history
  12. switched from isPresent to maybePresent. Dont call getBloomFilter and…

    … directly access bf to avoid resource leak detection
    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    eea4610 View commit details
    Browse the repository at this point in the history
  13. feedback

    dcapwell committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    676c52b View commit details
    Browse the repository at this point in the history