- 2436b22 Merged master into salsubaiee/master_change_lsm_merge_policy by salsubaiee · 11 years ago
- 801bffe Allowed user to specify the merging policy by salsubaiee · 11 years ago
- 2ebc052 fixed recovery bugs by Young-Seok · 11 years ago
- 49accfe checkpoint towards fixing diskComponents' LSN by Young-Seok · 11 years ago
- f56d96c fixed bugs related to rollback and primary key length by Young-Seok · 11 years ago
- 9ab9b10 checkpoint towards fixing LSN related issues(issue 591, 609, and 614) and more by Young-Seok · 11 years ago
- 2602169 changes to fix issue 620 by Young-Seok · 11 years ago
- ba65dac changes to fix issues, 621 and 622 by Young-Seok · 11 years ago
- 2b2a81a changes to make the lockMgr's unit test work by Young-Seok · 11 years ago
- 6bf5b09 addressed code review comments and reverted the way that the logFlusher is stopped. by Young-Seok · 11 years ago
- c5346f41 another change to stop the LogFlusher thread by Young-Seok · 11 years ago
- 021dea6 changed the way to stop logFlusher thread. by Young-Seok · 11 years ago
- eea6555 removed the information of the numOfPartitions and refined synchronization blocks in transaction related classes. by Young-Seok · 11 years ago
- 53c2b10 added debug info by Young-Seok · 11 years ago
- 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
- 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
- 2f13d1c Make sure we use forceInsert and forceDelete in asterix whenever we are not using hyracks ops. by salsubaiee · 11 years ago
- 83466dc Make sure the num of active ops is not decremented for job-level commits. by salsubaiee · 11 years ago
- 85b89ef Merged kisskys/master_serialized_log_appender into kisskys_salsubaiee/storage_log_manager_fixes. by salsubaiee · 11 years ago
- 3873e90 Fix compilation errors. by salsubaiee · 11 years ago
- 7821d77 Code cleanup. by salsubaiee · 11 years ago
- 2522504 Added many fixes. Checkpointpoing. by salsubaiee · 11 years ago
- 1585798 Checkpoint, the code does not compile. by salsubaiee · 11 years ago
- d4a8933 Remove unused code. by salsubaiee · 11 years ago
- d50e0a2 Fix for issue 587. by salsubaiee · 11 years ago
- 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
- a148c93 merged issue branch(kisskys/log_cursor_stackoverflow_issue) to master and removed an unnecessary file by Young-Seok · 11 years ago
- 8e45022 addressed code review comments by Young-Seok · 11 years ago
- bd25ee7 Merged master by Vinayak Borkar · 11 years ago
- 644bd02 Pass absolute directoey info to the lsm indexes. by salsubaiee · 11 years ago
- cdd0fd3 changes to fix the Issue 543 in asterixdb: Incorrect logic in rollback --> StackOverlfowError by Young-Seok · 11 years ago
- 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
- b27deb2 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
- 2dfb91b [maven-release-plugin] prepare release asterix-0.8.0 by Vinayak Borkar · 11 years ago asterix-0.8.0
- 9310134 Updated all pom.xml versions to 0.8.0-SNAPSHOT by Vinayak Borkar · 11 years ago
- 126e3c8 Removed unnecessary file separator. by salsubaiee · 11 years ago
- 3a33299 Fix for issue 509. by salsubaiee · 11 years ago
- 0ee5ab9 merge master by Till Westmann · 11 years ago
- 3dc4d4b Merge branch 'master' of https://code.google.com/p/asterixdb by ramangrover29 · 11 years ago
- 3a31f33 addressed code review comments by ramangrover29 · 11 years ago
- ea8ab39 add/update license headers by Till Westmann · 11 years ago
- 66ae1ee Merge branch 'master' into raman/master_ports by ramangrover29 · 11 years ago
- f6012cc Merge branch 'master' into jarodwen/hotfix/issue425 by JArod · 11 years ago
- db0583d Merge branch 'master' of https://code.google.com/p/asterixdb by zheilbron · 11 years ago
- 908337d Merge branch 'master' into jarodwen/hotfix/issue425 by JArod · 11 years ago
- bcd7fdb checkpoint: debugging the listify argument for aggregate functions by JArod · 11 years ago
- 5e43cf9 Merge branch 'master' into raman/master_ports by ramangrover29 · 11 years ago
- df9a80c 1) added support to collect logs 2) modified naming convention for asterix_root_metadata by ramangrover29 · 11 years ago
- bf2cc0e Merge branch 'master' into zheilbron/asterix_issue470 by zheilbron · 11 years ago
- afd59aa fixing merge issues by icetindil · 11 years ago
- 1278131 updating default configuration, adding extra parameters to the configuration by icetindil · 11 years ago
- 91f94b5 plugging in log and lock configuration parameters by icetindil · 11 years ago
- 103697f Plugged in the core dump configuration (paths) from managix by ramangrover29 · 11 years ago
- 7f005ad Merge branch 'master' into zheilbron/asterix_issue470 by zheilbron · 11 years ago
- 77ecc43 use a provider rather than a factory for operationtrackers by zheilbron · 11 years ago
- 7f6ad12 Merge master into raman/asterix_lsm_stabilization_coredump. by salsubaiee · 11 years ago
- 0cd5e7f Merge branch 'master' into vinayakb/asterix_resource_management by Vinayak Borkar · 11 years ago
- 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
- 37d42f0 added transaction support for exclusive job-level commits (e.g. Metadata) by zheilbron · 11 years ago
- 9f3d028 change indexes in a dataset to share indexoptracker incl. partitions on same machine by zheilbron · 11 years ago
- 4589a06 Fix for issue 494. by salsubaiee · 11 years ago
- b4fc7a5 use lock counts to determine whether to decrease active transaction count on unlock by zheilbron · 11 years ago
- cdade3d ensure decrement is called in complete operation by zheilbron · 11 years ago
- 3717421 use only the primary index to track transaction counts within a dataset by zheilbron · 11 years ago
- 298abda Merge branch 'master' into zheilbron/asterix_issue470 by zheilbron · 11 years ago
- 857d562 Addressed code review comments. by salsubaiee · 11 years ago
- eac961d added datasetlifecyclemanager to properly account for memory throughout index lifecycle; adjusted default memory budget to be slightly lower by zheilbron · 11 years ago
- 4321020 Merge branch 'master' into vinayakb/asterix_resource_management by Vinayak Borkar · 11 years ago
- f02e52e6 Fixed an issue when trying to create NCs that share the same io devices. by salsubaiee · 11 years ago
- 45d6121 merge master into branch. by salsubaiee · 11 years ago
- 030ec39 Merge branch 'master' into zheilbron/asterix_issue470 by zheilbron · 11 years ago
- b284469 change all indices within a dataset to use the same VirtualBufferCache by zheilbron · 11 years ago
- b718af9 Fixed exception handling by Vinayak Borkar · 11 years ago
- 034156a reflect hyracks changes to not pass FreePageManager by zheilbron · 11 years ago
- c22cf7b Task complete: dependency between asterix-transactions and asterix-common broken. All test case PASS by ramangrover29 · 11 years ago
- 285ce1f replaced (Dual)InMemoryBufferCache with VirtualBufferCache by zheilbron · 11 years ago
- 5800c16 Fixed various bugs that prevented an lsm index from being partitioned accross iodevices. by salsubaiee · 11 years ago
- 9b48192 merged master into dependency branch, resolving all conflicts and made it compatible with hyracks master by ramangrover29 · 11 years ago
- 5c20734 attempt to make branch work with current hyracks: checkpoint 1 by ramangrover29 · 11 years ago
- 5cadee6 Merge branch 'master' into salsubaiee/master_add_configurable_bloom_filter_parameter by salsubaiee · 11 years ago
- da533ba fixed issue458(Build hang on master) and a possible bug of shrinking memory in LockWaiterManager by Young-Seok · 11 years ago
- f5c6cd2 Passing bloom filter parameters to the LSM indexes. by salsubaiee · 11 years ago
- 8925e12 Added coredump functionality in Lock/Log/Transaction/RecoveryMgr by Young-Seok · 11 years ago
- 1550aea merged master to variable log page size issue branch by Young-Seok · 12 years ago
- 654d39c reflected code review comments by Young-Seok · 12 years ago
- e4baf34 guarded active transaction count with atomic integer by zheilbron · 12 years ago
- e46316e another bug fix(issue437: lost log record) and code clean up by Young-Seok · 12 years ago
- 18e3138 resolving dependency between asterix-common and asterix-transactions by ramangrover29 · 12 years ago
- 255df85 changes to fix Issue 409(supporting variable log page size) by Young-Seok · 12 years ago
- a9faa18 coredump functionality checkpoint:2 by ramangrover29 · 12 years ago
- 865c706 merge from asterix_lsm_stabilization by ramangrover29 · 12 years ago
- 330a541 support for configurable parameters for an asterix instance (part2) by ramangrover29 · 12 years ago
- 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 · 12 years ago
- 726f392 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 12 years ago
- 52a5978 [maven-release-plugin] prepare release asterix-0.0.5 by Vinayak Borkar · 12 years ago asterix-0.0.5
- e81c623 Merge branch 'salsubaiee/asterix_lsm_stabilization_issue_328' into asterix_lsm_stabilization. (Code reviewed by Zack). by salsubaiee · 12 years ago
- 4555d1d fixed the same bug of shrink() method in EntityLockInfoManager as the one in EntityInfoManager by Young-Seok · 12 years ago
- c021e82 reflected code review comments from Sattam. The code review is about the fix of the build test hang bug by Young-Seok · 12 years ago
- 1978450 changes to fix Issue 336: asterix build tests hang by Young-Seok · 12 years ago
- 1d0b690 changes to release the latch of the LockTable in *finally* block by Young-Seok · 12 years ago