Skip to content

Commit

Permalink
Closes-Bug: #1582835
Browse files Browse the repository at this point in the history
with the current compaction throughput we have seen the pending compaction tasks
increases significantly, hence increaseing the compaction throughput to 96MBps
in provisioning.

(cherry picked from commit 72c167f)

Conflicts:
	contrail_provisioning/database/setup.py
Change-Id: I5163d3e33f16156daff81689bcc6f29d759a35a9
  • Loading branch information
Raj Reddy committed May 17, 2016
1 parent c59fa97 commit 7118f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrail_provisioning/database/setup.py
Original file line number Diff line number Diff line change
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 7118f47

Please sign in to comment.