Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
db035f9ebb942a08c23fdff3ce70487cdd7110e2
/
asterix-metadata
db035f9
checkpoint
by ramangrover29
· 11 years ago
7491566
merge from master
by ramangrover29
· 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
d420a68
Make the query mode available to the result distribution operator.
by Madhusudan.C.S
· 11 years ago
ea8ab39
add/update license headers
by Till Westmann
· 11 years ago
bf2cc0e
Merge branch 'master' into zheilbron/asterix_issue470
by zheilbron
· 11 years ago
73877cc
Merge branch 'master' into raman/asterix_lsm_stabilization_coredump
by salsubaiee
· 11 years ago
99c77b9
Merge branch 'master' into raman/asterix_lsm_stabilization_coredump
by salsubaiee
· 11 years ago
f17db3d
Merge branch 'master' into yingyi/asterix_beta_fix
by buyingyi
· 11 years ago
7f005ad
Merge branch 'master' into zheilbron/asterix_issue470
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
54151ae
cleanup the fix for issue349
by buyingyi
· 11 years ago
209adfb
fix issue349
by buyingyi
· 11 years ago
8a0f738
checkpoint
by ramangrover29
· 11 years ago
64e8e0c
fix a bug adding an adapter to metadata cache
by zheilbron
· 11 years ago
9f3d028
change indexes in a dataset to share indexoptracker incl. partitions on same machine
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
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
06558f9
Merge branch 'master' into raman/master_issue_489
by ramangrover29
· 11 years ago
78eddce
fix: cannot drop function
by Raman Grover
· 11 years ago
ad69809
merge from master
by ramangrover29
· 11 years ago
bfe4623
saving state
by ramangrover29
· 11 years ago
857d562
Addressed code review comments.
by salsubaiee
· 11 years ago
b2201c4
saving state
by ramangrover29
· 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
1bfa800
resolved dependency issue around AsterixClusterProperties that escaped the master fix, as it was hiding in a private branch.
by ramangrover29
· 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
c9747ba
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
99e0c32
Fixed a bug where the location constraints were not set properly when using multipe IO devices.
by salsubaiee
· 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
566b3a9
checkpoit
by ramangrover29
· 11 years ago
034156a
reflect hyracks changes to not pass FreePageManager
by zheilbron
· 11 years ago
72cb925
Merge branch 'master' into raman/master_feeds
by ramangrover29
· 11 years ago
4424af4
policy stuff
by ramangrover29
· 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
b88fc97
Merge branch 'master' into raman/asterix_lsm_stabilization_dependency
by ramangrover29
· 11 years ago
7799756
dependency resolution checkpoint 1
by ramangrover29
· 11 years ago
b8b78fd
Changed number of file splits for metadata datasets so that it can be queried.
by salsubaiee
· 11 years ago
5800c16
Fixed various bugs that prevented an lsm index from being partitioned accross iodevices.
by salsubaiee
· 11 years ago
bbe1618
1. fix the partitioning key ordering in AqlDataSource; 2. use murmur hash for all types
by buyingyi
· 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
23d504a
Merge branch 'master' into raman/master_feeds
by ramangrover29
· 11 years ago
ee5bf52
Plugged in number of IODevices to determine number of file splits.
by salsubaiee
· 11 years ago
f9f7834
synthetic adapter
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
f5c6cd2
Passing bloom filter parameters to the LSM indexes.
by salsubaiee
· 11 years ago
c95c32d
added job event listener
by ramangrover29
· 11 years ago
5665017
Removed artificial creation of runtime exception (that was there to test coredump)
by ramangrover29
· 11 years ago
ba75a0b
Merge branch 'master' into jarodwen/hotfix/issue363: 1f82dcc
by JArod
· 12 years ago
6797a08
remove dataverse folder when dataverse is dropped
by zheilbron
· 12 years ago
e2eb6ef
addressed raman's review comments
by zheilbron
· 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
677206d
Merge asterix_lsm_stabilization into madhusudancs/parallelize_result_distribution.
by Madhusudan.C.S
· 12 years ago
4037404
support for coredump: checkpoint 1
by ramangrover29
· 12 years ago
ad6da69
added code to enable temporal instance key on date, time, datetime, year-month-duration and day-time-duration; metadata test should be double checked as it cannot pass now
by JArod
· 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
8bdea78
changes to 1) fix Issue 379: DDL transaction model broken and 2) cleanup and deliver all thrown exception to the caller(reviewed by Raman)
by Young-Seok
· 12 years ago
865c706
merge from asterix_lsm_stabilization
by ramangrover29
· 12 years ago
6c282a1
support for configurable parameters for an asterix instance
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
e928413
Use the ResultSetDomain for partitioning for result distribution.
by Madhusudan.C.S
· 12 years ago
9e35179
Remove the usage of nodeName in result set related classes and do not define a partition constraint for result distribution operator.
by Madhusudan.C.S
· 12 years ago
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
f249f49
Fixed asterix to depend on the latest hyracks release
by vinayakb
· 13 years ago
38b7ca4
Added asterix project
by vinayakb
· 13 years ago