Claudenw commented on PR #3212: URL: https://github.com/apache/cassandra/pull/3212#issuecomment-2031281418
@michaelsembwever, If you recall I submitted a pull request for Cassandra-12937 that included a change to the `topology.properties` file. You asked why that change was made and I could not answer as I received it from a development branch that I did not work on. However, I discovered that if you run `ant test` that file would be overwritten. While this is not a problem on the CI system it does cause a problem on development systems where the modified file can be accidentally checked in :raised_hand_with_fingers_splayed:. This change to one file solves the problem. Please review and let's see if we can get this in. -- 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]

