Closed matthewvon closed 8 years ago
The repair documentation for Riak details how to set options:
http://docs.basho.com/riak/2.0.5/ops/running/recovery/repairing-leveldb/
The eleveldb.cc code blindly ignores the options. Therefore it is impossible to use repair on a tiered storage configuration.
This was fixed here:
https://github.com/basho/eleveldb/commit/0f584e305dbb16a4523e679bab402bdd99423876
The repair documentation for Riak details how to set options:
http://docs.basho.com/riak/2.0.5/ops/running/recovery/repairing-leveldb/
The eleveldb.cc code blindly ignores the options. Therefore it is impossible to use repair on a tiered storage configuration.