Fixed the following bug:
1) Insert to the tree tuple A.
2) Flushed tuple A.
3) Delete tuple A (still in the in-memory btree).
4) Insert tuple A, which will cause the tuple A in the in-memory btree to be deleted.
5) Tuple A will be inserted in the in-memory tree.
Thus, searchers will see 2 copies of tuple A.
The bug is fixed now by skipping the second insertion.


git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_rtree_bulkload@1442 123451ca-8445-de46-9d55-352943316053
3 files changed