1. 1ac2408 Merge branch 'master' into westmann/locks by Till Westmann · 11 years ago
  2. 17f90ef merge from master by ramangrover29 · 11 years ago
  3. b6ca223 Merge branch 'master' into westmann/locks by Till Westmann · 11 years ago
  4. 443c04b 32 bits are not enough for LockManagerStats by Till Westmann · 11 years ago
  5. 5723b94 no allocation of job slot during unlock by Till Westmann · 11 years ago
  6. ac045fd do not keep the monitor on jobArenaMgr unnecessarily by Till Westmann · 11 years ago
  7. 15f27d5 put some detailed logging behind a DEBUG_MODE guard small cleanup by Till Westmann · 11 years ago
  8. a048bce add DummyLockManager by Till Westmann · 11 years ago
  9. 1dea437 always lock the whole dataset in PrimaryIndexSearchOperationCallback by Till Westmann · 11 years ago
  10. ef02b79 log the right counters by Till Westmann · 11 years ago
  11. f0f6add move request counters into separate class comment out some detailed logging by Till Westmann · 11 years ago
  12. e140123 s/Stats/RecordManagerStats/ by Till Westmann · 11 years ago
  13. 7e5570a merge from master by ramangrover29 · 11 years ago
  14. 8254bf0 introduce private unlock method that takes only primitive parameters by Till Westmann · 11 years ago
  15. fb6ae0e use AtomicInteger instead of volatile int to get reliable counters by Till Westmann · 11 years ago
  16. d285066 remove jobId from jobIdSlotMap in releaseLocks by Till Westmann · 11 years ago
  17. 9afdfac reuseable DatasetId and JobId objects by Till Westmann · 11 years ago
  18. 312c4d6 remove AsterixThreadExecutor.shutdown() again by Till Westmann · 11 years ago
  19. ea4c0d1 synchronize on jobArenaMgr when looking for deadlocks by Till Westmann · 11 years ago
  20. 57aed13 introduce LockMode.ANY to indicate that the first lock will be unlocked during unlock by Till Westmann · 11 years ago
  21. 3990b0b more efficient implementations for instantLock and instantTryLock by Till Westmann · 11 years ago
  22. a1677db include upgraders in deadlock detection by Till Westmann · 11 years ago
  23. 948fec9 remove imports from code generator by Till Westmann · 11 years ago
  24. a106832 add lock mode parameter to unlock method by Till Westmann · 11 years ago
  25. 28fbd9a the templates are now a fixed part of the maven plugin by Till Westmann · 11 years ago
  26. 7b1b22a read RecordTypes from JSON specifications by Till Westmann · 11 years ago
  27. a16a5e6 add cache of size 1 inside of DatasetLockCache by Till Westmann · 11 years ago
  28. 46b138b some cleanup by Till Westmann · 11 years ago
  29. 19a1069 change size of ResourceGroupTable by Till Westmann · 11 years ago
  30. 7ee85a8 some cleanup by Till Westmann · 11 years ago
  31. 3ed8ef8 add cache for dataset locks (they are given up when the job finishes) by Till Westmann · 11 years ago
  32. f303011 check that job is not aborted before requsting another lock by Till Westmann · 11 years ago
  33. c0113b4 read config file shutdown LogManager and AsterixThreadExecutor by Till Westmann · 11 years ago
  34. 84afe04 cleanup by Till Westmann · 11 years ago
  35. b9cfe33 add dump functionality to ConcurrentLockManager by Till Westmann · 11 years ago
  36. 20ba107 move shutdown of AsterixThreadExecutor out of LogManager by Till Westmann · 11 years ago
  37. ed1c978 shutdown ExecutorService when shutting down LogManager by Till Westmann · 11 years ago
  38. 655aa72 pull AllocInfo out of RecordManager template by Till Westmann · 11 years ago
  39. a87253b - introduce (logical) type for local and global pointers (slots) by Till Westmann · 11 years ago
  40. 029c50b fix case where the same job re-acquires the exact same lock add debugging code by Till Westmann · 11 years ago
  41. b6b7308 cosmetic changes by Raman Grover · 11 years ago
  42. b2a8772 initialize newly allocated job slots by Till Westmann · 11 years ago
  43. bb6180f add simple deadlock detection add JobArenaManager by Till Westmann · 11 years ago
  44. 0d31d5c create maven plugin for generator by Till Westmann · 11 years ago
  45. 57c95aa add implementations for instantLock, tryLock, and instantTryLock by Till Westmann · 11 years ago
  46. 286bc9f inline batchUnlock to avoid dependency on LockManager implementation by Till Westmann · 11 years ago
  47. 10cfa41 pull allocation/deallocation up to the arena managers by Till Westmann · 11 years ago
  48. 85f8b04 less buggy work in progress by Till Westmann · 11 years ago
  49. ae7c7a6 work in progress by Till Westmann · 11 years ago
  50. b95a3b2 checkpoint by Raman Grover · 11 years ago
  51. ebcff8a checkpoint by Raman Grover · 11 years ago
  52. f6b4b29 merge from master by Raman Grover · 11 years ago
  53. 2436b22 Merged master into salsubaiee/master_change_lsm_merge_policy by salsubaiee · 11 years ago
  54. 801bffe Allowed user to specify the merging policy by salsubaiee · 11 years ago
  55. 2ebc052 fixed recovery bugs by Young-Seok · 11 years ago
  56. 49accfe checkpoint towards fixing diskComponents' LSN by Young-Seok · 11 years ago
  57. f56d96c fixed bugs related to rollback and primary key length by Young-Seok · 11 years ago
  58. 9ab9b10 checkpoint towards fixing LSN related issues(issue 591, 609, and 614) and more by Young-Seok · 11 years ago
  59. 2602169 changes to fix issue 620 by Young-Seok · 11 years ago
  60. ba65dac changes to fix issues, 621 and 622 by Young-Seok · 11 years ago
  61. 2b2a81a changes to make the lockMgr's unit test work by Young-Seok · 11 years ago
  62. 6bf5b09 addressed code review comments and reverted the way that the logFlusher is stopped. by Young-Seok · 11 years ago
  63. c5346f41 another change to stop the LogFlusher thread by Young-Seok · 11 years ago
  64. 021dea6 changed the way to stop logFlusher thread. by Young-Seok · 11 years ago
  65. eea6555 removed the information of the numOfPartitions and refined synchronization blocks in transaction related classes. by Young-Seok · 11 years ago
  66. 53c2b10 added debug info by Young-Seok · 11 years ago
  67. 0e5dacb 1) corrected the way that the logFlusher thread is stopped, 2) fixed the issue of multiple job-level commits, and 3) cleaned up the TransactionContext class by Young-Seok · 11 years ago
  68. 331064a corrected the way that the transaction contexts are create/retrieved concurrently and the job-level commit log records are written. Still the transaction context class needs changes in order to deal with multiple job-level commits caused by the partitioned indexes in a NC by Young-Seok · 11 years ago
  69. 2f13d1c Make sure we use forceInsert and forceDelete in asterix whenever we are not using hyracks ops. by salsubaiee · 11 years ago
  70. 83466dc Make sure the num of active ops is not decremented for job-level commits. by salsubaiee · 11 years ago
  71. 85b89ef Merged kisskys/master_serialized_log_appender into kisskys_salsubaiee/storage_log_manager_fixes. by salsubaiee · 11 years ago
  72. 3873e90 Fix compilation errors. by salsubaiee · 11 years ago
  73. 7821d77 Code cleanup. by salsubaiee · 11 years ago
  74. 2522504 Added many fixes. Checkpointpoing. by salsubaiee · 11 years ago
  75. 1585798 Checkpoint, the code does not compile. by salsubaiee · 12 years ago
  76. d4a8933 Remove unused code. by salsubaiee · 12 years ago
  77. d50e0a2 Fix for issue 587. by salsubaiee · 12 years ago
  78. 2349932 1) changed the log page flush option from force(true) to force(false), 2) changed default group commit time from 1 to 10 ms in installer configuration file, 3) fixed a bug which makes the logPartitionSize property be negative number, 4) removed a redundant file, LogUtil. by Young-Seok · 12 years ago
  79. a148c93 merged issue branch(kisskys/log_cursor_stackoverflow_issue) to master and removed an unnecessary file by Young-Seok · 12 years ago
  80. 8e45022 addressed code review comments by Young-Seok · 12 years ago
  81. a5e4231 merge from master by ramangrover29 · 12 years ago
  82. bd25ee7 Merged master by Vinayak Borkar · 12 years ago
  83. 93dd823 checkpoint by ramangrover29 · 12 years ago
  84. 644bd02 Pass absolute directoey info to the lsm indexes. by salsubaiee · 12 years ago
  85. cdd0fd3 changes to fix the Issue 543 in asterixdb: Incorrect logic in rollback --> StackOverlfowError by Young-Seok · 12 years ago
  86. 723fc10 Merge branch 'master' into raman/master_feeds by ramangrover29 · 12 years ago
  87. f7f449a completed merge from master by ramangrover29 · 12 years ago
  88. d3f631c Fixed issues with using the right operation call back providers, and fixed an issue where deactivating indexes upon shutdown is done in the wrong place. by salsubaiee · 12 years ago
  89. b27deb2 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 12 years ago
  90. 2dfb91b [maven-release-plugin] prepare release asterix-0.8.0 by Vinayak Borkar · 12 years ago asterix-0.8.0
  91. 9310134 Updated all pom.xml versions to 0.8.0-SNAPSHOT by Vinayak Borkar · 12 years ago
  92. 126e3c8 Removed unnecessary file separator. by salsubaiee · 12 years ago
  93. 3a33299 Fix for issue 509. by salsubaiee · 12 years ago
  94. 0ee5ab9 merge master by Till Westmann · 12 years ago
  95. 3dc4d4b Merge branch 'master' of https://code.google.com/p/asterixdb by ramangrover29 · 12 years ago
  96. 3a31f33 addressed code review comments by ramangrover29 · 12 years ago
  97. ea8ab39 add/update license headers by Till Westmann · 12 years ago
  98. 66ae1ee Merge branch 'master' into raman/master_ports by ramangrover29 · 12 years ago
  99. f6012cc Merge branch 'master' into jarodwen/hotfix/issue425 by JArod · 12 years ago
  100. db0583d Merge branch 'master' of https://code.google.com/p/asterixdb by zheilbron · 12 years ago