1. 63d6bde DL-164: Create stream operation should not be submitted by StreamImpl by Sijie Guo · 7 years ago
  2. cfc049c DL-163: clean up direct zookeeper and bookkeeper usage and use metadata/data store abstraction by Sijie Guo · 7 years ago
  3. d871e65 DL-162: Use log segment entry store interface by Sijie Guo · 7 years ago
  4. 47622a6 DL-161: Rename ledger id to log segment id by Sijie Guo · 7 years ago
  5. c775180 DL-160: Remove 'DLSN' suffix from async and sync readers by Sijie Guo · 7 years ago
  6. 7a97797 DL-159: ReadAhead Improvement (part 2) - New ReadAhead Reader using the LogSegmentEntryReader interface by Sijie Guo · 7 years ago
  7. 27c04f3 DL-195: ReadAhead Improvement (part 1) - Interface for LogSegmentEntryReader and LogSegmentEntryWriter by Sijie Guo · 7 years ago
  8. 98a29a5 DL-158: update truncation status for all completed log segments by Yiming Zang · 7 years ago
  9. 0591d06 DL-157: resource placement for write proxy by Jordan Bull · 7 years ago
  10. 34fa16b DL-119: Fix the logging on closing readahead worker by Yiming Zang · 7 years ago
  11. dc4548b DL-118: Stream metadata store followup - rename ZKLogMetadata* to LogMetadata* by Sijie Guo · 7 years ago
  12. b91d49a DL-117: Stream metadata store by Sijie Guo · 7 years ago
  13. 9d467a6 DL-116: Add tool for deleting subscriber from subscription store by Yiming Zang · 7 years ago
  14. 00be3e5 DL-115: fix force get log segment logic by Yiming Zang · 7 years ago
  15. 0ed8723 DL-114: Add namespace watch tool by Leigh Stewart · 7 years ago
  16. dd8ee62 Address checkstyle errors after merge by Sijie Guo · 7 years ago
  17. 01a7306 [DL][service] Create stream operation should not be submitted by StreamImpl by Sijie Guo · 7 years ago
  18. 1feaeb4 DL-113: Improve the sync reader benchmark by Sijie Guo · 7 years ago
  19. e690a8c DL-112: Improve SyncReader to access readahead cache directly by Sijie Guo · 7 years ago
  20. b5d44cc DL-111: ReadAhead Cache should cache entries rather than records by Sijie Guo · 7 years ago
  21. 6e507a3 DL-110: Write control record if necessary when roll a log segment by Sijie Guo · 7 years ago
  22. 3dd39c1 DL-109: Add a tool to find the stream containing the given ledger by Sijie Guo · 8 years ago
  23. ac0b7ec DL-108: Log rate limiting more clearly by Yiming Zang · 8 years ago
  24. c6ea175 DL-107: Added unregistering gauges for distributedlog-core and distributedlog-benchmark by Phillip Su · 8 years ago
  25. ab0868c DL-106: Use namespace after it is closed will throw AlreadyClosedException by Yiming Zang · 8 years ago
  26. a9cbb2c DL-105: Make compression stats available per stream by Yiming Zang · 8 years ago
  27. 316fd94 DL-104: BKClientReadTimeout can be equal to getReadLACLongPollTimeout so current config validates by Jordan Bull · 8 years ago
  28. ddbd771 DL-103: DL client can use server-side routing service to retrieve ownerships for streams by Sijie Guo · 8 years ago
  29. 16d73c3 DL-102: Add routing service to write proxy server side by Leigh Stewart · 8 years ago
  30. 9ee7d01 DL-101: Improve session expire handling on fetching log segments for readers by Sijie Guo · 8 years ago
  31. 3ea8853 DL-99: Enable thriftmux for distributedlog smoketest reader by Dave Rusek · 8 years ago
  32. f9a0783 DL-151: TestBKLogReadHandler#testGetFirstDLSNWithOpenLedger is flaky by Sijie Guo · 7 years ago
  33. 1503e19 DL-150: Ensure namespace path is created for TestZKLogMetadataForWriter by Sijie Guo · 7 years ago
  34. 48d2935 DL-133: Enable check style for distributedlog-benchmark module by Xi Liu · 7 years ago
  35. 367335d DL-131: Enable checkstyle for distributedlog-client module by Xi Liu · 7 years ago
  36. cf9bcd2 DL-155: fix flaky TestAsyncReaderLock#testReaderLockMultiReadersScenario by xieliang · 7 years ago
  37. 58ba6f4 DL-17: Ledger allocator pool should be able to use hostname to distinguish write proxies by Jay Juma · 7 years ago
  38. b9861b9 DL-153: typo in distributedlog-benchmark/bin/dbench by Jay Juma · 7 years ago
  39. a4999a8 DL-145: the write requests should be error out immediately even if the rolling writer still be creating by xieliang · 7 years ago
  40. 74a3302 DL-97: Remove unused methods in BKLogHandler by Sijie Guo · 7 years ago
  41. 5b55bee DL-146: fix Stream typo : initiaize -> initialize by xieliang · 7 years ago
  42. 3bd1620 DL-129: Enable checkstyle plugin for distributedlog-protocol module by Xi Liu · 7 years ago
  43. 26942a9 DL-91: Be able to close writer within a timeout duration by Sijie Guo · 7 years ago
  44. 6e67a37 DL-126: Fix the url of distributedlog blog post by Sijie Guo · 7 years ago
  45. 6061004 DL-28: using /* */ style comment to avoid scrooge windows platform issue by xieliang · 7 years ago
  46. 306a2a9 DL-122: Use assertions from Junit rather than assert() for tests by Brennon York · 7 years ago
  47. dadd592 DL-123: Every tests should have timeout by Brennon York · 7 years ago
  48. deb8d37 DL-136: Avoid empty catch blocks by Brennon York · 7 years ago
  49. 53f7b58 DL-90: Don't use stack and codec together for configuring thriftmux by Dave Rusek · 7 years ago
  50. 132dadc DL-89: add flag to enable thrift mux on DL monitor service by Dave Rusek · 7 years ago
  51. a1c15f8 DL-88: remove watches when unregister children watches by Sijie Guo · 7 years ago
  52. b4150fc DL-87: Introduce periodic keepalive control record in writer by Jordan Bull · 7 years ago
  53. 40df29d DL-86: Improve handling of lock conflicts in zk session lock by Jordan Bull · 7 years ago
  54. dc1bb30 DL-141: Fix broken scripts in tutorials and add integration test to travis ci by Sijie Guo · 7 years ago
  55. 927f0ca Clean up and fix a few shell scripts by Franck Cuny · 7 years ago
  56. fd63b34 Pr docs introduction by Asko Kauppi · 7 years ago
  57. 5eb5434 DL-135: cleanup System.out by xieliang · 7 years ago
  58. 3a4c160 DL-134: Add distributedlog user mail list to pom file by Sijie Guo · 7 years ago
  59. a645c31 DL-85: Publish both per-stream stats and aggregation stats by Jordan Bull · 7 years ago
  60. 3fceccc DL-127: Fix coverall report by Sijie Guo · 7 years ago
  61. 8e619cd Blacklist branches on travis by Sijie Guo · 7 years ago
  62. 9ca84c9 DL-79: DL eclipse formatter file by xieliang · 7 years ago
  63. f03249d DL-49: Support building project with scala 2.10 and 2.11 by Sijie Guo · 7 years ago
  64. e4dce21 The CONFIG.ini file has no purpose outside of Twitter by Franck Cuny · 7 years ago
  65. a546e62 Update a couple of scripts by Franck Cuny · 7 years ago
  66. 2a677d1 DL-80: synchronized getLogRecordSetWriter() by xieliang · 7 years ago
  67. e611ef9 Build cobertura report only on master for successful builds by Franck Cuny · 7 years ago
  68. ebaf145 Fix deadlock on BKSyncLogReaderDLSN by Khurrum Nasim · 7 years ago
  69. 50f6bd4 Add documentation for distributedlog-benchmark by Leigh Stewart · 7 years ago
  70. 878ae87 Enable coverall report by Sijie Guo · 7 years ago
  71. 3fadd14 Fix the build scripts by Sijie Guo · 7 years ago
  72. f3f0d55 Fix the typo in merge script on formatting modified title by Sijie Guo · 7 years ago
  73. 298abf8 DL-59: Check findbugs warning before packaging by Khurrum Nasim · 7 years ago
  74. f88c1e6 DL-60: Add user mail list to the community page by Khurrum Nasim · 7 years ago
  75. c2546a9 DL-56: Fix broken links in quickstart page by Khurrum Nasim · 8 years ago
  76. 5d5fa31 Add instructions for building website and documentation by Sijie Guo · 8 years ago
  77. 2d6f98a DL-52: update README.md to reflect current status of the project by Sijie Guo · 8 years ago
  78. 6940105 add global cluster deploy instructions by Leigh Stewart · 8 years ago
  79. bb6990d DL-32: Fix Findbug warnings by Jon Derrick · 8 years ago
  80. 93bdad0 Improve distributedlog benchmark by Sijie Guo · 8 years ago
  81. 463f497 [BLOG] A technical review of kafka and distributedlog by Sijie Guo · 8 years ago
  82. ae69fff DL-55: Fix the apache-rat check by jiazhai · 8 years ago
  83. b169db0 DL-3: Move distributedlog website to apache by Sijie Guo · 8 years ago
  84. 8cf26ec Disable travis ci on linux by jiazhai · 8 years ago
  85. f826a3a Add infinite retry policy to zookeeper client used by tests by jiazhai · 8 years ago
  86. c22cad2 DL-29: The merge PR script should delete branches once the PR are merged by Sijie Guo · 8 years ago
  87. a72d547 DL-50: Add coveralls plugin to the build and enable it on github page by Sijie Guo · 8 years ago
  88. 05a8daa DL-39: Use a distributedlog uri to configure write proxy routing address by Jon Derrick · 8 years ago
  89. b9d2156 Mark some dl tests as flaky by jiazhai · 8 years ago
  90. d6f4724 DL-24: broken quickstart tutorial by Ashwanth Fernando · 8 years ago
  91. 2530fa9 DL-36: travis ci build failed with assembly plugin by Jon Derrick · 8 years ago
  92. 89613fb DL-31: Provide flag to disable zk based distributed lock by Sijie Guo · 8 years ago
  93. b23291a Handle correctly merge commits. by Franck Cuny · 8 years ago
  94. 5e71d73 DL-1: Clean up the distributedlog pom files by jiazhai · 8 years ago
  95. 7109057 DL-25: Documentation for vagrant and docker deployment by arvindkandhare · 8 years ago
  96. a5dd5ad DL-21: Fix DL flaky test cases by Yiming Zang · 8 years ago
  97. 643963c DL-16: Use correct git remote repository by Franck Cuny · 8 years ago
  98. df92f21 DL-16: Fix the merge script by Sijie Guo · 8 years ago
  99. 22d2f94 DL-14: Update travis' configuration file. by Franck Cuny · 8 years ago
  100. da28966 DL-20: Validate bk read timeout in configuration by Yiming Zang · 8 years ago