ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Use "try finally" blocks to release latches #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Each time we latch a page in the RTree, we should put it in a "try finally" 
block to do the unlatching if possible.

Original issue reported on code.google.com by salsuba...@gmail.com on 28 Jul 2011 at 4:38

GoogleCodeExporter commented 9 years ago
Done when possible.

Original comment by salsuba...@gmail.com on 3 Aug 2011 at 8:52