Skip to content

Commit

Permalink
Merge branch 'release/c4.0' into release/c4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl committed Dec 12, 2023
2 parents 1019bff + c56e71c commit fe2ac6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 fe2ac6f

Please sign in to comment.