1. 6e8d3fc added test case for generic socket based feed adaptor by Raman Grover · 11 years ago
  2. 7e5570a merge from master by ramangrover29 · 11 years ago
  3. 4abeab5 checkpoint by Raman Grover · 11 years ago
  4. c449de9 Fix for issue 646. by salsubaiee · 11 years ago
  5. edca4c7 Merge branch 'master' into westmann/locks by Till Westmann · 11 years ago
  6. 8f576a5 fix lifecycle issue introduced by hyracks nc fix by buyingyi · 11 years ago
  7. c28288d fix metdata booststrap, leave the work to dataset lifecyle manager by buyingyi · 11 years ago
  8. 12cdf66 Merge branch 'master' into westmann/locks by Till Westmann · 11 years ago
  9. d5ee34c Merge branch 'master' into westmann/locks by Till Westmann · 11 years ago
  10. 13e2bec merged from master by ramangrover29 · 11 years ago
  11. 3e67bc4 reduce MAX_RETRY_COUNT to 6 by Till Westmann · 11 years ago
  12. e7e0597 implement Young-Seok's review comments by Till Westmann · 11 years ago
  13. 03ae5bd remove output to System.err by Till Westmann · 11 years ago
  14. 553ea2a1 Merge branch 'master' into westmann/scratch by Till Westmann · 11 years ago
  15. e05eec1 Used LinkedHashMap instead of HashMap to maintian the compaction policy properties to avoid getting different order of the test results. by salsubaiee · 11 years ago
  16. 339d144 Merge branch 'master' into westmann/scratch by Till Westmann · 11 years ago
  17. d4fd2ed modified PullBasedAdaptor to account for the case when data is not available at the external data source for sufficiently longer duration of time by Raman Grover · 11 years ago
  18. a106832 add lock mode parameter to unlock method by Till Westmann · 11 years ago
  19. a58d273 fix for hyracks master changes by buyingyi · 11 years ago
  20. 01bd0a0 use temp variables (instead of ignoring them) by Till Westmann · 11 years ago
  21. e2235f0 set proxy for MetadataNode after MetadataBootstrap is done by Till Westmann · 11 years ago
  22. 0b7c80e move retry from TestUtils to MetadataManager by Till Westmann · 11 years ago
  23. b6b7308 cosmetic changes by Raman Grover · 11 years ago
  24. 6791ec2 null check when installing adapters contained in an external library by Raman Grover · 11 years ago
  25. 47c92e7 miscellaneous/minor changes + support for installing adapters by Raman Grover · 11 years ago
  26. 25a2b2e minor cosmetic changes by Raman Grover · 11 years ago
  27. e5cdb78 merged master, resolved conflicts by ramangrover29 · 11 years ago
  28. 5b0e352 Merge branch 'raman/master_feeds_ext' of https://code.google.com/p/asterixdb into raman/master_feeds_ext by ramangrover29 · 11 years ago
  29. b95a3b2 checkpoint by Raman Grover · 11 years ago
  30. ebcff8a checkpoint by Raman Grover · 11 years ago
  31. f6b4b29 merge from master by Raman Grover · 11 years ago
  32. 2436b22 Merged master into salsubaiee/master_change_lsm_merge_policy by salsubaiee · 11 years ago
  33. 48e13b7 1) modified tweet schema to have tweet ids as int64. 2) Added GUID (Long) generator for generating cluster wide unique Ids by ramangrover29 · 11 years ago
  34. 801bffe Allowed user to specify the merging policy by salsubaiee · 11 years ago
  35. d40ec80 checkpoint by ramangrover29 · 11 years ago
  36. 49accfe checkpoint towards fixing diskComponents' LSN by Young-Seok · 11 years ago
  37. f56d96c fixed bugs related to rollback and primary key length by Young-Seok · 11 years ago
  38. 4f96fc9 Revert "Merge external indexes into master" by Abdullah Alamoudi · 11 years ago
  39. eb2723a Revert "fix merge issues" by Abdullah Alamoudi · 11 years ago
  40. d9702ac modified strategy to choose a substitute node in event of failure by ramangrover29 · 11 years ago
  41. a41d418 1) minor fixes to feed management console 2) added provision for specifying (min,max) tps to the twitter firehose adaptor by ramangrover29 · 11 years ago
  42. 9ab9b10 checkpoint towards fixing LSN related issues(issue 591, 609, and 614) and more by Young-Seok · 11 years ago
  43. 6440e89 fix merge issues by Abdullah Alamoudi · 11 years ago
  44. 1a0d2b4 Merge external indexes into master by Abdullah Alamoudi · 11 years ago
  45. 863d5d2 Correct behaviour of drop dataverse and drop dataset to drop external data indexes by Abdullah Alamoudi · 11 years ago
  46. 9ee649f fixed bug in translating partition constraints for a feed jobspec during alteration by ramangrover29 · 11 years ago
  47. 91ee2bd add R-Tree support for external indexes and indexes optimizations by Abdullah Alamoudi · 11 years ago
  48. 6bf5b09 addressed code review comments and reverted the way that the logFlusher is stopped. by Young-Seok · 11 years ago
  49. c5346f41 another change to stop the LogFlusher thread by Young-Seok · 11 years ago
  50. eea6555 removed the information of the numOfPartitions and refined synchronization blocks in transaction related classes. by Young-Seok · 11 years ago
  51. 53c2b10 added debug info by Young-Seok · 11 years ago
  52. 0e5dacb 1) corrected the way that the logFlusher thread is stopped, 2) fixed the issue of multiple job-level commits, and 3) cleaned up the TransactionContext class by Young-Seok · 11 years ago
  53. 67fa3e0 Change metadata to use forceInsert and forceDelete to insert/delete records to avoid a possible deadlock scenario. by salsubaiee · 11 years ago
  54. 85b89ef Merged kisskys/master_serialized_log_appender into kisskys_salsubaiee/storage_log_manager_fixes. by salsubaiee · 11 years ago
  55. 206f407 fixed: incorrect logging of feed activity details by ramangrover29 · 11 years ago
  56. 3873e90 Fix compilation errors. by salsubaiee · 11 years ago
  57. 2522504 Added many fixes. Checkpointpoing. by salsubaiee · 11 years ago
  58. 1585798 Checkpoint, the code does not compile. by salsubaiee · 12 years ago
  59. d50e0a2 Fix for issue 587. by salsubaiee · 12 years ago
  60. 2d3f6dd 1) minor fix in feed console 2) fixed bug incorrect evaluation of feed adapter output type by ramangrover29 · 11 years ago
  61. 679a7be Introduced changes needed for external data indexing by Abdullah Alamoudi · 11 years ago
  62. ff74550 ensuring proper shutdown of feed (checkpoint 1) by ramangrover29 · 11 years ago
  63. 20afdc3 minor changes to feed console by ramangrover29 · 11 years ago
  64. 75b7355 built a basic feed console by ramangrover29 · 11 years ago
  65. 40636ee mechanism for collection of feed statistics (checkpoint 1) by ramangrover29 · 11 years ago
  66. c996e28 1) removed printing of stack trace from interupted exceptions 2) added feed datasource properties by ramangrover29 · 11 years ago
  67. 38ff45c update for latest yingyi/fullstack_fix by buyingyi · 11 years ago
  68. 5aa5d5f fixed log messages by ramangrover29 · 11 years ago
  69. cbe0e82 adding missing file by ramangrover29 · 11 years ago
  70. df04b7e introduced feed runtime factory for managing feeds by ramangrover29 · 11 years ago
  71. a04696c 1) fixed bug in super feed manager (de) initialization 2) experimneting with feed manager by ramangrover29 · 11 years ago
  72. 3663ac1 fixed issue related to election of super feed manager by ramangrover29 · 12 years ago
  73. 05cc84b fixed issue related to retrieval of information for active feeds post cluster shutdown by ramangrover29 · 12 years ago
  74. 6fb5e92 fault-tolerance checkpoint by ramangrover29 · 12 years ago
  75. f607e64 checkpoint by ramangrover29 · 12 years ago
  76. 013842b added support for cloning a feed job spec, wrapping operators with meta versions by ramangrover29 · 12 years ago
  77. 064c69b checkpoint by ramangrover29 · 12 years ago
  78. 022532f checkpoint by ramangrover29 · 12 years ago
  79. 4f94c1e added feed meta operator descriptot by ramangrover29 · 12 years ago
  80. a774ef2 merge from master by ramangrover29 · 12 years ago
  81. 5602446 corresponding changes for fixing operator execution mode by buyingyi · 12 years ago
  82. 2dc3355 minor changes by ramangrover29 · 12 years ago
  83. 9253569 added basic feeds robustness test; testing behavior upon a cluster restart by ramangrover29 · 12 years ago
  84. a5e4231 merge from master by ramangrover29 · 12 years ago
  85. fb8ee3f checkpoint by ramangrover29 · 12 years ago
  86. 9970d5f checkpoint by ramangrover29 · 12 years ago
  87. c04ac3c added FeedUtil class by ramangrover29 · 12 years ago
  88. 7b807ff checkpoint by ramangrover29 · 12 years ago
  89. 5f97391 added test case for fault-tolerance by ramangrover29 · 12 years ago
  90. 42f2b7b Fix for issue 554. by salsubaiee · 12 years ago
  91. d7fa966 added managix commands for starting/stopping a node by ramangrover29 · 12 years ago
  92. 28b1dad added managix commands for starting/stopping a node by ramangrover29 · 12 years ago
  93. 93dd823 checkpoint by ramangrover29 · 12 years ago
  94. e6b4b24 merge up-to-date master to jimahn/master_invix_internal_renaming by JIMAHN · 12 years ago
  95. 644bd02 Pass absolute directoey info to the lsm indexes. by salsubaiee · 12 years ago
  96. 2682065 Merge branch 'master' into salsubaiee/master_fix_issue_500 by salsubaiee · 12 years ago
  97. 047cdc7 Addressed code review comments. by salsubaiee · 12 years ago
  98. 0e64ec5 added push based Twitter firehose adapter by ramangrover29 · 12 years ago
  99. a6a2484 Changes to prevent loading a dataset more than once by salsubaiee · 12 years ago
  100. aff5f4e adding missing file by ramangrover29 · 12 years ago