Skip to content

Commit

Permalink
Rethrow exception in migration task (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybradshaw authored Dec 7, 2024
1 parent 7bc277c commit b1249b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/org/apache/cassandra/service/MigrationTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public boolean isLatencyForSnitch()
catch (Exception e)
{
version.ifPresent(v -> MigrationManager.removeEndpointFromSchemaPullVersion(v, endpoint));
throw e;
}
}
}

0 comments on commit b1249b3

Please sign in to comment.