Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
12bab0d36e2fe7031d8be1b2d58ff8bde0382ad8
/
hyracks
/
hyracks-control
/
hyracks-control-common
/
src
/
main
/
java
d000771
Add ability to configure network ports for NCs and CC.
by Chris Hillery
· 10 years ago
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
07e87bd
start WorkQueue at the end of CC startup
by Till Westmann
· 10 years ago
f6600f6
Merge branch 'master' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
fbf80a9
Merge branch 'master' of https://code.google.com/p/hyracks
by buyingyi
· 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
d3ac16f
restoring default values for heartbeat_period and max_heartbeat_elapsed, temporarily changed for fault tolerance experiments
by Raman Grover
· 11 years ago
b5554f6
1. add deployment retry 2. support plan switch
by buyingyi
· 11 years ago
c8777fe
add I/O counter
by buyingyi
· 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
249f480
Merge branch 'master' into raman/master_feeds
by Raman Grover
· 11 years ago
674bf7e
Merge branch 'master' into yingyi/fullstack_fix
by buyingyi
· 11 years ago
a6bdfc9
fix file write race condition
by buyingyi
· 11 years ago
13c51cf
Merge remote-tracking branch 'origin/raman/master_feeds' into zheilbron/hyracks_msr_demo
by zheilbron
· 11 years ago
3a46c70
merge from master
by Raman Grover
· 11 years ago
07ba95f
Merged hyracks master back into VXQuery branch.
by ecarm002@ucr.edu
· 11 years ago
45c66bc
fix fault-tolerance and error reporting to handle disk failures
by buyingyi
· 11 years ago
30eff62
Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix
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
fb7ec92
shut down ResultStateSweeper when it's interrupted
by Jake Biesinger
· 11 years ago
0420ded
revert heart beat configs to defaults
by zheilbron
· 11 years ago
418918c
Instead of adding stop commands to the running thread, this commit changes the thread to be a daemon thread.
by ecarm002@ucr.edu
· 11 years ago
bff9f41
Instead of adding stop commands to the running thread, this patch changes the thread to be a daemon thread.
by ecarm002@ucr.edu
· 11 years ago
a16c9ec
Add support for stopping the ResultStateSweeper thread in to the classes that create it.
by ecarm002@ucr.edu
· 11 years ago
4055368
temporarily altered defaults for testing
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
ee44e93
Add command line parameters to command line mappers.
by Madhusudan.C.S
· 11 years ago
2da4c7e
Refactor out the result state sweeper code.
by Madhusudan.C.S
· 11 years ago
7329820
Add new configuration parameters for NC for new result distribution policy based on time.
by Madhusudan.C.S
· 11 years ago
5cbd719
Add new configuration parameters on CC side for new result distribution cleanup policy based on time.
by Madhusudan.C.S
· 11 years ago
fc12d19
Merge branch 'master' into raman/fullstack_lsm_staging_coredump
by salsubaiee
· 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
7b0439c
Reverted the previous commit, number of io devices is now controlled by AsterixHyracksIntegrationUtil.
by salsubaiee
· 11 years ago
e6c4421
Changed the default numbe rof IO devices in the asterix tests from 1 to 2.
by salsubaiee
· 11 years ago
10aa99d
Added mechanism for an application to subscribe to cluster membership events
by ramangrover29
· 11 years ago
e2e3dc8
Changed error reporting to return exceptions that were responsible for Job termination
by Vinayak Borkar
· 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
97cfb16
Use LinkedHashMap to remove the state of old entries.
by madhusudancs@gmail.com
· 12 years ago
48632b4
Merge fullstack_hyracks_result_distribution to fullstack_asterix_stabilization.
by madhusudancs@gmail.com
· 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
e611d23
Add support to provide the result distribution buffer memory budget as command line option to the node controller.
by madhusudancs@gmail.com
· 12 years ago
16d120f
Removed dcache dependency from NCDriver
by vinayakb
· 12 years ago
b90e426
Fixed setting of distributed state
by vinayakb
· 12 years ago
ca27294
Fix the tests and code to support server side serialization.
by madhusudancs@gmail.com
· 12 years ago
ba89d0b
Remove the usage of serialized descriptor.
by madhusudancs@gmail.com
· 12 years ago
1180edf
Implement support for determining and reporting job status.
by madhusudancs@gmail.com
· 12 years ago
dac14cf
Pass the serialized record descriptor all the way upto dataset directory service in the RPC chain.
by madhusudancs@gmail.com
· 12 years ago
75fd920
Add a parameter for the ResultWriterOperatorDescriptor to support ordered result distribution.
by madhusudancs
· 12 years ago
a5b45f5
Add support for registering the result set id with the ResultWriterOperatorDescriptor.
by madhusudancs
· 12 years ago
78eb0c2
Make all the necessary changes or additions to report the data transfer info across the new result distribution socket for the node controller.
by madhusudancs
· 12 years ago
586abd7
Create a separate datasetNetworkManager with its own socket (ipaddress and port)
by madhusudancs
· 12 years ago
8c2c4c4
Connect the whole register result generating partition path from the NodeController through the ClusterController by implementing the necessary RPC interfaces.
by madhusudancs
· 12 years ago
0255f41
Made fields optional
by vinayakb
· 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
0c86039
Copied hyracks trunk into fullstack
by vinayakb
· 12 years ago