Skip to content

Commit

Permalink
Merge "Closes-Bug: #1582835 with the current compaction throughput we…
Browse files Browse the repository at this point in the history
… have seen the pending compaction tasks increases significantly, hence increaseing the compaction throughput to 96MBps in provisioning." into R3.0
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 20, 2016
2 parents 73bff77 + 7118f47 commit 1a29ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrail_provisioning/database/setup.py
Expand Up @@ -105,6 +105,7 @@ def fixup_cassandra_config_files(self):
self.replace_in_file(conf_file, 'rpc_address: ', 'rpc_address: ' + listen_ip)
self.replace_in_file(conf_file, '# num_tokens: 256', 'num_tokens: 256')
self.replace_in_file(conf_file, 'initial_token:', '# initial_token:')
self.replace_in_file(conf_file, 'compaction_throughput_mb_per_sec: 16', 'compaction_throughput_mb_per_sec: 96')
if self._args.cassandra_user is not None:
self.replace_in_file(conf_file,'authenticator: AllowAllAuthenticator','authenticator: PasswordAuthenticator')
if data_dir:
Expand Down

0 comments on commit 1a29ae5

Please sign in to comment.