basho / riak_core

Distributed systems infrastructure used by Riak.
Apache License 2.0
1.23k stars 392 forks source link

Users should be able to set dvv_enabled as a default bucket property #648

Open lucperkins opened 9 years ago

lucperkins commented 9 years ago

At the moment, the dvv_enabled property is missing from the configurable default bucket properties, à la buckets.default.X. This means that users cannot use DVVs by default in their clusters, which forces them to set dvv_enabled to true in every bucket type/bucket in which they want to use them. This strikes me as an unnecessary barrier to DVV usage, which we recommend for most scenarios.

seancribbs commented 9 years ago

This issue should be on riak_kv, where the default is set. Also, all bucket-types have dvv_enabled = true by default.