1. 53eec67 merged hyracks_asterix_stabilization r1702:1723 by zheilbron · 12 years ago
  2. f64599d exposed interface for index lifecycle management and added naive first implementation by zheilbron · 12 years ago
  3. 4ff1a15 added inverted index lifecycle tests by zheilbron · 12 years ago
  4. c8fbea0 changed iinIIndex.open and IIndex.close to activate and deactive, respectively by zheilbron · 12 years ago
  5. 98657e0 changed in-memory buffer cache to have calls that explicitly allocate & deallocate (allow gc) by zheilbron · 12 years ago
  6. 7d88c67 instrumented btree and lsmbtree with search opcallback calls by zheilbron · 12 years ago
  7. 196c2c4 added lifecycle tests for rtrees, btrees, lsmbtrees, and lsmrtrees... resolving issue 9 by zheilbron · 12 years ago
  8. a165d0a implemented proper (and uniform) lifecycle management for all indexes by zheilbron · 12 years ago
  9. 4e898a1 Added the option to disable testing of the RStarPolicy as part of R-Tree or LSM R-Tree tests. By default, the flag is enabled for R-Tree tests and disabled for LSM R-Tree tests, because the former provides enough coverage for the policy. by alexander.behm · 12 years ago
  10. 1d40609 Reverted accidental change. by alexander.behm · 12 years ago
  11. 552c66b Implemented a HashMultiSet for maintaining the expected results in the R-Tree and LSM R-Tree tests. Dramatically reduces the time for tests. by alexander.behm · 12 years ago
  12. baeb4e2 merged hyracks_asterix_stabilization r1606:1627 by zheilbron · 12 years ago
  13. 6087964 refactored index interfaces to allow proper lifecycle management by zheilbron · 12 years ago
  14. d891d7f merged hyracks_asterix_stabilization r1596:1599 by zheilbron · 12 years ago
  15. 621f01e Changed all indexes to use the new bulkload interface by zheilbron · 12 years ago
  16. 3e3198a reverted the AccessMethodTestsConfig file to the original setting by kisskys · 12 years ago
  17. 375d5ab added a mechanism to set resourceId to operationCallback by kisskys · 12 years ago
  18. f8d00bd6 added IIndexArtifactMap interface in order to support permanent resourceIds by kisskys · 12 years ago
  19. 21bfc73 undo the revision r1582 in order not to change the interface of IIndexOperatorDescriptor and all sub-concrete-classes by kisskys · 12 years ago
  20. 68dc82e Reintegrated hyracks_rtree_bulkload. by alexander.behm · 12 years ago
  21. ee27ab9 added IIndexArtifactMap interface to generate permanent resourceId and changed IIndexOperatorDescriptor to deal with the IIndexArtifactMap by kisskys · 12 years ago
  22. f081de2 refactored opcallback interfaces and touchpoints by zheilbron · 12 years ago
  23. b646969 merged r1422:1429 from hyracks_asterix_stabilization by zheilbron · 13 years ago
  24. 3dd54f5 Removed dependencies on hyracks-control-nc. by alexander.behm · 13 years ago
  25. f987cc5 Fixed some pom files that got messed up in previous merge by zheilbron · 13 years ago
  26. e74da94 merged r1274:1322 from hyracks_dev_next by zheilbron · 13 years ago
  27. 890182a Implemented BTree upsert. Using callback interface for logging. by alexander.behm · 13 years ago
  28. 0c89d15 Fixed LSM tests that I broke while cleaning up the inverted index. Minor improvements to buffercache. by alexander.behm · 13 years ago
  29. 5a23956 - Merged interface changes from hyracks_inverted_index_updates by zheilbron · 13 years ago
  30. e9de7b8 Cleaned up BTree integration tests. Added LSM-BTree integration tests. by alexander.behm · 13 years ago
  31. f09b683 Fixed a bug in the LSMRTree delete operation reported by Markus in issue 58. For each delete operation we need to make sure that we run a true in-memory RTree delete operation to avoid return duplicate keys in case of consequent inserts and deletes for the same tuple before flush occur. by salsubaiee · 13 years ago
  32. 96712d3 Fixed a bug in the LSMRTree search cursor related to the timing of opening the RTree cursors which can cause deadlocks. by salsubaiee · 13 years ago
  33. 1b98b57 Added missing files. by alexander.behm · 13 years ago
  34. 1d0f9a6 Moved tree index test framework to hyracks-test-support. Removed JUnit dependency from access method poms. Cleaned up all access method dependencies. by alexander.behm · 13 years ago
  35. 0e18687 Implemented registration of LSM components via atomic renaming of a temp component. Modified LSMFileNameManager to use IOManager, such that new LSM components are written to IODevices in a round rob in fashion. Added tests using multiple IO devices. by alexander.behm · 13 years ago
  36. ba3d1af Refactored all index operators for better sharing with inverted index operators. by alexander.behm · 13 years ago
  37. fb3f9a9 Merged hyracks_dev_next into this branch. by alexander.behm · 13 years ago
  38. 609f3b9 Polished inverted index. Added integration test for inverted index bulk load. by alexander.behm · 13 years ago
  39. 7407537 Cleaned up createPushRuntime api by vinayakb · 13 years ago
  40. c476921 Ignored Eclipse metadata files by vinayakb · 13 years ago
  41. e8fc473 Merged hyracks_dev_next into this branch. Fixed a bug in the BTree interior node where deletion would happen incorrectly if that node was the root, and if was last existing key was deleted. by alexander.behm · 13 years ago
  42. 938f4b6 Cleaned up unused code by vinayakb · 13 years ago
  43. f46fefa Updated version of branch to 0.2.0-SNAPSHOT by vinayakb · 13 years ago
  44. fab18ba Added javadocs to api.application package. Fixed some typos in method names. by vinayakb · 13 years ago
  45. 39bfd65 Removing eclipse junk files. by alexander.behm · 13 years ago
  46. 63132f8 Enabling all tests. by alexander.behm · 13 years ago
  47. d0f1ffb Merged 500:541 from trunk by vinayakb · 13 years ago
  48. e0616d8 Changed job id from UUID to JobId by vinayakb · 13 years ago
  49. 54702fb Converted OperatorDescriptorId and ConnectorDescriptorId to hold ints instead of UUIDs by vinayakb · 13 years ago
  50. caf7405 Merged r497:500 from trunk by vinayakb · 13 years ago
  51. a67c6c4 Refactored cluster controller by vinayakb · 13 years ago
  52. 42c7054 Merged r436:440 from trunk by vinayakb · 14 years ago
  53. 880f0de Merged r434 from trunk by vinayakb · 14 years ago
  54. 3224dba Added more connector policies. Cleaned up Activity API. by vinayakb · 14 years ago
  55. ceb312d Added sort-merge collector. tests pass by vinayakb · 14 years ago
  56. e809eb0 Partial commit. Code compiles, but not complete by vinayakb · 14 years ago
  57. 759fb5f Merged -r 330:354 from trunk by vinayakb · 14 years ago
  58. 77459fc Fixed cleanup on job abort. Fixed profiling by vinayakb · 14 years ago
  59. 74c7207 Merged r289:290 from the hyracks_io_management branch by vinayakb · 14 years ago