apache / bookkeeper

Apache BookKeeper - a scalable, fault tolerant and low latency storage service optimized for append-only workloads
https://bookkeeper.apache.org/
Apache License 2.0
1.9k stars 901 forks source link

Port back recover related changes from twitter's branch #450

Closed zhaijack closed 4 years ago

zhaijack commented 7 years ago

In Distributedlog(https://github.com/apache/distributedlog/issues/150), we temp comment out RecoverCommand in tools/DistributedLogTool.java, because the needed support is not ready here. We may need to do the porting work from twitter's branch during 4.6.0.

eolivelli commented 7 years ago

Is this an umbrella issue or it is just for a single port of code?

sijie commented 7 years ago

This is an umbrella issue.

ivankelly commented 6 years ago

@sijie @zhaijack are these the autorecovery changes that need to come in from the twitter branch (honouring placement policy etc)? Can we uncomment RecoverCommand now?