distributedlog icon indicating copy to clipboard operation
distributedlog copied to clipboard

Apache DistributedLog

Results 31 distributedlog issues
Sort by recently updated
recently updated
newest added

**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...

type/feature
area/core

**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...

type/feature
area/core

**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...

type/task
area/documentation

This is the master ticket for tracking new dlog primitivies: - [ ] Introduce `LogStatus` structure - [ ] Implement `GetLogStatus` API - [ ] Implement `RenameLog` API #209 -...

type/feature
area/core
DP

**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...

type/task
area/documentation

**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...

type/task
area/documentation
area/release

Documentation for new features in 0.5.0

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.