1. 017fdfe Set the priority of the following threads to be Thread.MAX_PRIORITY: by Yingyi Bu · 9 years ago
  2. d4daeb4 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  3. 2eb6e71 [maven-release-plugin] prepare release fullstack-0.2.16-incubating by Ian Maxon · 9 years ago fullstack-0.2.16-incubating
  4. d885779 Change license headers by Ian Maxon · 9 years ago
  5. b86e439 Revert "[maven-release-plugin] prepare release fullstack-0.2.16-incubating" by Ian Maxon · 9 years ago
  6. 4dc691a Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  7. c30fa93 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  8. d858943 [maven-release-plugin] prepare release fullstack-0.2.16-incubating by Ian Maxon · 9 years ago
  9. 1b4d08e Revert "[maven-release-plugin] prepare release fullstack-0.2.16-incubating" by Ian Maxon · 9 years ago
  10. 45cb1ce Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  11. 8b4b9d4 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  12. 34b4854 [maven-release-plugin] prepare release fullstack-0.2.16-incubating by Ian Maxon · 9 years ago
  13. e915e8c Change Java package from edu.uci.ics to org.apache by Ian Maxon · 10 years ago
  14. 9939b48 Change folder structure for Java repackage by Ian Maxon · 9 years ago
  15. 137fc3b Add Apache RAT License Auditor plugin, and fix missing licenses by Ian Maxon · 10 years ago
  16. 97acfe5 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  17. 0c62ede [maven-release-plugin] prepare release fullstack-0.2.15 by Ian Maxon · 10 years ago fullstack-0.2.15
  18. d000771 Add ability to configure network ports for NCs and CC. by Chris Hillery · 10 years ago
  19. ce8ee31 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  20. db37e07 [maven-release-plugin] prepare release fullstack-0.2.14 by Ian Maxon · 10 years ago fullstack-0.2.14
  21. eee859a Change default Hadoop version to 2.2.0 by Ian · 10 years ago
  22. 6cbcf01 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  23. 1f30d4e [maven-release-plugin] prepare release fullstack-0.2.13 by Ian Maxon · 10 years ago fullstack-0.2.13
  24. 46fee83 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 11 years ago
  25. ff2ef98 [maven-release-plugin] prepare release fullstack-0.2.12 by Ian Maxon · 11 years ago fullstack-0.2.12
  26. fe9bf23 Add Shutdown via API to Hyracks by Ian · 11 years ago
  27. 0622e8e Several major changes in hyracks: by Yingyi Bu · 11 years ago
  28. f53df34 reduced communication during result distribution by Till Westmann · 11 years ago
  29. 07e87bd start WorkQueue at the end of CC startup by Till Westmann · 11 years ago
  30. 79b4c82 [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 11 years ago
  31. 423f4c6 [maven-release-plugin] prepare release fullstack-0.2.11 by Zachary Heilbron · 11 years ago
  32. b779e71 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  33. 9c83200 [maven-release-plugin] prepare release fullstack-0.2.10 by Vinayak Borkar · 11 years ago
  34. f6600f6 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  35. fbf80a9 Merge branch 'master' of https://code.google.com/p/hyracks by buyingyi · 11 years ago
  36. 92de360 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  37. f4e8743 formatting by Raman Grover · 11 years ago
  38. d3ac16f restoring default values for heartbeat_period and max_heartbeat_elapsed, temporarily changed for fault tolerance experiments by Raman Grover · 11 years ago
  39. b5554f6 1. add deployment retry 2. support plan switch by buyingyi · 11 years ago
  40. c8777fe add I/O counter by buyingyi · 11 years ago
  41. a716af0 added ability to trigger an application state dump through the rest api by zheilbron · 11 years ago
  42. cbf79d8 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  43. 249f480 Merge branch 'master' into raman/master_feeds by Raman Grover · 11 years ago
  44. 674bf7e Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  45. a6bdfc9 fix file write race condition by buyingyi · 11 years ago
  46. 13c51cf Merge remote-tracking branch 'origin/raman/master_feeds' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  47. 3a46c70 merge from master by Raman Grover · 11 years ago
  48. 07ba95f Merged hyracks master back into VXQuery branch. by ecarm002@ucr.edu · 11 years ago
  49. 45c66bc fix fault-tolerance and error reporting to handle disk failures by buyingyi · 11 years ago
  50. 30eff62 Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix by buyingyi · 11 years ago
  51. 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
  52. fb7ec92 shut down ResultStateSweeper when it's interrupted by Jake Biesinger · 11 years ago
  53. 0420ded revert heart beat configs to defaults by zheilbron · 11 years ago
  54. 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
  55. 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
  56. 3b22171 merge from zheilbron/hyracks_msr by ramangrover29 · 11 years ago
  57. 4ce2aa5 Merge branch 'master' into ecarm002/vxquery_compatibility by ecarm002@ucr.edu · 12 years ago
  58. 0f63d8b [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  59. 8b301e7 [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 12 years ago
  60. 585abfa [maven-release-plugin] rollback the release of fullstack-0.2.9 by buyingyi · 12 years ago
  61. 1cf801c [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  62. 8ef21fa [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 12 years ago
  63. aeba25c [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  64. 54d003f [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 12 years ago
  65. 814b302 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 12 years ago
  66. b5a254d [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 12 years ago
  67. 3e3cf87 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 12 years ago
  68. b953ee9 [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  69. b83b3b0 [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 12 years ago
  70. 8210a97 [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  71. 7833f6d [maven-release-plugin] prepare release fullstack-0.2.7 by buyingyi · 12 years ago
  72. a16c9ec Add support for stopping the ResultStateSweeper thread in to the classes that create it. by ecarm002@ucr.edu · 12 years ago
  73. 4055368 temporarily altered defaults for testing by ramangrover29 · 12 years ago
  74. 3846a47 merge from master by ramangrover29 · 12 years ago
  75. 32a9c33 checkpoint by ramangrover29 · 12 years ago
  76. 706863b [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 12 years ago
  77. 55e8f8c [maven-release-plugin] prepare release fullstack-0.2.6 by Vinayak Borkar · 12 years ago
  78. c85d19f Merge branch 'master' of https://code.google.com/p/hyracks by Till Westmann · 12 years ago
  79. 276bbc2 add/update license headers by Till Westmann · 12 years ago
  80. ee44e93 Add command line parameters to command line mappers. by Madhusudan.C.S · 12 years ago
  81. 2da4c7e Refactor out the result state sweeper code. by Madhusudan.C.S · 12 years ago
  82. 7329820 Add new configuration parameters for NC for new result distribution policy based on time. by Madhusudan.C.S · 12 years ago
  83. 5cbd719 Add new configuration parameters on CC side for new result distribution cleanup policy based on time. by Madhusudan.C.S · 12 years ago
  84. fc12d19 Merge branch 'master' into raman/fullstack_lsm_staging_coredump by salsubaiee · 12 years ago
  85. f4555c4 Merge branch 'master' into raman/fullstack_lsm_staging_coredump by salsubaiee · 12 years ago
  86. 52351b4 Orchestrated the use of executors and thread factory and added buffer cache core dump. by salsubaiee · 12 years ago
  87. 68bd0ca Merge master to madhusudancs/error-reporting. by Madhusudan.C.S · 12 years ago
  88. 7b0439c Reverted the previous commit, number of io devices is now controlled by AsterixHyracksIntegrationUtil. by salsubaiee · 12 years ago
  89. e6c4421 Changed the default numbe rof IO devices in the asterix tests from 1 to 2. by salsubaiee · 12 years ago
  90. 10aa99d Added mechanism for an application to subscribe to cluster membership events by ramangrover29 · 12 years ago
  91. e2e3dc8 Changed error reporting to return exceptions that were responsible for Job termination by Vinayak Borkar · 12 years ago
  92. ccfbf41 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 12 years ago
  93. bdd3648 [maven-release-plugin] prepare release fullstack-0.2.5 by Vinayak Borkar · 12 years ago
  94. 80bb3cc reintegrate fullstack_dynamic_deployment by buyingyi · 12 years ago
  95. 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
  96. 8867a1a [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  97. 4fa2343 [maven-release-plugin] prepare release fullstack-0.2.4 by vinayakb · 12 years ago
  98. 4df3110 Merged fullstack_lsm_staging upto r3336 by vinayakb · 12 years ago
  99. 6952551 [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  100. 1ca34f4 [maven-release-plugin] prepare release fullstack-0.2.3 by vinayakb · 12 years ago