Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
8f33513f785f41574b1f41b89bf7d1f83fe889e4
/
hyracks
/
hyracks-api
/
src
/
main
/
java
fe9bf23
Add Shutdown via API to Hyracks
by Ian
· 10 years ago
0622e8e
Several major changes in hyracks:
by Yingyi Bu
· 10 years ago
f53df34
reduced communication during result distribution
by Till Westmann
· 10 years ago
86a05f3
Code performance readability update for JSON partition constraints.
by Eldon Carman
· 11 years ago
8f649ae
Made the JSON output more readable.
by Eldon Carman
· 11 years ago
6b3c861
Added constraints to the operator JSON.
by Eldon Carman
· 11 years ago
47058a0
adressed code review comments
by icetindil
· 11 years ago
7ca932f
fix for issue #732
by icetindil
· 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
92de360
Merge branch 'master' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
f4e8743
formatting
by Raman Grover
· 11 years ago
8108472
reformatting
by Raman Grover
· 11 years ago
743dfdf
reformatting
by Raman Grover
· 11 years ago
df68066
Merge branch 'master' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
8c4d13f
Merge branch 'master' into raman/master_feeds
by Raman Grover
· 11 years ago
f40769a
removed unnecessary fields in JobInfo
by Raman Grover
· 11 years ago
a716af0
added ability to trigger an application state dump through the rest api
by zheilbron
· 11 years ago
1feaebd
fix application lifecyle mgmt in hyracks nc
by buyingyi
· 11 years ago
cbf79d8
Merge branch 'master' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
249f480
Merge branch 'master' into raman/master_feeds
by Raman Grover
· 11 years ago
18bc24c
changes to tracked locations assigned to an operator for each partition
by Raman Grover
· 11 years ago
a6bdfc9
fix file write race condition
by buyingyi
· 11 years ago
71267de
Merge branch 'master' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
13c51cf
Merge remote-tracking branch 'origin/raman/master_feeds' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
e23f041
Merge branch 'master' into pouria/fix-memory
by pouria.pirzadeh
· 11 years ago
465f68b
merged master back
by JArod
· 11 years ago
3a46c70
merge from master
by Raman Grover
· 11 years ago
45c66bc
fix fault-tolerance and error reporting to handle disk failures
by buyingyi
· 11 years ago
6ab4b50
1. simply activity cluster planner for all-producers-to-all-consumers kind of connectors; 2. lower the NC task threads' priority
by buyingyi
· 11 years ago
6f8257d
changes for memory management
by pouria.pirzadeh
· 11 years ago
77aad6b
try to fix memory leak issue
by JArod
· 11 years ago
3b22171
merge from zheilbron/hyracks_msr
by ramangrover29
· 11 years ago
7a55777
Merge branch 'master' into raman/master_feeds
by ramangrover29
· 11 years ago
fe8c141
Merged master
by Vinayak Borkar
· 11 years ago
622b77c
checkpoint
by ramangrover29
· 11 years ago
3846a47
merge from master
by ramangrover29
· 11 years ago
32a9c33
checkpoint
by ramangrover29
· 11 years ago
c85d19f
Merge branch 'master' of https://code.google.com/p/hyracks
by Till Westmann
· 11 years ago
276bbc2
add/update license headers
by Till Westmann
· 11 years ago
01ded08
Move the interfaces which are not required by client in hyracks api to hyracks-control-nc project.
by Madhusudan.C.S
· 11 years ago
2da4c7e
Refactor out the result state sweeper code.
by Madhusudan.C.S
· 11 years ago
22021e0
Implement a CC side sweeper thread to clean up result distribution Directory Service states related to results.
by Madhusudan.C.S
· 11 years ago
767fe4a
For synchronous queries the partition should be removed as soon as it is read.
by Madhusudan.C.S
· 11 years ago
9322557
Add an additional parameter to ResultWriter operator to take the query or job's execution mode, synchronous or asynchronous as the boolean parameter.
by Madhusudan.C.S
· 11 years ago
cc366ad
Addressed Vinayak's comments
by salsubaiee
· 11 years ago
fc12d19
Merge branch 'master' into raman/fullstack_lsm_staging_coredump
by salsubaiee
· 11 years ago
c297473
Made sure the directories of the core dump exist. This logic should go away once the paths of the core dump files are propgated correctly.
by salsubaiee
· 11 years ago
62cccfd
Merged in master
by Vinayak Borkar
· 11 years ago
a1c7d72
Merge branch 'madhusudancs/error-reporting'
by Madhusudan.C.S
· 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
68bd0ca
Merge master to madhusudancs/error-reporting.
by Madhusudan.C.S
· 11 years ago
5de628e
Addressing Yingyi's Review
by pouria.pirzadeh
· 11 years ago
44cd03d
Adding IPredicateEvaluator for issue 423 at hyracks level
by pouria.pirzadeh@gmail.com
· 11 years ago
dc40468
Addressing Yingyi's Review
by pouria.pirzadeh
· 11 years ago
6a5b907
Adding IPredicateEvaluator for issue 423 at hyracks level
by pouria.pirzadeh@gmail.com
· 11 years ago
5620e95
added job info
by ramangrover29
· 11 years ago
4634d0f
adding missing interface IClusterLifecycleListener
by ramangrover29
· 11 years ago
10aa99d
Added mechanism for an application to subscribe to cluster membership events
by ramangrover29
· 11 years ago
40cc046
Added memory manager
by Vinayak Borkar
· 12 years ago
46b3981
coredump checkpoint
by ramangrover29
· 12 years ago
534471c
Read results for each result set id.
by Madhusudan.C.S
· 12 years ago
1e8df9f
Merge branch 'fullstack_lsm_staging' into madhusudancs/parallelize_result_distribution.
by Madhusudan.C.S
· 12 years ago
e640fe2
Fix the job result status to use the job level status enum type.
by Madhusudan.C.S
· 12 years ago
80bb3cc
reintegrate fullstack_dynamic_deployment
by buyingyi
· 12 years ago
320388a
Propagate the actual exceptions thrown in the NCs to the CC and to the client via the API or WebUI.
by Madhusudan.C.S
· 12 years ago
89b7da1
Implement read aborting in all the nodes when a job fails.
by Madhusudan.C.S
· 12 years ago
76036e4
Refactor result caching mechanism.
by Madhusudan.C.S
· 12 years ago
74230c3
merged r3236:3273 fullstack_asterix_stabilization --> fullstack_lsm_staging
by zheilbron
· 12 years ago
3688c7b
Implement job cleaner using the history property.
by madhusudancs@gmail.com
· 12 years ago
6ccde41
merged fullstack_asterix_stabilization -r3171:3236 --> fullstack_lsm_staging
by zheilbron
· 12 years ago
88f4804
merged from fullstack_asterix_stabilization to fullstack_lsm_staging -r3100:3171
by kisskys
· 12 years ago
0759951
Fix merge and build issue.
by madhusudancs@gmail.com
· 12 years ago
ccd9938
Merge fullstack_asterix_stabilization with fullstack_hyracks_result_distribution.
by madhusudancs@gmail.com
· 12 years ago
9506d18
Merged fullstack_asterix_stabilization -r 2933:3157
by vinayakb
· 12 years ago
db6dc11
Add support to handle job failures.
by madhusudancs@gmail.com
· 12 years ago
caf0833
Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution.
by madhusudancs@gmail.com
· 12 years ago
c3bd7c3
Implement a basic memory manager to cache results from jobs and use the writer and reader to store and distribute the results.
by madhusudancs@gmail.com
· 12 years ago
7b604e0
Implement interfaces for result writing and reading.
by madhusudancs@gmail.com
· 12 years ago
f58b75d
Implement a class for storing the state of the results.
by madhusudancs@gmail.com
· 12 years ago
20403e2
ResultWriterOperator should provide the record descriptor of its input buffers at run time to serializer and it shouldn't be statically provided to the factory provider at static query compilation time.
by madhusudancs@gmail.com
· 12 years ago
1daf6a6
Separate the result reader out of the client class which sets up connection.
by madhusudancs@gmail.com
· 12 years ago
4df32f6
merged fullstack_asterix_stabilization r3023:3038 to fullstack_lsm_staging
by zheilbron
· 12 years ago
640ca4d
address Vinayak's comments
by buyingyi
· 12 years ago
5728a70
merged hyracks_lsm_tree and fullstack_asterix_stabilization
by zheilbron
· 12 years ago
cfdcb0f
clean up comments and code
by buyingyi
· 12 years ago
1374e75
Define an init method for the serializer and call it in result writer's open method.
by madhusudancs@gmail.com
· 12 years ago
ab03447
create a rewriter during each initialize call
by buyingyi
· 12 years ago
a05b1d4
Added complete lifecycle methods for the Application EntryPoint interfaces
by vinayakb
· 12 years ago
61f0703
move the super activity DAG initialization into the constructor of SuperActivityNodePushable
by buyingyi
· 12 years ago
c9a8229
Decrement the number of available frames after each read and check for the available frames count each time.
by madhusudancs@gmail.com
· 12 years ago
ba89d0b
Remove the usage of serialized descriptor.
by madhusudancs@gmail.com
· 12 years ago
e4551ab
Remove the usage of "Appender" from result serializer interfaces because we do not want those implementations to ByteBuffer frames anymore.
by madhusudancs@gmail.com
· 12 years ago
ffc49ae
To be able to serialize the results on the server side obtain the printer factories for the results and pass it to the result handling metadataprovider run time.
by madhusudancs@gmail.com
· 12 years ago
b4036b6
make asterix tests pass
by buyingyi
· 12 years ago
4d38f45
cleanup rewriter
by buyingyi
· 12 years ago
a554d89
make all fullstack tests pass
by buyingyi
· 12 years ago
bb90ee7
rewrite hyracks activity cluster graphs to eliminate one-to-one connectors
by buyingyi
· 12 years ago
Next »