ilovesoup / hyracks

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

synchronization for read/write acess to fileMapManager #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In TreeIndexDropOperatorNodePushable.open() and TreeIndexOpHelper.init(), the 
read/write to fileMapManager should be thread-safe.

I have fixed that locally in hyracks_giraph branch.

Original issue reported on code.google.com by buyingyi@gmail.com on 15 Nov 2011 at 8:49

GoogleCodeExporter commented 9 years ago
Good one!

Fixed it in my hyracks_btree_updates_next branch which is going to be 
integrated into hyracks_dev_next soon.

Original comment by alexande...@gmail.com on 16 Nov 2011 at 5:58