1. 865c706 merge from asterix_lsm_stabilization by ramangrover29 · 11 years ago
  2. 330a541 support for configurable parameters for an asterix instance (part2) by ramangrover29 · 11 years ago
  3. 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
  4. e81c623 Merge branch 'salsubaiee/asterix_lsm_stabilization_issue_328' into asterix_lsm_stabilization. (Code reviewed by Zack). by salsubaiee · 11 years ago
  5. 4555d1d fixed the same bug of shrink() method in EntityLockInfoManager as the one in EntityInfoManager by Young-Seok · 11 years ago
  6. c021e82 reflected code review comments from Sattam. The code review is about the fix of the build test hang bug by Young-Seok · 11 years ago
  7. 1978450 changes to fix Issue 336: asterix build tests hang by Young-Seok · 11 years ago
  8. 1d0b690 changes to release the latch of the LockTable in *finally* block by Young-Seok · 11 years ago
  9. f946f0f Modified the search callbacks to properly use instant locks. by salsubaiee · 11 years ago
  10. 8dbbefe reflected code review comments and set the default group commit wait period to 200, but still build test setting is 1 millisec from log.properties file by Young-Seok · 11 years ago
  11. d3cc4ed fixed Issue 344:Failure upon insert by Young-Seok · 11 years ago
  12. 5409885 fixes for issue333(aborting transaction failure), 334(non-existing storage directory exception in a non-new-universe), 337(true instant lock), and a bug in creating multiple log files by Young-Seok · 11 years ago
  13. dc35e3b reflected code review comments by kisskys · 11 years ago
  14. 18100b4 changes to fix lockMgr's bug from Jimahn's multi-user test case(Issue 318:Unpaired Lock Release Request Error), 1) fixed issues and 2) removed unnecessary lock count increase/decrease for instantLock request/release by kisskys · 11 years ago
  15. aca5723 revert previous synchronization in instantTryLock() by kisskys · 11 years ago
  16. 41e29f6 synchronzing instantTryLock by kisskys · 11 years ago
  17. fd69a6b fixing another bug in LockManager by kisskys · 11 years ago
  18. c0c6d33 fixing a bug of null pointer exception in LockManager by kisskys · 11 years ago
  19. e631d6e fix issue 305 by zheilbron · 11 years ago
  20. 40b41b9 1)fixed read-lock escalation bug by mimicking SIX mode with allowing S and IX coexist in dataset-level and 2) released all previousely acquired locks when escalation completed by kisskys · 11 years ago
  21. 688b135 added instant search callback factory class by kisskys · 11 years ago
  22. 94d0180 added a primary index instant search callback class by kisskys · 11 years ago
  23. 1595af4 corrected a typo by kisskys · 11 years ago
  24. f67c379 changed to upgrade record-level read locks to dataset-level read lock if the number of lock requests exceeds a threshold by kisskys · 11 years ago
  25. 4fc447c fixed issue 290: made log cursor read from 0 offset of each log page in the log file, meaning do not allow to read from the middle of the page. by kisskys · 11 years ago
  26. 543a124 changes to add a partition flag to inverted index local metadata which is used to create invertedIndex instance during recocvery by kisskys · 11 years ago
  27. 4480e6d changes for the log directory configuration and backup used by Managix by kisskys · 11 years ago
  28. 7671d34 fixed bugs related to 1)job-level-commit(which is used for DDL) log and 2) sharp checkpoint by kisskys · 11 years ago
  29. c4a45b3 fixed more recoveryMgr's bugs by kisskys · 11 years ago
  30. 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
  31. 35b50ef changed the place where the checkpoint is executed by kisskys · 12 years ago
  32. 76e5de7 Checkpoint towards metadata synchronization: need to reclaim storage occupied by orphaned index artifacts in NCs. by kisskys · 12 years ago
  33. c15bd7e merged -r1282:1373 from asterix_stabilization to asterix_lsm_stabilization by kisskys · 12 years ago
  34. 82673b4 Changes to use a property file to initialize LogManager by kisskys · 12 years ago
  35. fcb15df changes for fixing the logCursor bug which appeared during Rollback when logs are read from both disk log file and memory log buffer by kisskys · 12 years ago
  36. cfef3ba fixed a bug that could cause an LSM index to never flush after an abort by zheilbron · 12 years ago
  37. f4c3324 merge -r1055:1282 (merging from asterix_stabilization to asterix_lsm_stabilization) by kisskys · 12 years ago
  38. f13583a added a checkpoint thread which does fuzzy checkpoint periodically by kisskys · 12 years ago
  39. 3902b06 added the sharp checkpoint functionality in the RecoveryManager. We need to change CC layer to trigger the sharp checkpoint and stop the incomming queries during the checkpoint by kisskys · 12 years ago
  40. 142c002 changes to add sharp checkpoint by kisskys · 12 years ago
  41. 8b7e103 changes to use the Interfaces to get correct LSN of indexes for checkpoint and recovery. by kisskys · 12 years ago
  42. df13751 added GroupCommit by kisskys · 12 years ago
  43. 3f76c80 added interface to get the first LSN for an in-memory component of an index by zheilbron · 12 years ago
  44. 13d5933 changes to clean up(compensate) pending DDL operations from the metadata by kisskys · 12 years ago
  45. 06829d8 replaced TransactionResourceRepository with IndexLifeCycleManager by kisskys · 12 years ago
  46. 12bd743 Changes to support using bloom filters in the lsm indexes. by salsubaiee · 12 years ago
  47. 87e89d3 implemented recovery mechanism, but still need to wire up interface of getting LSNs from LSM Index by kisskys · 12 years ago
  48. 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
  49. f0fc9ac changes to bring up indexes during recovery by kisskys · 12 years ago
  50. 32f124a added missing files from previous commit by kisskys · 12 years ago
  51. 13eb1ff changes towards recovery by kisskys · 12 years ago
  52. c98f0fc changes towards recovery by kisskys · 12 years ago
  53. 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
  54. 8ada4f9 fixed bug that might cause the LSN range of an LSM component to be improperly updated -- always take the max by zheilbron · 12 years ago
  55. ae53232 reflecting api changes from hyracks_lsm_rtree:r2681 by zheilbron · 12 years ago
  56. 24cee6a implemented Atomic DDL operations and passed existing tests. by kisskys · 12 years ago
  57. 60a3531 merged the creation and scheduling of flushes and merge IO operations to a single call by zheilbron · 12 years ago
  58. 4ca3268 removed flush controller (and related) references by zheilbron · 12 years ago
  59. f34d9d1 Asterix changes corresponding to recent cleanup in hyracks_lsm_tree. One execution test is failing unfortunately. by alexander.behm · 12 years ago
  60. 542b8fd Rollback is implemented and all existing tests pass.(The existing failure test cases work, but more test cases need to be added). by kisskys · 12 years ago
  61. 607b7eb another checkpoint toward making rollback work by kisskys · 12 years ago
  62. ceff47f checkpoint toward making rollback work by kisskys · 12 years ago
  63. 85e97dc merged asterix_stabilization -r755:860 to asterix_lsm_stabilization by kisskys · 12 years ago
  64. 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
  65. 32d1c34 added CommitOperator and the related rewrite rule by kisskys · 12 years ago
  66. b0d96f7 Minor fix in op tracker. by alexander.behm · 12 years ago
  67. 2f5abc8 Properly setting LSN in merged components through IO operation callback. by alexander.behm · 12 years ago
  68. 0679df3 Modified Asterix operation tracker according to recent change in its interface in Hyracks. by alexander.behm · 12 years ago
  69. 7ba710d Implemented Asterix LSMIO operation callbacks to inject LSNs into LSM components. by alexander.behm · 12 years ago
  70. 18194ad changes to deal with entity level commit and setting the lastLSN to the modified LSMIndexes by kisskys · 12 years ago
  71. 240f718 Changed the modification callback in asterix to register the index and callback in the transaction context. by alexander.behm · 12 years ago
  72. 9c66c77 Minor changes in the direction of getting transactions working. by alexander.behm · 12 years ago
  73. 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
  74. 5a6f00b Made corresponding Asterix changes due to changes to operation callbacks in Hyracks. by alexander.behm · 12 years ago
  75. 01e5702 Started implementing Asterix operation callbacks. by alexander.behm · 12 years ago
  76. 2a620c5 Changed the TransactionManager interface to deal with the entity level commit by kisskys · 12 years ago
  77. 3a40b33 changed log record format to deal with undo/redo operation properly by kisskys · 12 years ago
  78. 78a51a7 syncing branch with hyracks_lsm_tree changes by zheilbron · 12 years ago
  79. 83c48af merged asterix_recovery r407:726 to asterix_lsm_stabilization (now running with new lock manager on LSM) by zheilbron · 12 years ago
  80. 3e5bc9e ported asterix on top of hyracks_lsm_tree; reached full parity with current tests (still non-LSM indexes) by zheilbron · 12 years ago
  81. bacc745 addressed Alex's code review for r217 by zheilbron · 12 years ago
  82. b9bb1c0 first pass of cleanup: removed static classes and cleaned up some bootstrapping code by zheilbron · 12 years ago
  83. 38b7ca4 Added asterix project by vinayakb · 13 years ago