Menu

#33 LOB files are not closed (and lock remains) when closing con

open
nobody
None
5
2010-02-08
2010-02-08
No

How to recreate (with 0.20):
Create a database, and create a table with a LONGVARBINARY column. Insert value. Close connection (but not application). Now the LOB file is still open.

Suggested fix:
add
if (lobs != null) lobs.close();
to Table.close()

Discussion


Log in to post a comment.

MongoDB Logo MongoDB