Skip to content

Commit

Permalink
Merge branch 'release/c3.0' into release/c3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl committed Dec 12, 2023
2 parents 2f4d962 + 30da049 commit b97ede8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ boolean areSchemasAligned(long schemaAlignmentDelayMillis)
{
LOG.info("Waiting for schema to align in cluster");

int delayMillis = 0;
long delayMillis = 0;
while (areLiveNodesWaitingOnSchemaUpdate())
{
if (delayMillis >= schemaAlignmentDelayMillis)
Expand Down

0 comments on commit b97ede8

Please sign in to comment.