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: [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]

Reply via email to