Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
d7135572ee58a59caab44cfaad8d93a13d34fa3a
/
hyracks
/
hyracks-test-support
/
src
/
main
/
java
3c81586
Fixes for Coverity Issues
by Michael Blow
· 9 years ago
26a15f0
Remove Trailing White Spaces
by Abdullah Alamoudi
· 9 years ago
c6f2d18
Support Sending Messages Alongside Frame Data
by Abdullah Alamoudi
· 9 years ago
6464d72
remove end-of-line whitespace
by Till Westmann
· 9 years ago
f1fdb15
Add Support for Upsert Operation
by Abdullah Alamoudi
· 9 years ago
45d1649
Fix for ASTERIXDB-1247
by Ian Maxon
· 9 years ago
638adbc
Changes required to support MessageBroker implementation
by Murtadha Hubail
· 9 years ago
5c6b174
ASTERIXDB-1206: call initialize()/deinitialize() in parallel for OperatorNodePushables in SuperActivityOperatorNodePushable.
by Yingyi Bu
· 9 years ago
1a659da
Make LSM bulkload append-only and write-once.
by Ian Maxon
· 9 years ago
cfa5864
ASTERIXDB-1058: Lazy LSM memory components allocation
by Murtadha Hubail
· 9 years ago
26c3b53
ASTERIXDB-1102: VarSize Encoding to store length of String and ByteArray
by JavierJia
· 9 years ago
1cde365
ASTERIXDB-1053: change IndexLifecycleManager API to use resource name
by Murtadha Hubail
· 9 years ago
aaa888b
ASTERIXDB-1077: Fixed - Inverted index tests are slow compared to others
by Taewoo Kim
· 9 years ago
d885779
Change license headers
by Ian Maxon
· 9 years ago
e915e8c
Change Java package from edu.uci.ics to org.apache
by Ian Maxon
· 9 years ago
9939b48
Change folder structure for Java repackage
by Ian Maxon
· 9 years ago
0d87a57
VariableSizeFrame(VSizeFrame) support for Hyracks.
by JavierJia
· 9 years ago
e0f048d
- Fixed Type Casting issue
by Taewoo Kim
· 10 years ago
09da56b
Added LSM component-level filters for all indexes.
by salsubaiee
· 10 years ago
0622e8e
Several major changes in hyracks:
by Yingyi Bu
· 10 years ago
e5f5676
Merge branch 'ceej/tiered-tests' - consolidated surefire configuration,
by Chris Hillery
· 11 years ago
a91842e
LSM Rtree Optimization
by Abdullah Alamoudi
· 11 years ago
a0f19b1
Merge remote-tracking branch 'origin/master' into ceej/tiered-tests
by Chris Hillery
· 11 years ago
48851f5
fix issue 130 thanks to patch from Till
by Zachary Heilbron
· 11 years ago
1be44df
Ensure batchSize is at least 1 in all cases
by Chris Hillery
· 11 years ago
4077fd8
Ensure batchSize > 0 even when running with very many CPU cores
by Chris Hillery
· 11 years ago
a7f3738
Merge branch 'master' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
3d94fc5
Merge branch 'master' into pouria/fix-memory
by pouria.pirzadeh
· 11 years ago
8178fc0
Fixing Methods signature
by pouria.pirzadeh
· 11 years ago
a716af0
added ability to trigger an application state dump through the rest api
by zheilbron
· 11 years ago
cbf79d8
Merge branch 'master' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
dfb026a
fix IIndexAccessor interface, add a boolean exclusiveMode parameter for the createSearchCursor method
by buyingyi
· 11 years ago
71267de
Merge branch 'master' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
cf69ff4
Optimized search and split of the btree for monotonically increasing keys.
by salsubaiee
· 11 years ago
94dcb37
Adding required method to TestCtx
by pouria.pirzadeh
· 11 years ago
f2d5c2c
Merge branch 'master' into jarodwen/features/positionvar_local
by JArod
· 11 years ago
975908d
Merge branch 'master' into dev/hyracks_msr
by zheilbron
· 11 years ago
e671e20
Modified tests parameters.
by salsubaiee
· 11 years ago
ad3583d
Added another debugging parameters.
by Young-Seok
· 11 years ago
f8f6eac
Added debugging parameters.
by Young-Seok
· 11 years ago
77aad6b
try to fix memory leak issue
by JArod
· 11 years ago
bc8a2c6
Implemented k-buffering for lsm indexes. Also add a fix for issues 589 and 594.
by salsubaiee
· 11 years ago
da7e21b
Merge branch 'master' into dev/hyracks_msr
by zheilbron
· 11 years ago
64bc7a9
revise an index test for the new exception
by buyingyi
· 11 years ago
3b22171
merge from zheilbron/hyracks_msr
by ramangrover29
· 11 years ago
5d0c16d
let inserting duplicate keys become a NoOp instead of throwing exceptions which fail the job
by buyingyi
· 11 years ago
fe8c141
Merged master
by Vinayak Borkar
· 11 years ago
3dd3818
Delete the artifacts of a loaded component if it turn out to be an empty load.
by salsubaiee
· 11 years ago
e273a6b
Pass a boolean argument to the bulkload to decides if checking for an empty index is needed.
by salsubaiee
· 11 years ago
136aeb1
Prevented bulkloading an lsm index if it is not empty.
by salsubaiee
· 11 years ago
276bbc2
add/update license headers
by Till Westmann
· 11 years ago
db5b4b9
Merge branch 'master' into zheilbron/hyracks_asterix_issue470
by zheilbron
· 11 years ago
e819029
activating/deactivating an index multiple times now throws error
by zheilbron
· 11 years ago
62cccfd
Merged in master
by Vinayak Borkar
· 11 years ago
f4555c4
Merge branch 'master' into raman/fullstack_lsm_staging_coredump
by salsubaiee
· 11 years ago
52351b4
Orchestrated the use of executors and thread factory and added buffer cache core dump.
by salsubaiee
· 11 years ago
833fa9d
Merge branch 'master' into zheilbron/hyracks_asterix_issue470
by zheilbron
· 11 years ago
1cb8b1f
Fix for issue 450.
by salsubaiee
· 11 years ago
9186c7b
added IVirtualBufferCacheProvider interface; fixed bug in VBC; add reference counts to VBC open/close methods; give unique virtual file names in lsm indices
by zheilbron
· 11 years ago
263ddb0
Merge branch 'master' into vinayakb/resource_management
by Vinayak Borkar
· 11 years ago
abd2fe1
Passing bloom filter parameters to the LSM indexes.
by salsubaiee
· 12 years ago
40cc046
Added memory manager
by Vinayak Borkar
· 12 years ago
80bb3cc
reintegrate fullstack_dynamic_deployment
by buyingyi
· 12 years ago
a6ef604
Modified the search for the lsm-btree to do properly use instant locks.
by salsubaiee
· 12 years ago
88f4804
merged from fullstack_asterix_stabilization to fullstack_lsm_staging -r3100:3171
by kisskys
· 12 years ago
9506d18
Merged fullstack_asterix_stabilization -r 2933:3157
by vinayakb
· 12 years ago
5728a70
merged hyracks_lsm_tree and fullstack_asterix_stabilization
by zheilbron
· 12 years ago
1696995
Eliminated Application deployment code. Eliminated hyracks-cli. Fixed hyracks examples to work with the new application model
by vinayakb
· 12 years ago
4b606fd
Merged hyracks_asterix_vldb_demo -r 1860:1862
by vinayakb
· 12 years ago
819edac
Added IPageCleanerPolicy
by vinayakb
· 12 years ago
0c86039
Copied hyracks trunk into fullstack
by vinayakb
· 12 years ago