Filippo Giunchedi has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/375049 )
Change subject: Configure `disk_failure_policy: best_effort` ...................................................................... Configure `disk_failure_policy: best_effort` The new (aka restbase-ng) Cassandra cluster uses a JBOD configuration. Since we use quorum reads and writes, it is probably best to configure the failure policy to `best_effort`, allowing the node to continue operating in the face of a disk failure (where the data will simply be treated as missing). Bug: T169939 Change-Id: I794e0a2850c54545ccb9c1b6f0ce54a72c6ed5c0 --- M hieradata/role/common/restbase/production_ng.yaml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Eevans: Looks good to me, but someone else must approve jenkins-bot: Verified Filippo Giunchedi: Looks good to me, approved diff --git a/hieradata/role/common/restbase/production_ng.yaml b/hieradata/role/common/restbase/production_ng.yaml index 4d41ef5..3693bc5 100644 --- a/hieradata/role/common/restbase/production_ng.yaml +++ b/hieradata/role/common/restbase/production_ng.yaml @@ -125,6 +125,7 @@ permissions_validity_in_ms: 600000 trickle_fsync: false client_encryption_enabled: true + disk_failure_policy: best_effort # -- To view, visit https://gerrit.wikimedia.org/r/375049 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I794e0a2850c54545ccb9c1b6f0ce54a72c6ed5c0 Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Eevans <[email protected]> Gerrit-Reviewer: Eevans <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Mobrovac <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
