1. 857d562 Addressed code review comments. by salsubaiee · 11 years ago
  2. 1bfa800 resolved dependency issue around AsterixClusterProperties that escaped the master fix, as it was hiding in a private branch. by ramangrover29 · 11 years ago
  3. 45d6121 merge master into branch. by salsubaiee · 11 years ago
  4. 99e0c32 Fixed a bug where the location constraints were not set properly when using multipe IO devices. by salsubaiee · 11 years ago
  5. dd8128b Addressed code review comments. by salsubaiee · 11 years ago
  6. c22cf7b Task complete: dependency between asterix-transactions and asterix-common broken. All test case PASS by ramangrover29 · 11 years ago
  7. b88fc97 Merge branch 'master' into raman/asterix_lsm_stabilization_dependency by ramangrover29 · 11 years ago
  8. 7799756 dependency resolution checkpoint 1 by ramangrover29 · 11 years ago
  9. b8b78fd Changed number of file splits for metadata datasets so that it can be queried. by salsubaiee · 11 years ago
  10. 5800c16 Fixed various bugs that prevented an lsm index from being partitioned accross iodevices. by salsubaiee · 11 years ago
  11. bbe1618 1. fix the partitioning key ordering in AqlDataSource; 2. use murmur hash for all types by buyingyi · 11 years ago
  12. 9b48192 merged master into dependency branch, resolving all conflicts and made it compatible with hyracks master by ramangrover29 · 11 years ago
  13. 5c20734 attempt to make branch work with current hyracks: checkpoint 1 by ramangrover29 · 11 years ago
  14. ee5bf52 Plugged in number of IODevices to determine number of file splits. by salsubaiee · 11 years ago
  15. 9d776bf Changed number of file splits to be based on IODevices per NC. by salsubaiee · 11 years ago
  16. 5cadee6 Merge branch 'master' into salsubaiee/master_add_configurable_bloom_filter_parameter by salsubaiee · 11 years ago
  17. f5c6cd2 Passing bloom filter parameters to the LSM indexes. by salsubaiee · 11 years ago
  18. ba75a0b Merge branch 'master' into jarodwen/hotfix/issue363: 1f82dcc by JArod · 11 years ago
  19. 6797a08 remove dataverse folder when dataverse is dropped by zheilbron · 11 years ago
  20. e2eb6ef addressed raman's review comments by zheilbron · 11 years ago
  21. 18e3138 resolving dependency between asterix-common and asterix-transactions by ramangrover29 · 11 years ago
  22. 76fee7f storage configurations are now accessed from config file by zheilbron · 11 years ago
  23. 9c5793c refactored configurations into hierarchy and namespaced property names by zheilbron · 11 years ago
  24. bbdfde1 Merge branch 'asterix_lsm_stabilization' into jarodwen/hotfix363 by JArod · 11 years ago
  25. 677206d Merge asterix_lsm_stabilization into madhusudancs/parallelize_result_distribution. by Madhusudan.C.S · 11 years ago
  26. ad6da69 added code to enable temporal instance key on date, time, datetime, year-month-duration and day-time-duration; metadata test should be double checked as it cannot pass now by JArod · 11 years ago
  27. a7f9634 Committing the following:- 1) integration tests for managix 2) support for configurable parameters in Asterix 3) refactoring of test cases (removing code duplication by ramangrover29 · 11 years ago
  28. 8bdea78 changes to 1) fix Issue 379: DDL transaction model broken and 2) cleanup and deliver all thrown exception to the caller(reviewed by Raman) by Young-Seok · 11 years ago
  29. 865c706 merge from asterix_lsm_stabilization by ramangrover29 · 11 years ago
  30. 6c282a1 support for configurable parameters for an asterix instance by ramangrover29 · 11 years ago
  31. 07921bf changes to fix Issues: 319(Non-unique dataset Id generation), 332(Use logging generously on startup paths). This commit includes revision from 4158314f3e5d..9528d2004a03: the left side is not inclusive. by Young-Seok · 11 years ago
  32. e928413 Use the ResultSetDomain for partitioning for result distribution. by Madhusudan.C.S · 11 years ago
  33. 9e35179 Remove the usage of nodeName in result set related classes and do not define a partition constraint for result distribution operator. by Madhusudan.C.S · 11 years ago
  34. 3613295 fixed issue 301 by zheilbron · 11 years ago
  35. bbcaca6 Implemented the IntroduceInstantLockSearchCallbackRule which is statically going to inspect the unnest_map and data_source_scan operators in the plan. If there is only a single access to the primary index, then an instant-lock search callback will be passed to the LSM-BTree at runtime. Otherwise, the usual search callback (the one that hold locks until the job commit) will be passed to the LSM-BTree. All test cases pass. by salsubaiee · 11 years ago
  36. ca5eb73 Enabled inverted index insert and delete operations. Added Tests cases for all the 4 index types. by salsubaiee · 11 years ago
  37. 7671d34 fixed bugs related to 1)job-level-commit(which is used for DDL) log and 2) sharp checkpoint by kisskys · 11 years ago
  38. c4a45b3 fixed more recoveryMgr's bugs by kisskys · 11 years ago
  39. 66fd600 changes for 1)fixing recovery bugs(still need more tests), 2) not using NewUniverse property from AsterixProperties file, and 3) moved persistenLocalResourceRepository classes from hyracks to asterix by kisskys · 11 years ago
  40. 37498c5 merged asterix_stabilization -r1373:1393 --> asterix_lsm_stabilization by zheilbron · 11 years ago
  41. c15bd7e merged -r1282:1373 from asterix_stabilization to asterix_lsm_stabilization by kisskys · 12 years ago
  42. 3a4415c Added missing files from the previous commit. by salsubaiee · 12 years ago
  43. be91f16 Propagate the cardinality hint properly to the lsm-indexes to be used by the bulkload to create the corresponding bloom filter. by salsubaiee · 12 years ago
  44. f4c3324 merge -r1055:1282 (merging from asterix_stabilization to asterix_lsm_stabilization) by kisskys · 12 years ago
  45. f5c0288 Minimal changes to make asterix_stabilization work with fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  46. 76ce5ef Fix the method calls to result serializer creation and result writer operator construction. by madhusudancs@gmail.com · 12 years ago
  47. cd078fb Use the new HyracksDatasetReader infrastructure to reuse the client rpc connection object for different queries that lets creating a new reader for every new job. by madhusudancs@gmail.com · 12 years ago
  48. 153992b Reverting the merge of asterix_stabilization_result_distribution until the tests in the corresponding hyracks branch pass. by madhusudancs@gmail.com · 12 years ago
  49. 142c002 changes to add sharp checkpoint by kisskys · 12 years ago
  50. bad1aea Implement the code to read the results which are already serialized. by madhusudancs@gmail.com · 12 years ago
  51. f9e53e1 Merge asterix_stabilization into asterix_stabilization_result_distribution. by madhusudancs@gmail.com · 12 years ago
  52. f2660a2 addressed yingyi's comments by zheilbron · 12 years ago vault/asterix_stabilization_issue_173
  53. da55d12 added checks for field name conflicts between two closed fields and open-closed fields by zheilbron · 12 years ago
  54. 44ecd16 removed AQLJ api by zheilbron · 12 years ago
  55. 47868fa merged asterix_stabilization r1109 through r1168 into asterix_stabilization_issue_251 by ramangrover29 · 12 years ago
  56. 4b06d0d Implement the metadata provider method to let algebricks compile the result writer operator instead of print file operator to distribute the results. by madhusudancs@gmail.com · 12 years ago
  57. 8dfc919 Replace the use of file split sink as the result target to the new result distribution client as the result target. by madhusudancs@gmail.com · 12 years ago
  58. 13d5933 changes to clean up(compensate) pending DDL operations from the metadata by kisskys · 12 years ago
  59. 06829d8 replaced TransactionResourceRepository with IndexLifeCycleManager by kisskys · 12 years ago
  60. 12bd743 Changes to support using bloom filters in the lsm indexes. by salsubaiee · 12 years ago
  61. 87e89d3 implemented recovery mechanism, but still need to wire up interface of getting LSNs from LSM Index by kisskys · 12 years ago
  62. 21b8818 address code revew feedback, changed type for cardinality hint to Long from Int 2) fixed indx value in DatasetTupleTranslator by ramangrover29 · 12 years ago
  63. 71e5c6a Support for hints in create dataset statement. by ramangrover29 · 12 years ago
  64. c1e3ec9 fixed a bug that caused secondary indexes to fail in computing the primarykey hash value for logging/locking; using proper undo functions for LSM indexes by zheilbron · 12 years ago
  65. 13eb1ff changes towards recovery by kisskys · 12 years ago
  66. c98f0fc changes towards recovery by kisskys · 12 years ago
  67. fbaba5f Reviewer:Yingyi by ramangrover29 · 12 years ago
  68. 7a9e340 added proper IO opcallbacks for when LSM indexes are deactivated -- this allows LSNs to be stored properly within components by zheilbron · 12 years ago
  69. 24cee6a implemented Atomic DDL operations and passed existing tests. by kisskys · 12 years ago
  70. 7931ac8 changed the MetadataCache to cache indexes which haven't been cached so far by kisskys · 12 years ago
  71. 4ca3268 removed flush controller (and related) references by zheilbron · 12 years ago
  72. 1ba4baa Merged asterix_stabilization r915:r995. by alexander.behm · 12 years ago
  73. 13c0238 Merged asterix_stabilization r953:r985. by alexander.behm · 12 years ago
  74. 33d58a2 Took care of Vinayak's review comments. Cleaned up Asterix list builders. by alexander.behm · 12 years ago vault/asterix_tokenizer_opt
  75. 5913fe5 Merged asterix_stabilization r916:r950. by alexander.behm · 12 years ago
  76. 8a3e3c0 Fixed a bug in BTree indexed NL joins. The bug surfaced in a query with multiple index rewrites (primary index search feeding into a secondary indexed NL join). by alexander.behm · 12 years ago
  77. f1304de Merged asterix_stabilization r889:r914. by alexander.behm · 12 years ago
  78. e1c8e2b merged asterix_stabilization -r 860:906 to asterix_lsm_stabilization by kisskys · 12 years ago
  79. 85e97dc merged asterix_stabilization -r755:860 to asterix_lsm_stabilization by kisskys · 12 years ago
  80. a36464e Merged resolution for issue 220:Incorrect use of transaction id in AqlMetadataProvider by RamanGrover29@gmail.com · 12 years ago
  81. 19620e8 Added a new rewrite rule that eliminates unnecessary joins introduced as part of surrogate-based optimizations used in, for example, index-based fuzzy joins. by alexander.behm · 12 years ago
  82. 7895283 changed to use tryInsert method by kisskys · 12 years ago
  83. 58cf330 Merged asterix_statement_model_fix into asterix_stabilization by RamanGrover29@gmail.com · 12 years ago
  84. c01c77a added proper callbacks to operators. passed all existing tests EXCEPT abort test.(The expected result of the existing abort test is different from the one under the entity-level commit) by kisskys · 12 years ago
  85. 1e74ad5 Implemented indexed NL joins using secondary RTrees. by alexander.behm · 12 years ago
  86. 7102a04 Fixed naming of file splits for LSM inverted index which prevented the index from being dropped properly (resulting in OS file handles that were never closed). by alexander.behm · 12 years ago
  87. ce31868 Added Asterix operation callbacks and tracker. Still some work to be done before we can deploy them in actual query plans. by alexander.behm · 12 years ago
  88. 5a6f00b Made corresponding Asterix changes due to changes to operation callbacks in Hyracks. by alexander.behm · 12 years ago
  89. 01e5702 Started implementing Asterix operation callbacks. by alexander.behm · 12 years ago
  90. 2a620c5 Changed the TransactionManager interface to deal with the entity level commit by kisskys · 12 years ago
  91. 02d1db6 Undoing commit r811. by alexander.behm · 12 years ago
  92. fa908ac Asterix now configures its own IOManager in AsterixRuntimeState since it should not rely on the IOManager set in Hyracks. The Asterix IO devives are configured via the Asterix .properties file. by alexander.behm · 12 years ago
  93. 3a40b33 changed log record format to deal with undo/redo operation properly by kisskys · 12 years ago
  94. afa76f5 changed ncstores to be specified as relative names rather than absolute paths; by zheilbron · 12 years ago
  95. 7d11fc7 merged asterix_stabilization r751:755 to asterix_lsm_stabilization by zheilbron · 12 years ago
  96. fd2223f Fixed issue 188. Also added an 'order by' to metadata test custord_q2 whose results depend on a global order (the test was failing sporadically). by alexander.behm · 12 years ago
  97. dc716c3 syncing with hyracks_lsm_tree: using IInMemory* interfaces instead of concrete impls by zheilbron · 12 years ago
  98. 5349c97 replaced the IIndexArtifactMap interface with the ILocalResourceRepository interface by kisskys · 12 years ago
  99. 78a51a7 syncing branch with hyracks_lsm_tree changes by zheilbron · 12 years ago
  100. ba73b5e continuing implementing the local resource repository by kisskys · 12 years ago