dcapwell commented on code in PR #3574:
URL: https://github.com/apache/cassandra/pull/3574#discussion_r1776303510
##########
src/java/org/apache/cassandra/tcm/ClusterMetadata.java:
##########
@@ -321,7 +321,7 @@ public DataPlacement
writePlacementAllSettled(KeyspaceMetadata ksm)
while (iter.hasNext())
{
Transformation.Result result = iter.next().applyTo(metadata);
- assert result.isSuccess();
+ assert result.isSuccess() : result.toString();
Review Comment:
when debugging my patch this was useful...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]