1. 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
  2. 83f33fb Update the tests to set the IPAddress for result distribution socket. by madhusudancs · 12 years ago
  3. b6cd6db5 Update all the imports with the new locations and fix the method calls with argument changes. by madhusudancs · 12 years ago
  4. 117703a Complete the implementation of basic DatasetPartitionWriter class to work with the network layer. by madhusudancs · 12 years ago
  5. 1b6cfde Update the ResultWriterOperatorDescriptor to work with the new network layer implementation. by madhusudancs · 12 years ago
  6. 44faf47 Update the implementation of DatasetPartitionManger along with its interface to support the network communication completely. by madhusudancs · 12 years ago
  7. 586abd7 Create a separate datasetNetworkManager with its own socket (ipaddress and port) by madhusudancs · 12 years ago
  8. 07c1e8e Allow TCPEndpoints without listeners by overloading the required methods. by madhusudancs · 12 years ago
  9. b7fa154 Teach root pom.xml about the new projects and update the poms in other projects to include the required projects as dependencies. by madhusudancs · 12 years ago
  10. 69f0819 Implement a network manager for the dataset clients to talk to the result distributing nodes. by madhusudancs · 12 years ago
  11. 9b0469f Implement a network input channel for dataset clients to read the results over the network. by madhusudancs · 12 years ago
  12. a7ad48d Implement a separate network manager for result distribution in the NodeController. by madhusudancs · 12 years ago
  13. 7d57868 Create a new project called hyracks-comm and move the network channel communication related code there. by madhusudancs · 12 years ago
  14. 7e8e6d5 Create a new project called hyracks-client and move all the dataset api implementation classes into this new project. by madhusudancs · 12 years ago
  15. da370f6 Finished implementing performance-optimized MultiComparators. by alexander.behm · 12 years ago
  16. 672a59c Created branch for optimizing comparison-heavy index searches with simplified MultiComparators. by alexander.behm · 12 years ago
  17. e2e312b Added search modifiers that were moved from Asterix. by alexander.behm · 12 years ago
  18. 2833a11 fixed null pointer exception during undo for rollback by kisskys · 12 years ago
  19. 85011f4 Small beauty fixes. by alexander.behm · 12 years ago
  20. a0bf80e Added different physical operator tag for fuzzy (length-partitioned) inverted indexes. by alexander.behm · 12 years ago
  21. 89ca03f Reintegrated hyracks_lsm_length_filter. by alexander.behm · 12 years ago
  22. 8388fd8 Minor fix. by alexander.behm · 12 years ago
  23. 38c6578 Implemented dataflow components for length-partitioned inverted indexes. Added integration test. by alexander.behm · 12 years ago
  24. bbf3930 Changed partitioning field in length-partitioned inverted indexes from integer to short. by alexander.behm · 12 years ago
  25. 71ffa45 Changed the search algorithm for in-memory length-partitioned inverted indexes to only latch one inverted list at a time. by alexander.behm · 12 years ago
  26. 676b811 Merged hyracks_lsm_tree r2465:r2483. by alexander.behm · 12 years ago
  27. 8611a83 Fixed a bug introduced in r2413 that leadto LSM searches being executed as 'try' operations. This caused searchers not to wait for flushes, which violates our current CC protocol, and ultimately lead to hanging threads. by alexander.behm · 12 years ago
  28. e3394aa Add an additional TODO comment for the global dataset directory information. by madhusudancs · 12 years ago
  29. c34a385 Replace the per job dataset directory service with a global directory service. by madhusudancs · 12 years ago
  30. 63231e4 Add the dataset service remote proxy file which I had accidentally missed in the previous commits. by madhusudancs · 12 years ago
  31. 2eff37f Remove the debug print statements. by madhusudancs · 12 years ago
  32. 377b400 Modify the SortMergeTest and the base AbstractTest to use the new result distribution mechanism. by madhusudancs · 12 years ago
  33. 2890358 Connect the whole get dataset directory service info and get result locations path from the client through the ClusterController by implementing the necessary RPC interfaces. by madhusudancs · 12 years ago
  34. 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
  35. ddea760 Register the per application DatasetDirectoryService with the JobRun when the job starts. by madhusudancs · 12 years ago
  36. 3e22d90 Create a DatasetDirectoryService per application in the application context. by madhusudancs · 12 years ago
  37. 68a18f5 Implement a basic ResultWriterOperatorDescriptor. by madhusudancs · 12 years ago
  38. a049867 Create dataset partition manager at the time of instantiation of NodeControllerService and implement the methods for obtaining that from the task context. by madhusudancs · 12 years ago
  39. 5142c92 Implement the work classes for the RPCs for getting directory service info, getting the result partition locations and the node controller registering the result generating partitions. by madhusudancs · 12 years ago
  40. b9f0729 Implement the core DatasetDirectoryService class. by madhusudancs · 12 years ago
  41. ec9a3fd Implement the core basics of the per node controller dataset partition manager and writer. by madhusudancs · 12 years ago
  42. 9b57e9e Implement the basic API required for dataset result distribution. by madhusudancs · 12 years ago
  43. 23055f7 Implemented length-partitioned LSM inverted index. Still some cleanup needed. by alexander.behm · 12 years ago
  44. 5161d80 Implemented in-memory component for length-partitioned inverted indexes. by alexander.behm · 12 years ago
  45. ff528ab Refactored code for better sharing. Added new test for on-disk component of length-partitioned inverted index. by alexander.behm · 12 years ago
  46. f7cd295 Merged hyracks_lsm_tree r2452:r2463. by alexander.behm · 12 years ago
  47. 9082864 Ignored non-source controlled files by vinayakb · 12 years ago
  48. 0e13a7d Implemented bulk loading and basic search for the on-disk components of length-partitioned inverted indexes. by alexander.behm · 12 years ago
  49. 30f655a merged hyracks_asterix_stabilization -r 2431:2450 to hyracks_lsm_tree by kisskys · 12 years ago
  50. b353b6d changes of adding missing merge piece for reflecting index nested loop join by kisskys · 12 years ago
  51. 251e961 Fixed pregelix tests to use INCApplicationEntryPoint. Fixed BTree example to use INCApplicationEntryPoint. Fixed POMs to have versions for all plugins by vinayakb · 12 years ago
  52. 8480793 Fixed pregelix tests to use INCApplicationEntryPoint. Fixed BTree example to use INCApplicationEntryPoint. Fixed POMs to have versions for all plugins by vinayakb · 12 years ago
  53. 0255f41 Made fields optional by vinayakb · 12 years ago
  54. bc3cf1c changes to handle null pointer exception when creating OPTracker by kisskys · 12 years ago
  55. b9ae24a Checkpointing progress on implementing a length-partitioned inverted index. by alexander.behm · 12 years ago
  56. 051c550 First steps in preparing the inverted-index testing framework to deal with length partitioning. by alexander.behm · 12 years ago
  57. 0b7985a Some generalizations to support length filtering. by alexander.behm · 12 years ago
  58. cda31b7 Created branch for adding a special fuzzy inverted index that incorporates length filtering. by alexander.behm · 12 years ago
  59. 54cd073 merged hyracks_asterix_stabilization -r1947:2431 to hyracks_lsm_tree by kisskys · 12 years ago
  60. ef5d900 changes for adding proper search/modification callbacks by kisskys · 12 years ago
  61. 9e7ab37 Fixed Algebricks and Hivesterix to be consistent with Hyracks changes by vinayakb · 12 years ago
  62. 9e14956 Ignored non version controlled files by vinayakb · 12 years ago
  63. 1696995 Eliminated Application deployment code. Eliminated hyracks-cli. Fixed hyracks examples to work with the new application model by vinayakb · 12 years ago
  64. 67edd4b Created branch for result distribution in Hyracks by vinayakb · 12 years ago
  65. 978e435 Created branch for Hyracks IOC by vinayakb · 12 years ago
  66. 9a30f6b Truncated old project trunks by vinayakb · 12 years ago
  67. fcc53e1 removed COMMIT PhysicalOperatorTag by kisskys · 12 years ago
  68. fe66916 update pom and ignore a test by buyingyi · 12 years ago
  69. d06bc45 Checkpoint towards introducing a CommitOperator which implements IOperatorExtension interface by kisskys · 12 years ago
  70. c73348c move hivesterix codebase into hyracks fullstack by buyingyi · 12 years ago
  71. e6df8f1 Fixed a few remaining issues regarding closing of OS file handles. by alexander.behm · 12 years ago
  72. ded4ffe Fixed issue in LSM indexes where OS file handles would not be closed properly if destroy() was called after deactivate(). This issue caused 'too many open files' during the Asterix runtime tests on a 32-bit Ubuntu. by alexander.behm · 12 years ago
  73. b37b40c Interface change to accommodate Asterix' need to properly set LSNs in merged components. by alexander.behm · 12 years ago
  74. 642df06 Added LSM insert/delete operator that uses 'try' operations and partial flushing of Hyracks frames to avoid deadlocks with LSM component flushes. by alexander.behm · 12 years ago
  75. e5a55aa Added 'try' versions of LSM index operations to allow their caller to avoid potential deadlocks involving LSM flushes. by alexander.behm · 12 years ago
  76. 2fcbbcf Changed lsm io operation callback such that actions can be taken before and after executing the operation. This mechanism is going to be used by Asterix to inject the last lsn into components. by alexander.behm · 12 years ago
  77. 13fc5e4 Fixed a space calculation bug in the the btree interior frame split. Formatted the code. by salsubaiee · 12 years ago
  78. 3dc682dc Another round of interface changes for the operation tracker. by alexander.behm · 12 years ago
  79. f4827cf Changed operation tracker interface and implementations. by alexander.behm · 12 years ago
  80. d321d58 Created branch for 0.2.3-SNAPSHOT development by vinayakb · 12 years ago
  81. 70c821c [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  82. 575edbe [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  83. 4a6309b [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 12 years ago
  84. b4a38c0 [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 12 years ago
  85. e3288f4 Added distribution management to all POMs by vinayakb · 12 years ago
  86. 26a3173 Added distribution management to all POMs by vinayakb · 12 years ago
  87. 6390e6b [maven-release-plugin] rollback the release of fullstack-0.2.2 by vinayakb · 12 years ago
  88. 5d349bb [maven-release-plugin] rollback the release of fullstack-0.2.2 by vinayakb · 12 years ago
  89. 7a8cb26 [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  90. 61baa4c [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  91. 671f31b [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 12 years ago
  92. 780aec2 [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 12 years ago
  93. a334a5c Updated release plugin version to 2.1 by vinayakb · 12 years ago
  94. afcb617 Updated release plugin version to 2.1 by vinayakb · 12 years ago
  95. 8557558 Removed SCM and distribution information from POMs by vinayakb · 12 years ago
  96. d80682d Removed SCM and distribution information from POMs by vinayakb · 12 years ago
  97. 5570ea3 [maven-release-plugin] rollback the release of fullstack-0.2.2 by vinayakb · 12 years ago
  98. 0b3aa00 [maven-release-plugin] rollback the release of fullstack-0.2.2 by vinayakb · 12 years ago
  99. 5d149c3 [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  100. efbbfa3 [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago