v.23.9Improvement
Fix issue with EmbeddedRocksDB table engine not closing files on NFS after DROP TABLE
Fix a subtle issue with a rarely usedEmbeddedRocksDBtable engine in an extremely rare scenario: sometimes theEmbeddedRocksDBtable engine does not close files correctly in NFS after runningDROP TABLE. #53502 (Mingliang Pan).
Why it matters
Resolve a subtle bug in the rarely used EmbeddedRocksDB table engine where files were not properly closed on NFS after executingDROP TABLE, preventing potential resource leaks and improving stability in this environment.