Details
-
Improvement
-
Resolution: Done
-
Major
-
6.5.0
Description
For System of Record use cases, applications should be prevented from accidentally writing at a lower durability level than desired.
So even though we allow flexibility to specify durability per write, we should provide the ability to set it at bucket level. e.g. can enforce persistToMajority at bucket level.
- Writes that are done with lower settings such as majority (or none i.e. async writes) should automatically get upgraded or rejected with an error - this could a configurable choice.
- Writes that are done with a higher level should probably not get downgraded. Or maybe these should throw an error too - again this can be a configurable choice.
Attachments
Issue Links
- blocks
-
MB-38573 CLI Support for Bucket Level Durability Setting
- Closed
- is parent task of
-
MB-38805 Add UI durability minimum level support to bucket creation
- Closed
- is triggering
-
DOC-6682 Document bucket level durability settings
- Closed
- relates to
-
K8S-1472 Add support for Bucket Level Durability Configuration
- Closed
- mentioned in
-
Page Loading...