Skip to content

Commit 58ba8f1

Browse files
committed
review nits
1 parent 6b7e755 commit 58ba8f1

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

conf/cassandra.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,10 +1004,11 @@ column_index_cache_size: 2KiB
10041004

10051005
# Default compaction strategy, applied when a table's parameters do not
10061006
# specify compaction.
1007-
# The default is to use SizeTieredCompactionStrategy, with its default
1008-
# threshold of 4 sstables.
10091007
# The selected compaction strategy will also apply to system tables.
10101008
#
1009+
# The default is to use SizeTieredCompactionStrategy, with its default
1010+
# compaction parameters.
1011+
#
10111012
# default_compaction:
10121013
# class_name: UnifiedCompactionStrategy
10131014
# parameters:

src/java/org/apache/cassandra/db/compaction/UnifiedCompactionStrategy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<!--
2+
# Licensed to the Apache Software Foundation (ASF) under one
3+
# or more contributor license agreements. See the NOTICE file
4+
# distributed with this work for additional information
5+
# regarding copyright ownership. The ASF licenses this file
6+
# to you under the Apache License, Version 2.0 (the
7+
# "License"); you may not use this file except in compliance
8+
# with the License. You may obtain a copy of the License at
29
#
3-
# Copyright DataStax, Inc.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# http://www.apache.org/licenses/LICENSE-2.0
1011
#
1112
# Unless required by applicable law or agreed to in writing, software
1213
# distributed under the License is distributed on an "AS IS" BASIS,
1314
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1415
# See the License for the specific language governing permissions and
1516
# limitations under the License.
16-
#
1717
-->
1818

1919
# Unified compaction strategy (UCS)

0 commit comments

Comments
 (0)