Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
90f40c8a
Commit
90f40c8a
authored
Sep 01, 2015
by
Axel Auweter
Browse files
Miigation related to ticket #43
Crank up values for tombstone warn and error thresholds.
parent
822938d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
90f40c8a
...
...
@@ -34,6 +34,8 @@ CASSANDRA_REDUCE_CACHE_CAPACITY_TO = 0.4
CASSANDRA_PARTITIONER
=
org.apache.cassandra.dht.ByteOrderedPartitioner
CASSANDRA_COMMITLOG_TOTAL_SPACE_IN_MB
=
256
CASSANDRA_COMMITLOG_SEGMENT_SIZE_IN_MB
=
16
CASSANDRA_TOMBSTONE_WARN_THRESHOLD
=
100000
CASSANDRA_TOMBSTONE_FAILURE_THRESHOLD
=
10000000
DISTFILESNAMES
=
$(
foreach
f,
$(DISTFILES)
,
$(
shell
echo
"
$(f)
"
|
sed
's/;.*//'
))
DISTFILESPATHS
=
$(
foreach
f,
$(DISTFILES)
,
$(
shell
echo
"
$(f)
"
|
sed
's/.tar.gz;.*//'
|
sed
's/.zip;.*//'
))
...
...
@@ -282,6 +284,8 @@ $(DCDBDEPSPATH)/.prerequesites: $(DCDBDEPSPATH)/.extract-distfiles
@
sed
-i
-e
's/.*partitioner:.*/partitioner:\
$(CASSANDRA_PARTITIONER)
/'
$(DCDBDEPLOYPATH)
/cassandra/conf/cassandra.yaml
@
sed
-i
-e
's/.*commitlog_total_space_in_mb:.*/commitlog_total_space_in_mb:
$(CASSANDRA_COMMITLOG_TOTAL_SPACE_IN_MB)
/'
$(DCDBDEPLOYPATH)
/cassandra/conf/cassandra.yaml
@
sed
-i
-e
's/.*commitlog_segment_size_in_mb:.*/commitlog_segment_size_in_mb:
$(CASSANDRA_COMMITLOG_SEGMENT_SIZE_IN_MB)
/'
$(DCDBDEPLOYPATH)
/cassandra/conf/cassandra.yaml
@
sed
-i
-e
's/.*tombstone_warn_threshold:.*/tombstone_warn_threshold:
$(CASSANDRA_TOMBSTONE_WARN_THRESHOLD)
/'
$(DCDBDEPLOYPATH)
/cassandra/conf/cassandra.yaml
@
sed
-i
-e
's/.*tombstone_failure_threshold:.*/tombstone_failure_threshold:
$(CASSANDRA_TOMBSTONE_FAILURE_THRESHOLD)
/'
$(DCDBDEPLOYPATH)
/cassandra/conf/cassandra.yaml
@touch
$(DCDBDEPSPATH)/.prerequesites
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment