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

feat(logging): Add startup logging for shard counts #25378

Open
wants to merge 13 commits into
base: master-1.x
Choose a base branch
from

Commits on Sep 25, 2024

  1. feat(tsdb): Adds shard opening progress checks to startup

    This PR adds a check to see how many shards are remaining
    vs how many shards are opened as well as the percentage.
    
    closes influxdata/feature-requests#476
    devanbenz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    26de392 View commit details
    Browse the repository at this point in the history
  2. feat(tsdb): Adds shard opening progress checks to startup

    This PR adds a check to see how many shards are remaining
    vs how many shards are opened as well as the percentage.
    
    closes influxdata/feature-requests#476
    devanbenz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    43e534f View commit details
    Browse the repository at this point in the history
  3. chore: cleanup code

    devanbenz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    343e8ab View commit details
    Browse the repository at this point in the history
  4. fix: fmt

    devanbenz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e9f52d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2426bc8 View commit details
    Browse the repository at this point in the history
  6. fix: updates per geoffrey

    devanbenz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    56e461f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c249591 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    85aa595 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    0660218 View commit details
    Browse the repository at this point in the history
  2. feat: Add buffer channel

    devanbenz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    15cc2f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a87cdb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    200ec15 View commit details
    Browse the repository at this point in the history
  5. fix: Fixes failing test

    devanbenz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e2f16fe View commit details
    Browse the repository at this point in the history