distributedlog
distributedlog copied to clipboard
Apache DistributedLog
**FEATURE REQUEST** 1. Please describe the feature you are requesting. dlog api supports `truncation` at the head. it is natural for a streaming use case to purge old data. it...
**FEATURE REQUEST** 1. Please describe the feature you are requesting. in supporting #227 , opening a log stream with `overwrite` mode is done with two separate operations - delete the...
**FEATURE REQUEST** 1. Please describe the feature you are requesting. The FAQ page is still empty. We should either update the FAQ page or just delete it. Since distributedlog has...
This is the master ticket for tracking new dlog primitivies: - [ ] Introduce `LogStatus` structure - [ ] Implement `GetLogStatus` API - [ ] Implement `RenameLog` API #209 -...
**FEATURE REQUEST** 1. Please describe the feature you are requesting. Currently the documentation about write proxy thrift API is missing. It is good to have a page about the write...
**QUESTION** I have tested two different bookkeeper, which is **distributedlog-0.3.51-RC1 + bookkeeper 4.3.4-TWTTR** and **distributedlog-0.3.50 + bookkeeper 4.5.0**. what confused me is that bookkeeper 4.5.0 has a worse performance compared...
**FEATURE REQUEST** 1. Please describe the feature you are requesting. The release guide is based on JIRA workflow. Since we are using github for issue management now, we need to...
Documentation for new features in 0.5.0
Document performance
In #135 , we temp comment out RecoverCommand in tools/DistributedLogTool.java, once the needed support is porting back from twitter's branch, we will fix it.