michaeljmarshall opened a new pull request, #3296: URL: https://github.com/apache/cassandra/pull/3296
Fixes https://issues.apache.org/jira/browse/CASSANDRA-19624 This patch closes the RowIterator created in the ModificationStatement#casInternal method, preventing the leak of resources initialized for the RowIterator. This is my first C* patch, please let me know if I need to change anything. -- 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]

