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

server: include WAL failover path within the stores status #120677

Merged
merged 1 commit into from Mar 19, 2024

Conversation

jbowens
Copy link
Collaborator

@jbowens jbowens commented Mar 18, 2024

Expand the response from the /_status/stores endpoint to include the store's data directory and the path to the configured WAL failover secondary if configured.

Close #119795.

Epic: CRDB-35401
Release note: Adds a new field to the stores

@jbowens jbowens requested review from a team as code owners March 18, 2024 21:05
@jbowens jbowens requested review from RaduBerinde and abarganier and removed request for a team March 18, 2024 21:05
Copy link

blathers-crl bot commented Mar 18, 2024

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@RaduBerinde RaduBerinde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @abarganier)

Expand the response from the /_status/stores endpoint to include the store's
data directory and the path to the configured WAL failover secondary if
configured.

Close cockroachdb#119795.

Epic: CRDB-35401
Release note (ops change): Adds node ID, dir and wal_failover_path fields to
the /_status/stores endpoint.
@jbowens jbowens requested a review from a team as a code owner March 19, 2024 16:46
@jbowens
Copy link
Collaborator Author

jbowens commented Mar 19, 2024

TFTR!

bors r=RaduBerinde

@craig
Copy link
Contributor

craig bot commented Mar 19, 2024

@craig craig bot merged commit 471a186 into cockroachdb:master Mar 19, 2024
21 of 22 checks passed
@jbowens jbowens deleted the status-failover-path branch March 19, 2024 19:02
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.

storage: add more info to the stores proto and /_status/stores endpoint
3 participants