Davide Angelocola
Davide Angelocola
I confirm that it is happening as soon as a checkpoint is created. Thank you @kostiantyn-povnych for the analysis!
hello :) this is still happening in our setup (reading from checkpoints)... any chance to see this fixed? @ajkr @pdillinger
@bbakerman hello 😄 The MergedField part is interesting: - in most cases I profiled in the past, the field had always 1 field: perhaps it helps to have a "single"...
Please find the minimal reproducer [spotbugs-repro.zip](https://github.com/user-attachments/files/16499974/spotbugs-repro.zip) ```java public static void main(String[] args) throws RocksDBException { RocksDB db = RocksDB.open("file"); // missing call to db.close() should be reported } ```
thanks for the fix! Is the fix checking only ReadOptions? Almost every single java class in rocksjni needs to be closed
@bbakerman @andimarek hello! would you be interested in a pull request? so we could open the discussion
> Whats the purpose of this - what does it do for you thats super important? Ok, a bit of context is needed then. At SIX, we are running a...