maedhroz commented on code in PR #4249: URL: https://github.com/apache/cassandra/pull/4249#discussion_r2247355442
########## src/java/org/apache/cassandra/index/sai/disk/v1/V1SSTableIndex.java: ########## @@ -109,7 +109,7 @@ public V1SSTableIndex(SSTableContext sstableContext, StorageAttachedIndex index) catch (Throwable t) { FileUtils.closeQuietly(indexFiles); - FileUtils.closeQuietly(sstableContext); + FileUtils.closeQuietly(super.sstableContext); Review Comment: I'll probably have to port this to 5.0 as well...but for now it's stabilizing tests for this patch... -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org