smiklosovic commented on code in PR #4514:
URL: https://github.com/apache/cassandra/pull/4514#discussion_r2590522521


##########
test/unit/org/apache/cassandra/db/compression/ZstdCompressionDictionaryTest.java:
##########
@@ -355,8 +387,8 @@ public void testSerializeDeserializeWithManager() throws 
Exception
         .isNotNull()
         .isEqualTo(dict2);
 
-        dict1.close();
-        dict2.close();
+        dict1.selfRef().release();

Review Comment:
   okay now it is not selfRef().close() as I would suggest below but 
selfRef().release(), these are different hmmm



-- 
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