Filippo Giunchedi has uploaded a new change for review.
https://gerrit.wikimedia.org/r/191315
Change subject: update class defaults
......................................................................
update class defaults
change If85c01c1d897c only updated cassandra::defaults but not the class
arguments, thus when going through the class arguments I missed those that
lived only in cassandra::defaults
Change-Id: Id678724321ea8fe0b3ae25899795715291b27a39
---
M manifests/init.pp
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/cassandra
refs/changes/15/191315/1
diff --git a/manifests/init.pp b/manifests/init.pp
index 1ad36b9..8ae152e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -173,10 +173,12 @@
$data_file_directories = ['/var/lib/cassandra/data'],
$commitlog_directory = '/var/lib/cassandra/commitlog',
$disk_failure_policy = 'stop',
+ $row_cache_size_in_mb = 200,
$memory_allocator = 'JEMallocAllocator',
$saved_caches_directory = '/var/lib/cassandra/saved_caches',
$concurrent_reads = 32,
$concurrent_writes = 32,
+ $concurrent_counter_writes = 32,
$storage_port = 7000,
$listen_address = $::ipaddress,
$broadcast_address = undef,
--
To view, visit https://gerrit.wikimedia.org/r/191315
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id678724321ea8fe0b3ae25899795715291b27a39
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/cassandra
Gerrit-Branch: master
Gerrit-Owner: Filippo Giunchedi <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits