-
When Riak is improperly shut down or its process is killed, the cleanup processes that release lock files are not triggered. If another OS PID has been created that shares Riak's old process id, and …
-
when the following conditions are met:
1. key is written to bitcask data file 1
2. data file 1 is cutoff and a new write file started
3. key is deleted, writing tombstone to data file 2 and removing k…
-
So this is a bit related to #67, when having some variable shadowing it should be possible in what way it does so. I can see two scenarios:
# totally replace the variable
When I define my.setting bef…
-
https://github.com/basho/bitcask/blob/1.6/src/bitcask_fileops.erl#L477 should return `Acc`, not ``. The empty binary looks sensible but it actually breaks the fold. This essentially forces `require_…
-
As mentioned in [here](https://github.com/basho/riak_ensemble/blob/develop/src/riak_ensemble_peer.erl#L1303-L1304) and [here](https://github.com/basho/riak_ensemble/blob/develop/src/riak_ensemble_peer…
-
I found it to be a commone sep to do something like this:
``` erlang
{mapping, "data_dir", "riak_core.platform_data_dir",
[{default, "{{platform_data_dir}}"},
{datatype, string}]}.
{translation,
…
-
Want: Make a simple default case for create bucket types without the need for valid json
IMHO something like this:
```
riak-admin bucket-type create bob
```
should give me a bucket type of `bob` w…
-
`{log_needs_merge, true}` is often a very useful setting for debugging bitcask merge behavior. This setting should be documented on the bitcask backend page.
-
It would be sweet if it were possilbe to have something like an {include, module} (and/or {include, "top.namespace", module} ) statement that then would pull config definition out of a predefined func…
-
From CSE kanban: it would be nice to have a capacity calculator similar to the existing Bitcask capacity calculator for users of the LevelDB backend.