1. dccd21f address Vinayak's code review comments by buyingyi · 11 years ago
  2. 2ebc2d7 avoid input stream abstraction for vlong's comparator by buyingyi · 11 years ago
  3. fa53748 make failure-recovery work in multi-JVM test by buyingyi · 11 years ago
  4. b1f0cf9 set the test checkpointing peroid to be 2 by buyingyi · 11 years ago
  5. 45c66bc fix fault-tolerance and error reporting to handle disk failures by buyingyi · 11 years ago
  6. 73c5f1a notifyHeartbeat in some non-heartbeat events by buyingyi · 11 years ago
  7. 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
  8. 12289d0 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  9. 5de6c71 1. fix the node failure scenario in job scheduler; 2. add fault-tolerance support and tests in pregelix by buyingyi · 11 years ago
  10. 34a2e65 fix the checkpoint writing for vertex checkpointing and message checkpointing by buyingyi · 11 years ago
  11. 2d1e203 Merge branch 'master' into salsubaiee/master_lsm by salsubaiee · 11 years ago
  12. 9d71c88 support large-size global aggreate values by buyingyi · 11 years ago
  13. 90b3444 pregelix driver adds given jar to its classpath by Jake Biesinger · 11 years ago
  14. 8a42a36 pregelix-core uses appassembler for entry points by Jake Biesinger · 11 years ago
  15. 219e1f7 Merge branch 'master' into salsubaiee/master_lsm by salsubaiee · 11 years ago
  16. a81ddbc clean up the checkpointing control by buyingyi · 11 years ago
  17. 15e90bb fix test jobs by buyingyi · 11 years ago
  18. 0a23941 print the full stack trace when failures propagate to pregelix driver by buyingyi · 11 years ago
  19. c900686 Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix by buyingyi · 11 years ago
  20. 204eda8 implemented checkpoint read by buyingyi · 11 years ago
  21. e3351ad avoid hidden error message by sigmod · 11 years ago
  22. bc8a2c6 Implemented k-buffering for lsm indexes. Also add a fix for issues 589 and 594. by salsubaiee · 11 years ago
  23. 3507013 add vertex checkpointing support by buyingyi · 11 years ago
  24. 92736c7 avoid btree update code path when the target entry has sufficient space by buyingyi · 11 years ago
  25. 2f37b5e add job concatenation support by buyingyi · 11 years ago
  26. 55461b5 add runtime checks to improve pregelix debug-ability by buyingyi · 11 years ago
  27. c476ee3 cleanup client error message propagation by buyingyi · 11 years ago
  28. 9a8fbb2 verify duplicate keys in bulkload by buyingyi · 11 years ago
  29. c55dc65 add runtime checks for out-of-bound reads by buyingyi · 11 years ago
  30. 206cdfc use hadoop's vlong and fix driver's re-attempt to be 1 by buyingyi · 11 years ago
  31. 6f15a0a inherit Hadoop's VLongWritable format by buyingyi · 11 years ago
  32. 5f45390 insert upon non-existing key by buyingyi · 11 years ago
  33. b5dd651 use upsert instead of update by buyingyi · 11 years ago
  34. 7c8e4f9 let parititon constraint to be deterministic by buyingyi · 11 years ago
  35. ef2a84f a temp fix for size estimation by buyingyi · 11 years ago
  36. 648d11e fix the pregelix example driver to deal with multiple input paths by buyingyi · 11 years ago
  37. 0f63d8b [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  38. 8b301e7 [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 11 years ago
  39. e44c40a add expected test result files by buyingyi · 11 years ago
  40. 585abfa [maven-release-plugin] rollback the release of fullstack-0.2.9 by buyingyi · 11 years ago
  41. 1cf801c [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  42. 8ef21fa [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 11 years ago
  43. 7a09a2e refactoring by buyingyi · 11 years ago
  44. f26185f addd partition early termination support by buyingyi · 11 years ago
  45. b79c729 complete sizeestimation test by buyingyi · 11 years ago
  46. 636d621 address Vinayak's comments on open/close of vertex by buyingyi · 11 years ago
  47. 3862b6f code cleanup by buyingyi · 11 years ago
  48. 7ac14d4 making test cases smaller by buyingyi · 11 years ago
  49. 1815e01 add message overflow support by buyingyi · 11 years ago
  50. aeba25c [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  51. 54d003f [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 11 years ago
  52. 814b302 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 11 years ago
  53. b5a254d [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 11 years ago
  54. 3e3cf87 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 11 years ago
  55. b953ee9 [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  56. b83b3b0 [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 11 years ago
  57. 8210a97 [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  58. 7833f6d [maven-release-plugin] prepare release fullstack-0.2.7 by buyingyi · 11 years ago
  59. ab353a3 add build scripts to generate hivestierx/pregelix distributions for different hadoop versions by buyingyi · 11 years ago
  60. 667df44 rename a method by buyingyi · 11 years ago
  61. f4fa2c7 add debugging utility scripts by buyingyi · 11 years ago
  62. 8027a49 cleanup hivesterix poms and assembly by buyingyi · 11 years ago
  63. fe8c141 Merged master by Vinayak Borkar · 11 years ago
  64. ef4c879 fix inl right outer join by buyingyi · 11 years ago
  65. 2ee91d9 add a no-budget index lifecyle manager by buyingyi · 11 years ago
  66. 5c6f7b5 changes for sattam to investigate the LSM budget calculation by buyingyi · 11 years ago
  67. 246ba6f increase the lsm mem budget to fix the budget exceed issue by buyingyi · 11 years ago
  68. 38af695 checkin the fixed bulk reload for Sattam to debug by buyingyi · 11 years ago
  69. 4d1f7dd fix parameters by buyingyi · 11 years ago
  70. 43f3a31 for sattam to debug by buyingyi · 11 years ago
  71. 768b2d4b fix the BF key fields by buyingyi · 11 years ago
  72. e19b45c change the test case by buyingyi · 11 years ago
  73. 23e2e75 check in lsm support and test for sattam to debug by buyingyi · 11 years ago
  74. e1459ea merge master by buyingyi · 11 years ago
  75. 6bf2ffc add LSM support in pregelix by buyingyi · 11 years ago
  76. 0556d64 refactoring dataflow operators to be more general--suport both b-tree and lsm b-tree by buyingyi · 11 years ago
  77. e273a6b Pass a boolean argument to the bulkload to decides if checking for an empty index is needed. by salsubaiee · 11 years ago
  78. 994878e add the support for customized partitioner by buyingyi · 11 years ago
  79. 706863b [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  80. 55e8f8c [maven-release-plugin] prepare release fullstack-0.2.6 by Vinayak Borkar · 11 years ago
  81. 276bbc2 add/update license headers by Till Westmann · 11 years ago
  82. 1341a16 update pregelix pom to let it have a distribution zip after build by buyingyi · 11 years ago
  83. db5b4b9 Merge branch 'master' into zheilbron/hyracks_asterix_issue470 by zheilbron · 11 years ago
  84. f4737ce changed virtual buffer cache to throw an error if opened (closed) while open (closed) by zheilbron · 11 years ago
  85. 62cccfd Merged in master by Vinayak Borkar · 11 years ago
  86. f4555c4 Merge branch 'master' into raman/fullstack_lsm_staging_coredump by salsubaiee · 11 years ago
  87. 52351b4 Orchestrated the use of executors and thread factory and added buffer cache core dump. by salsubaiee · 11 years ago
  88. 1cb8b1f Fix for issue 450. by salsubaiee · 11 years ago
  89. 64475bc Merge branch 'master' into vinayakb/resource_management by Vinayak Borkar · 11 years ago
  90. 9fa942b reduce unnecessary B-Tree (non-inplace) update by buyingyi · 11 years ago
  91. 51f0034 add normalized key computer support in Pregelix by buyingyi · 11 years ago
  92. 263ddb0 Merge branch 'master' into vinayakb/resource_management by Vinayak Borkar · 11 years ago
  93. aca0eb0 support variable frame size in btree loading by buyingyi · 12 years ago
  94. 4604e92 polish pregelix tests by buyingyi · 12 years ago
  95. 40cc046 Added memory manager by Vinayak Borkar · 12 years ago
  96. 962110d merge fullstack_pregelix_fix by buyingyi · 12 years ago
  97. 0aa3e0a address Madhu's review comments by buyingyi · 12 years ago
  98. 88e7b6a merge fullstack_lsm_staging by buyingyi · 12 years ago
  99. 59e9e93 add all plans into tests by buyingyi · 12 years ago
  100. 265f041 fix for pregelix deletion by buyingyi · 12 years ago