1. 312c4d6 remove AsterixThreadExecutor.shutdown() again by Till Westmann · 11 years ago
  2. ea4c0d1 synchronize on jobArenaMgr when looking for deadlocks by Till Westmann · 11 years ago
  3. 57aed13 introduce LockMode.ANY to indicate that the first lock will be unlocked during unlock by Till Westmann · 11 years ago
  4. 3990b0b more efficient implementations for instantLock and instantTryLock by Till Westmann · 11 years ago
  5. a1677db include upgraders in deadlock detection by Till Westmann · 11 years ago
  6. 948fec9 remove imports from code generator by Till Westmann · 11 years ago
  7. a106832 add lock mode parameter to unlock method by Till Westmann · 11 years ago
  8. 28fbd9a the templates are now a fixed part of the maven plugin by Till Westmann · 11 years ago
  9. 7b1b22a read RecordTypes from JSON specifications by Till Westmann · 11 years ago
  10. a16a5e6 add cache of size 1 inside of DatasetLockCache by Till Westmann · 11 years ago
  11. 46b138b some cleanup by Till Westmann · 11 years ago
  12. 19a1069 change size of ResourceGroupTable by Till Westmann · 11 years ago
  13. 7ee85a8 some cleanup by Till Westmann · 11 years ago
  14. 3ed8ef8 add cache for dataset locks (they are given up when the job finishes) by Till Westmann · 11 years ago
  15. f303011 check that job is not aborted before requsting another lock by Till Westmann · 11 years ago
  16. c0113b4 read config file shutdown LogManager and AsterixThreadExecutor by Till Westmann · 11 years ago
  17. 84afe04 cleanup by Till Westmann · 11 years ago
  18. b9cfe33 add dump functionality to ConcurrentLockManager by Till Westmann · 11 years ago
  19. 20ba107 move shutdown of AsterixThreadExecutor out of LogManager by Till Westmann · 11 years ago
  20. ed1c978 shutdown ExecutorService when shutting down LogManager by Till Westmann · 11 years ago
  21. 655aa72 pull AllocInfo out of RecordManager template by Till Westmann · 11 years ago
  22. a87253b - introduce (logical) type for local and global pointers (slots) by Till Westmann · 11 years ago
  23. 029c50b fix case where the same job re-acquires the exact same lock add debugging code by Till Westmann · 11 years ago
  24. b2a8772 initialize newly allocated job slots by Till Westmann · 11 years ago
  25. bb6180f add simple deadlock detection add JobArenaManager by Till Westmann · 11 years ago
  26. 0d31d5c create maven plugin for generator by Till Westmann · 11 years ago
  27. 57c95aa add implementations for instantLock, tryLock, and instantTryLock by Till Westmann · 11 years ago
  28. 286bc9f inline batchUnlock to avoid dependency on LockManager implementation by Till Westmann · 11 years ago
  29. 10cfa41 pull allocation/deallocation up to the arena managers by Till Westmann · 11 years ago
  30. 85f8b04 less buggy work in progress by Till Westmann · 11 years ago
  31. ae7c7a6 work in progress by Till Westmann · 11 years ago
  32. 2436b22 Merged master into salsubaiee/master_change_lsm_merge_policy by salsubaiee · 11 years ago
  33. 801bffe Allowed user to specify the merging policy by salsubaiee · 11 years ago
  34. 2ebc052 fixed recovery bugs by Young-Seok · 11 years ago
  35. 49accfe checkpoint towards fixing diskComponents' LSN by Young-Seok · 11 years ago
  36. f56d96c fixed bugs related to rollback and primary key length by Young-Seok · 11 years ago
  37. 9ab9b10 checkpoint towards fixing LSN related issues(issue 591, 609, and 614) and more by Young-Seok · 11 years ago
  38. 2602169 changes to fix issue 620 by Young-Seok · 11 years ago
  39. ba65dac changes to fix issues, 621 and 622 by Young-Seok · 11 years ago
  40. 2b2a81a changes to make the lockMgr's unit test work by Young-Seok · 11 years ago
  41. 6bf5b09 addressed code review comments and reverted the way that the logFlusher is stopped. by Young-Seok · 11 years ago
  42. c5346f41 another change to stop the LogFlusher thread by Young-Seok · 11 years ago
  43. 021dea6 changed the way to stop logFlusher thread. by Young-Seok · 11 years ago
  44. eea6555 removed the information of the numOfPartitions and refined synchronization blocks in transaction related classes. by Young-Seok · 11 years ago
  45. 53c2b10 added debug info by Young-Seok · 11 years ago
  46. 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
  47. 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
  48. 2f13d1c Make sure we use forceInsert and forceDelete in asterix whenever we are not using hyracks ops. by salsubaiee · 11 years ago
  49. 83466dc Make sure the num of active ops is not decremented for job-level commits. by salsubaiee · 11 years ago
  50. 85b89ef Merged kisskys/master_serialized_log_appender into kisskys_salsubaiee/storage_log_manager_fixes. by salsubaiee · 11 years ago
  51. 3873e90 Fix compilation errors. by salsubaiee · 11 years ago
  52. 7821d77 Code cleanup. by salsubaiee · 11 years ago
  53. 2522504 Added many fixes. Checkpointpoing. by salsubaiee · 11 years ago
  54. 1585798 Checkpoint, the code does not compile. by salsubaiee · 11 years ago
  55. d4a8933 Remove unused code. by salsubaiee · 11 years ago
  56. d50e0a2 Fix for issue 587. by salsubaiee · 11 years ago
  57. 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 · 11 years ago
  58. a148c93 merged issue branch(kisskys/log_cursor_stackoverflow_issue) to master and removed an unnecessary file by Young-Seok · 11 years ago
  59. 8e45022 addressed code review comments by Young-Seok · 11 years ago
  60. bd25ee7 Merged master by Vinayak Borkar · 11 years ago
  61. 644bd02 Pass absolute directoey info to the lsm indexes. by salsubaiee · 11 years ago
  62. cdd0fd3 changes to fix the Issue 543 in asterixdb: Incorrect logic in rollback --> StackOverlfowError by Young-Seok · 11 years ago
  63. 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 · 11 years ago
  64. b27deb2 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  65. 2dfb91b [maven-release-plugin] prepare release asterix-0.8.0 by Vinayak Borkar · 11 years ago asterix-0.8.0
  66. 9310134 Updated all pom.xml versions to 0.8.0-SNAPSHOT by Vinayak Borkar · 11 years ago
  67. 126e3c8 Removed unnecessary file separator. by salsubaiee · 11 years ago
  68. 3a33299 Fix for issue 509. by salsubaiee · 11 years ago
  69. 0ee5ab9 merge master by Till Westmann · 11 years ago
  70. 3dc4d4b Merge branch 'master' of https://code.google.com/p/asterixdb by ramangrover29 · 11 years ago
  71. 3a31f33 addressed code review comments by ramangrover29 · 11 years ago
  72. ea8ab39 add/update license headers by Till Westmann · 11 years ago
  73. 66ae1ee Merge branch 'master' into raman/master_ports by ramangrover29 · 11 years ago
  74. f6012cc Merge branch 'master' into jarodwen/hotfix/issue425 by JArod · 11 years ago
  75. db0583d Merge branch 'master' of https://code.google.com/p/asterixdb by zheilbron · 11 years ago
  76. 908337d Merge branch 'master' into jarodwen/hotfix/issue425 by JArod · 11 years ago
  77. bcd7fdb checkpoint: debugging the listify argument for aggregate functions by JArod · 11 years ago
  78. 5e43cf9 Merge branch 'master' into raman/master_ports by ramangrover29 · 11 years ago
  79. df9a80c 1) added support to collect logs 2) modified naming convention for asterix_root_metadata by ramangrover29 · 11 years ago
  80. bf2cc0e Merge branch 'master' into zheilbron/asterix_issue470 by zheilbron · 11 years ago
  81. afd59aa fixing merge issues by icetindil · 11 years ago
  82. 1278131 updating default configuration, adding extra parameters to the configuration by icetindil · 11 years ago
  83. 91f94b5 plugging in log and lock configuration parameters by icetindil · 11 years ago
  84. 103697f Plugged in the core dump configuration (paths) from managix by ramangrover29 · 11 years ago
  85. 7f005ad Merge branch 'master' into zheilbron/asterix_issue470 by zheilbron · 11 years ago
  86. 77ecc43 use a provider rather than a factory for operationtrackers by zheilbron · 11 years ago
  87. 7f6ad12 Merge master into raman/asterix_lsm_stabilization_coredump. by salsubaiee · 11 years ago
  88. 0cd5e7f Merge branch 'master' into vinayakb/asterix_resource_management by Vinayak Borkar · 11 years ago
  89. 978c633 Orchestrated the use of executors and thread factory and fixed couple of issues related to the core dump functionilaty. by salsubaiee · 11 years ago
  90. 37d42f0 added transaction support for exclusive job-level commits (e.g. Metadata) by zheilbron · 11 years ago
  91. 9f3d028 change indexes in a dataset to share indexoptracker incl. partitions on same machine by zheilbron · 11 years ago
  92. 4589a06 Fix for issue 494. by salsubaiee · 11 years ago
  93. b4fc7a5 use lock counts to determine whether to decrease active transaction count on unlock by zheilbron · 11 years ago
  94. cdade3d ensure decrement is called in complete operation by zheilbron · 11 years ago
  95. 3717421 use only the primary index to track transaction counts within a dataset by zheilbron · 11 years ago
  96. 298abda Merge branch 'master' into zheilbron/asterix_issue470 by zheilbron · 11 years ago
  97. 857d562 Addressed code review comments. by salsubaiee · 11 years ago
  98. eac961d added datasetlifecyclemanager to properly account for memory throughout index lifecycle; adjusted default memory budget to be slightly lower by zheilbron · 11 years ago
  99. 4321020 Merge branch 'master' into vinayakb/asterix_resource_management by Vinayak Borkar · 11 years ago
  100. f02e52e6 Fixed an issue when trying to create NCs that share the same io devices. by salsubaiee · 11 years ago