Skip to content

Conversation

herkolategan
Copy link
Collaborator

Previously, the number of nodes to grow a cluster by was limited to the max of a signed byte. This change increases the limit to a word.

Epic: None
Release note: None

Previously, the number of nodes to grow a cluster by was limited to the max of a
signed byte. This change increases the limit to a word.

Epic: None
Release note: None
@herkolategan herkolategan requested a review from a team as a code owner October 6, 2025 14:13
@herkolategan herkolategan requested review from srosenberg and golgeek and removed request for a team October 6, 2025 14:13
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@herkolategan
Copy link
Collaborator Author

TFTR!

bors r=DarrylWong

@@ -166,7 +166,7 @@ be fairly distributed across the zones of the cluster).
`,
Args: cobra.ExactArgs(2),
Run: Wrap(func(cmd *cobra.Command, args []string) error {
count, err := strconv.ParseInt(args[1], 10, 8)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ran into this while growing a cluster by more than 100 nodes.

@craig
Copy link
Contributor

craig bot commented Oct 6, 2025

@craig craig bot merged commit 1f663ab into cockroachdb:master Oct 6, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants