ilovesoup / hyracks

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

LSM-RTree sorted cursor bug #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description of the desired feature(s) (incl. use cases, if applicable)

If you modify the LSM-RTree flush method to have the following code at the 
beginning of the method:

if (diskComponents.size() > 2) {
            lsmHarness.merge();
}

and run LSMRTreeDeleteTest, it will fail due to a bug in the 
LSMRTreeSortedCursor.

Please note that the bug has nothing to do with multithreading since 
LSMRTreeDeleteTest is a single thread test.

Original issue reported on code.google.com by salsuba...@gmail.com on 9 Jun 2012 at 7:56

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1546.

Original comment by mdrese...@googlemail.com on 12 Jun 2012 at 9:05

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 3c95b3f3426d.

Original comment by vinay...@gmail.com on 12 Apr 2013 at 10:15