Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
5749ef9ee2852ca3d6d4bbd62f50a279d97ae186
/
asterix-common
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
becf1a8
Revert a change to TestsUtil.
by salsubaiee
· 11 years ago
3a33299
Fix for issue 509.
by salsubaiee
· 11 years ago
0ee5ab9
merge master
by Till Westmann
· 11 years ago
ea8ab39
add/update license headers
by Till Westmann
· 11 years ago
cc4e3fe
Merge branch 'raman/master_ports'
by ramangrover29
· 11 years ago
ecbeb71
Fix for issue 505.
by salsubaiee
· 11 years ago
e8b16fb
temporarily changing web.port to be 19002
by ramangrover29
· 11 years ago
85b2952
changed asterix-build-configuration.xml
by ramangrover29
· 11 years ago
fa0a578
1) fixed issue 506 (BetaBlocker) 2) configurable CC ports 3) cosmetic changes for indented output of describe -admin command
by ramangrover29
· 11 years ago
db0583d
Merge branch 'master' of https://code.google.com/p/asterixdb
by zheilbron
· 11 years ago
ca0916e
Merge branch 'master' into yingyi/asterix_beta_fix
by buyingyi
· 11 years ago
3d66580
fix for issue244
by buyingyi
· 11 years ago
46ed715
added coredump functionality to dataset lifecycle manager
by zheilbron
· 11 years ago
bf2cc0e
Merge branch 'master' into zheilbron/asterix_issue470
by zheilbron
· 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
8d0a35c
Addressed Vinayak's comments
by salsubaiee
· 11 years ago
99c77b9
Merge branch 'master' into raman/asterix_lsm_stabilization_coredump
by salsubaiee
· 11 years ago
103697f
Plugged in the core dump configuration (paths) from managix
by ramangrover29
· 11 years ago
ba60a38
reformat pom source
by zheilbron
· 11 years ago
7f005ad
Merge branch 'master' into zheilbron/asterix_issue470
by zheilbron
· 11 years ago
25cb8bf
added dependencies to LSM in commons
by zheilbron
· 11 years ago
7f6ad12
Merge master into raman/asterix_lsm_stabilization_coredump.
by salsubaiee
· 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
097793e
Merge branch 'master' into madhusudancs/testframework-update
by Madhusudan.C.S
· 11 years ago
98b3c92
use tree-specific IO opcallbacks
by zheilbron
· 11 years ago
483fb87
Addressing Yingyi's Review
by pouria.pirzadeh
· 11 years ago
eaab72d
issue 423
by pouria.pirzadeh
· 11 years ago
b9b1864
Merge branch 'master' into jarodwen/hotfix/function-issues
by JArod
· 11 years ago
37d42f0
added transaction support for exclusive job-level commits (e.g. Metadata)
by zheilbron
· 11 years ago
9780a32
Update test framework to fail fast, that is not proceed if an operation fails.
by Madhusudan.C.S
· 11 years ago
117fdf9
Update the test framework to read the result in chunks.
by Madhusudan.C.S
· 11 years ago
9f3d028
change indexes in a dataset to share indexoptracker incl. partitions on same machine
by zheilbron
· 11 years ago
7a42411
Update the test framework to fail fast.
by Madhusudan.C.S
· 11 years ago
b4fc7a5
use lock counts to determine whether to decrease active transaction count on unlock
by zheilbron
· 11 years ago
3717421
use only the primary index to track transaction counts within a dataset
by zheilbron
· 11 years ago
457e2f7
Fixed a bug that caused a dataset to be removed from DatasetLifecycleManager too soon
by zheilbron
· 11 years ago
298abda
Merge branch 'master' into zheilbron/asterix_issue470
by zheilbron
· 11 years ago
9d0a1bf
lowered default global budget for memory components; propagate error if one occurs in MDBootstrap; change DSLifecycleManager to flush indexes when they close
by zheilbron
· 11 years ago
ad69809
merge from master
by ramangrover29
· 11 years ago
5bf607f
Merge branch 'master' into jarodwen/hotfix/function-issues
by JArod
· 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
ffa5e6f
Reduced the default in-memory component by half in order for a test case to pass after fixing issue 460.
by salsubaiee
· 11 years ago
9479fc1
update default size of in-memory components to be consistent with JVM build size
by zheilbron
· 11 years ago
1bfa800
resolved dependency issue around AsterixClusterProperties that escaped the master fix, as it was hiding in a private branch.
by ramangrover29
· 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
01af688
Merge branch 'master' into yingyi/asterix_beta_fix
by buyingyi
· 11 years ago
7fc5709
fix the error reporting format
by buyingyi
· 11 years ago
b284469
change all indices within a dataset to use the same VirtualBufferCache
by zheilbron
· 11 years ago
9104e60
1) fixed issue 475 and 476 2) Added tiny social queries to test suite
by ramangrover29
· 11 years ago
dd8128b
Addressed code review comments.
by salsubaiee
· 11 years ago
c22cf7b
Task complete: dependency between asterix-transactions and asterix-common broken. All test case PASS
by ramangrover29
· 11 years ago
7799756
dependency resolution checkpoint 1
by ramangrover29
· 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
889ef58
addressed review comments for issue 178
by JArod
· 11 years ago
904d250
1) Asterix now subscribes to cluster membership events. 2) By virtue of (1), it now collects NC config params and uses the # of iodevices when creating a dataset. 3) Upon a node failure, Asterix declares itself in UNUSABLE state and shows appropriate message when a user tries the webui
by ramangrover29
· 11 years ago
9d776bf
Changed number of file splits to be based on IODevices per NC.
by salsubaiee
· 11 years ago
5cadee6
Merge branch 'master' into salsubaiee/master_add_configurable_bloom_filter_parameter
by salsubaiee
· 11 years ago
2bf3074
merge from master
by ramangrover29
· 11 years ago
f5c6cd2
Passing bloom filter parameters to the LSM indexes.
by salsubaiee
· 11 years ago
72db644
merge from master
by ramangrover29
· 12 years ago
5e6d21f
fixed issue 376 Need to classify and properly treat all built-in functions in AQL
by ramangrover29
· 12 years ago
ba75a0b
Merge branch 'master' into jarodwen/hotfix/issue363: 1f82dcc
by JArod
· 12 years ago
9a430b2
renamed some configuration parameters and made sure log level is set properly for builds
by zheilbron
· 12 years ago
81907af
handled undefined property to avoid NPE
by zheilbron
· 12 years ago
e2eb6ef
addressed raman's review comments
by zheilbron
· 12 years ago
bb4fdcb
modifie naming convention for asterix configuration properties in source to match those defined in xml (_ -> .) 2) used edu.uci.ics as the package for setting gobal log level
by ramangrover29
· 12 years ago
18e3138
resolving dependency between asterix-common and asterix-transactions
by ramangrover29
· 12 years ago
76fee7f
storage configurations are now accessed from config file
by zheilbron
· 12 years ago
9c5793c
refactored configurations into hierarchy and namespaced property names
by zheilbron
· 12 years ago
bbdfde1
Merge branch 'asterix_lsm_stabilization' into jarodwen/hotfix363
by JArod
· 12 years ago
6cc6f01
pending change
by ramangrover29
· 12 years ago
ff6fe59
changed configuration parameter delimiter to '.'; removed duplicate entries
by zheilbron
· 12 years ago
93b74a8
modifed test fraemwork to provide functionality of selectively invoking a test case when using eclipse
by ramangrover29
· 12 years ago
929aeea
added get functions for day-time-duration and year-month-duration
by JArod
· 12 years ago
4037404
support for coredump: checkpoint 1
by ramangrover29
· 12 years ago
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
· 12 years ago
901bdcd
added default values for configurable parameters
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
6c282a1
support for configurable parameters for an asterix instance
by ramangrover29
· 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
8c7ffcd
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 12 years ago
vault/asterix_lsm_stabilization@1654
8a1a718
[maven-release-plugin] prepare release asterix-0.0.4
by vinayakb
· 12 years ago
asterix-0.0.4@1646
45547d7
[maven-release-plugin] rollback the release of asterix-0.0.4
by vinayakb
· 12 years ago
5b3b3a3
[maven-release-plugin] prepare release asterix-0.0.4
by vinayakb
· 12 years ago
67c655f
[maven-release-plugin] rollback the release of asterix-0.0.4
by vinayakb
· 12 years ago
634d9e3
[maven-release-plugin] prepare release asterix-0.0.4
by vinayakb
· 12 years ago
5ee049d
Merged asterix_lsm_stabilization upto r1547
by vinayakb
· 12 years ago
a13f242
This check-in is a clean up of the asterix code.
by ramangrover29
· 13 years ago
vault/asterix_stabilization@58
f249f49
Fixed asterix to depend on the latest hyracks release
by vinayakb
· 13 years ago
Next »