1. 0622e8e Several major changes in hyracks: by Yingyi Bu · 11 years ago
  2. f53df34 reduced communication during result distribution by Till Westmann · 11 years ago
  3. 07e87bd start WorkQueue at the end of CC startup by Till Westmann · 11 years ago
  4. f6600f6 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  5. fbf80a9 Merge branch 'master' of https://code.google.com/p/hyracks by buyingyi · 11 years ago
  6. 92de360 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  7. f4e8743 formatting by Raman Grover · 11 years ago
  8. d3ac16f restoring default values for heartbeat_period and max_heartbeat_elapsed, temporarily changed for fault tolerance experiments by Raman Grover · 11 years ago
  9. b5554f6 1. add deployment retry 2. support plan switch by buyingyi · 11 years ago
  10. c8777fe add I/O counter by buyingyi · 11 years ago
  11. a716af0 added ability to trigger an application state dump through the rest api by zheilbron · 11 years ago
  12. cbf79d8 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  13. 249f480 Merge branch 'master' into raman/master_feeds by Raman Grover · 11 years ago
  14. 674bf7e Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  15. a6bdfc9 fix file write race condition by buyingyi · 11 years ago
  16. 13c51cf Merge remote-tracking branch 'origin/raman/master_feeds' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  17. 3a46c70 merge from master by Raman Grover · 11 years ago
  18. 07ba95f Merged hyracks master back into VXQuery branch. by ecarm002@ucr.edu · 11 years ago
  19. 45c66bc fix fault-tolerance and error reporting to handle disk failures by buyingyi · 11 years ago
  20. 30eff62 Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix by buyingyi · 11 years ago
  21. 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
  22. fb7ec92 shut down ResultStateSweeper when it's interrupted by Jake Biesinger · 11 years ago
  23. 0420ded revert heart beat configs to defaults by zheilbron · 11 years ago
  24. 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
  25. 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
  26. a16c9ec Add support for stopping the ResultStateSweeper thread in to the classes that create it. by ecarm002@ucr.edu · 12 years ago
  27. 4055368 temporarily altered defaults for testing by ramangrover29 · 12 years ago
  28. 3846a47 merge from master by ramangrover29 · 12 years ago
  29. 32a9c33 checkpoint by ramangrover29 · 12 years ago
  30. c85d19f Merge branch 'master' of https://code.google.com/p/hyracks by Till Westmann · 12 years ago
  31. 276bbc2 add/update license headers by Till Westmann · 12 years ago
  32. ee44e93 Add command line parameters to command line mappers. by Madhusudan.C.S · 12 years ago
  33. 2da4c7e Refactor out the result state sweeper code. by Madhusudan.C.S · 12 years ago
  34. 7329820 Add new configuration parameters for NC for new result distribution policy based on time. by Madhusudan.C.S · 12 years ago
  35. 5cbd719 Add new configuration parameters on CC side for new result distribution cleanup policy based on time. by Madhusudan.C.S · 12 years ago
  36. fc12d19 Merge branch 'master' into raman/fullstack_lsm_staging_coredump by salsubaiee · 12 years ago
  37. f4555c4 Merge branch 'master' into raman/fullstack_lsm_staging_coredump by salsubaiee · 12 years ago
  38. 52351b4 Orchestrated the use of executors and thread factory and added buffer cache core dump. by salsubaiee · 12 years ago
  39. 68bd0ca Merge master to madhusudancs/error-reporting. by Madhusudan.C.S · 12 years ago
  40. 7b0439c Reverted the previous commit, number of io devices is now controlled by AsterixHyracksIntegrationUtil. by salsubaiee · 12 years ago
  41. e6c4421 Changed the default numbe rof IO devices in the asterix tests from 1 to 2. by salsubaiee · 12 years ago
  42. 10aa99d Added mechanism for an application to subscribe to cluster membership events by ramangrover29 · 12 years ago
  43. e2e3dc8 Changed error reporting to return exceptions that were responsible for Job termination by Vinayak Borkar · 12 years ago
  44. 80bb3cc reintegrate fullstack_dynamic_deployment by buyingyi · 12 years ago
  45. 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
  46. 97cfb16 Use LinkedHashMap to remove the state of old entries. by madhusudancs@gmail.com · 12 years ago
  47. 48632b4 Merge fullstack_hyracks_result_distribution to fullstack_asterix_stabilization. by madhusudancs@gmail.com · 12 years ago
  48. 0759951 Fix merge and build issue. by madhusudancs@gmail.com · 12 years ago
  49. ccd9938 Merge fullstack_asterix_stabilization with fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  50. 9506d18 Merged fullstack_asterix_stabilization -r 2933:3157 by vinayakb · 12 years ago
  51. 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
  52. 16d120f Removed dcache dependency from NCDriver by vinayakb · 12 years ago
  53. b90e426 Fixed setting of distributed state by vinayakb · 12 years ago
  54. ca27294 Fix the tests and code to support server side serialization. by madhusudancs@gmail.com · 12 years ago
  55. ba89d0b Remove the usage of serialized descriptor. by madhusudancs@gmail.com · 12 years ago
  56. 1180edf Implement support for determining and reporting job status. by madhusudancs@gmail.com · 12 years ago
  57. dac14cf Pass the serialized record descriptor all the way upto dataset directory service in the RPC chain. by madhusudancs@gmail.com · 12 years ago
  58. 75fd920 Add a parameter for the ResultWriterOperatorDescriptor to support ordered result distribution. by madhusudancs · 12 years ago
  59. a5b45f5 Add support for registering the result set id with the ResultWriterOperatorDescriptor. by madhusudancs · 12 years ago
  60. 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
  61. 586abd7 Create a separate datasetNetworkManager with its own socket (ipaddress and port) by madhusudancs · 12 years ago
  62. 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
  63. 0255f41 Made fields optional by vinayakb · 12 years ago
  64. 1696995 Eliminated Application deployment code. Eliminated hyracks-cli. Fixed hyracks examples to work with the new application model by vinayakb · 12 years ago
  65. 4b606fd Merged hyracks_asterix_vldb_demo -r 1860:1862 by vinayakb · 12 years ago
  66. 0c86039 Copied hyracks trunk into fullstack by vinayakb · 12 years ago