Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
28badf28ca2ccad04422acc75e56e0f9d871edd5
/
asterix-transactions
032a178
Add Apache RAT License Auditor plugin, and fix missing licenses
by Ian Maxon
· 9 years ago
b9611bb
Added a flag to identify first NC start during creation
by hubailmor@gmail.com
· 9 years ago
ccd67fe
Temp dataset support:
by buyingyi
· 9 years ago
a12d8cd
- Fixed Type Casting issue
by Taewoo Kim
· 10 years ago
ef9e081
Modified locking on DatasetLifeCycleManager
by hubailmor@gmail.com
· 10 years ago
ce70c7b
Added flush logs and enabled non-sharp checkpoints
by hubailmor@gmail.com
· 10 years ago
4a816dc
Add license info so it is visible to maven
by Ian
· 10 years ago
661b1d0
763: Omit wrapper "results" JSON object in HTTP API output for JSON results;
by Chris Hillery
· 10 years ago
6212c90
fix build warnings
by Till Westmann
· 10 years ago
8f5a173
Changes to fix issue793
by Young-Seok
· 10 years ago
661b9c7
Added a new merge policy, called correlated-prefix.
by salsubaiee
· 10 years ago
f2ed8bc
[maven-release-plugin] prepare for next development iteration
by Ian Maxon
· 10 years ago
25bed01
[maven-release-plugin] prepare release asterix-0.8.6
by Ian Maxon
· 10 years ago
asterix-0.8.6
a5af4e0
Added filters to AsterixDB's primary and secondary indexes.
by salsubaiee
· 10 years ago
d905773
Add external indexes
by Abdullah Alamoudi
· 10 years ago
eb78b8a
[maven-release-plugin] prepare for next development iteration
by Zachary Heilbron
· 11 years ago
f3268e9
[maven-release-plugin] prepare release asterix-0.8.5
by Zachary Heilbron
· 11 years ago
asterix-0.8.5
documentation-13
a3af113
Merge branch 'master' into westmann/cleanup
by Till Westmann
· 11 years ago
762470b
[maven-release-plugin] prepare for next development iteration
by Zachary Heilbron
· 11 years ago
8350912
[maven-release-plugin] prepare release asterix-0.8.4
by Zachary Heilbron
· 11 years ago
asterix-0.8.4
4c16c64
some small cleanup
by Till Westmann
· 11 years ago
1aac419
Adjust creation of Rtree to reflect the new LSM Rtree Optimization
by Abdullah Alamoudi
· 11 years ago
5eddbc8
changes to fix issue 727
by Young-Seok
· 11 years ago
a6aa30a
merge kisskys/master_logrecord_optimization into master
by Young-Seok
· 11 years ago
29bface
remove debug logging
by Till Westmann
· 11 years ago
d2034f6
move print methods to the 'debugging section'
by Till Westmann
· 11 years ago
657d08a
Merge branch 'master' into westmann/locks
by Till Westmann
· 11 years ago
d8ea5cc
generate methods to print a record as JSON
by Till Westmann
· 11 years ago
6313d24
remove useless gitignores that Eclipse generates
by zheilbron
· 11 years ago
a21d23f
disable debugging checks fix LockManagerDeterministicUnitTest some cleanup
by Till Westmann
· 11 years ago
b1e74d2
some more cleanup (mostly removal of debug/logging code)
by Till Westmann
· 11 years ago
d0a67bb
some cleanup
by Till Westmann
· 11 years ago
7fac4b3
remove duplicate
by Till Westmann
· 11 years ago
c191e23
better attempt to fix the bug minor cleanup
by Till Westmann
· 11 years ago
c17c989
a fix and a bunch of debugging changes
by Till Westmann
· 11 years ago
6111491
add DeadlockTracker
by Till Westmann
· 11 years ago
76af609
RecoveryManager change from issue 695
by Till Westmann
· 11 years ago
92e459a
reduced log record size by removing old operation/value and generalized undo operation by not using physical delete operation in LSM btree
by Young-Seok
· 11 years ago
9e00d47
[maven-release-plugin] prepare for next development iteration
by Vinayak Borkar
· 11 years ago
84fc7cc
[maven-release-plugin] prepare release asterix-0.8.3
by Vinayak Borkar
· 11 years ago
asterix-0.8.3
4c35023
[maven-release-plugin] prepare for next development iteration
by Vinayak Borkar
· 11 years ago
b633831
[maven-release-plugin] prepare release asterix-0.8.2
by Vinayak Borkar
· 11 years ago
asterix-0.8.2
229b80c
[maven-release-plugin] prepare for next development iteration
by Vinayak Borkar
· 11 years ago
9cca81b
[maven-release-plugin] prepare release asterix-0.8.1
by Vinayak Borkar
· 11 years ago
asterix-0.8.1
38059d9
Merge branch 'master' into zheilbron/asterix_msr_demo
by zheilbron
· 11 years ago
076f61b
Merge branch 'master' into zheilbron/asterix_msr_demo
by zheilbron
· 11 years ago
1ac2408
Merge branch 'master' into westmann/locks
by Till Westmann
· 11 years ago
17f90ef
merge from master
by ramangrover29
· 11 years ago
b6ca223
Merge branch 'master' into westmann/locks
by Till Westmann
· 11 years ago
443c04b
32 bits are not enough for LockManagerStats
by Till Westmann
· 11 years ago
5723b94
no allocation of job slot during unlock
by Till Westmann
· 11 years ago
ac045fd
do not keep the monitor on jobArenaMgr unnecessarily
by Till Westmann
· 11 years ago
15f27d5
put some detailed logging behind a DEBUG_MODE guard small cleanup
by Till Westmann
· 11 years ago
a048bce
add DummyLockManager
by Till Westmann
· 11 years ago
b1411eb
Merge branch 'master' into zheilbron/asterix_msr_demo
by zheilbron
· 11 years ago
1dea437
always lock the whole dataset in PrimaryIndexSearchOperationCallback
by Till Westmann
· 11 years ago
ef02b79
log the right counters
by Till Westmann
· 11 years ago
f0f6add
move request counters into separate class comment out some detailed logging
by Till Westmann
· 11 years ago
e140123
s/Stats/RecordManagerStats/
by Till Westmann
· 11 years ago
7e5570a
merge from master
by ramangrover29
· 11 years ago
8254bf0
introduce private unlock method that takes only primitive parameters
by Till Westmann
· 11 years ago
fb6ae0e
use AtomicInteger instead of volatile int to get reliable counters
by Till Westmann
· 11 years ago
d285066
remove jobId from jobIdSlotMap in releaseLocks
by Till Westmann
· 11 years ago
9afdfac
reuseable DatasetId and JobId objects
by Till Westmann
· 11 years ago
312c4d6
remove AsterixThreadExecutor.shutdown() again
by Till Westmann
· 11 years ago
ea4c0d1
synchronize on jobArenaMgr when looking for deadlocks
by Till Westmann
· 11 years ago
5a906ad
add logic for manually triggered state dumps
by zheilbron
· 11 years ago
57aed13
introduce LockMode.ANY to indicate that the first lock will be unlocked during unlock
by Till Westmann
· 11 years ago
3990b0b
more efficient implementations for instantLock and instantTryLock
by Till Westmann
· 11 years ago
a1677db
include upgraders in deadlock detection
by Till Westmann
· 11 years ago
948fec9
remove imports from code generator
by Till Westmann
· 11 years ago
a106832
add lock mode parameter to unlock method
by Till Westmann
· 11 years ago
28fbd9a
the templates are now a fixed part of the maven plugin
by Till Westmann
· 11 years ago
7b1b22a
read RecordTypes from JSON specifications
by Till Westmann
· 11 years ago
a16a5e6
add cache of size 1 inside of DatasetLockCache
by Till Westmann
· 11 years ago
46b138b
some cleanup
by Till Westmann
· 11 years ago
19a1069
change size of ResourceGroupTable
by Till Westmann
· 11 years ago
7ee85a8
some cleanup
by Till Westmann
· 11 years ago
3ed8ef8
add cache for dataset locks (they are given up when the job finishes)
by Till Westmann
· 11 years ago
9082e6c
Merge remote-tracking branch 'origin/raman/master_feeds_merge' into zheilbron/asterix_msr_demo
by zheilbron
· 11 years ago
f303011
check that job is not aborted before requsting another lock
by Till Westmann
· 11 years ago
c0113b4
read config file shutdown LogManager and AsterixThreadExecutor
by Till Westmann
· 11 years ago
84afe04
cleanup
by Till Westmann
· 11 years ago
b9cfe33
add dump functionality to ConcurrentLockManager
by Till Westmann
· 11 years ago
20ba107
move shutdown of AsterixThreadExecutor out of LogManager
by Till Westmann
· 11 years ago
ed1c978
shutdown ExecutorService when shutting down LogManager
by Till Westmann
· 11 years ago
655aa72
pull AllocInfo out of RecordManager template
by Till Westmann
· 11 years ago
a87253b
- introduce (logical) type for local and global pointers (slots)
by Till Westmann
· 11 years ago
029c50b
fix case where the same job re-acquires the exact same lock add debugging code
by Till Westmann
· 11 years ago
b6b7308
cosmetic changes
by Raman Grover
· 11 years ago
b2a8772
initialize newly allocated job slots
by Till Westmann
· 11 years ago
bb6180f
add simple deadlock detection add JobArenaManager
by Till Westmann
· 11 years ago
0d31d5c
create maven plugin for generator
by Till Westmann
· 11 years ago
57c95aa
add implementations for instantLock, tryLock, and instantTryLock
by Till Westmann
· 11 years ago
286bc9f
inline batchUnlock to avoid dependency on LockManager implementation
by Till Westmann
· 11 years ago
10cfa41
pull allocation/deallocation up to the arena managers
by Till Westmann
· 11 years ago
85f8b04
less buggy work in progress
by Till Westmann
· 11 years ago
ae7c7a6
work in progress
by Till Westmann
· 11 years ago
b95a3b2
checkpoint
by Raman Grover
· 11 years ago
ebcff8a
checkpoint
by Raman Grover
· 11 years ago
Next »