Skip to content

Commit

Permalink
Merge pull request #2818 from sanssecours/📚
Browse files Browse the repository at this point in the history
Fixed Typos in `cassandra.ini` (Updated Version of PR #2495)
  • Loading branch information
sanssecours committed Jul 4, 2019
2 parents db846df + d510c30 commit 061ff14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ mounted, use `kdb gen -F <plugin>:<file> elektra <parentKey> <outputName>` to lo
- Improved readability in README. _(Philipp Gackstatter)_
- We fixed some spelling mistakes in the documentation. _(René Schwaiger)_
- Fix typo in root README.md and 'build-in' => 'built-in' in several places _(Raphael Gruber)_
- Fixed typos in `cassandra.ini` _(arampaa)_

### Other

Expand Down
20 changes: 10 additions & 10 deletions examples/spec/cassandra.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ description = "
check/type = unsigned_long
default = 1
description = "
This defines the number of tokens randomly assigned to this node on the ring
The more tokens, relative to other nodes, the larger the proportion of data
This defines the number of tokens randomly assigned to this node on the ring.
The more tokens relative to other nodes, the larger the proportion of data
that this node will store. You probably want all nodes to have the same number
of tokens assuming they have equal hardware capability.
of tokens assuming they have equal hardware capabilities.
Specifying initial_token will override this setting on the node's initial start,
on subsequent starts, this setting will apply even if initial token is set.
If you already have a cluster with 1 token per node, and wish to migrate to
If you already have a cluster with 1 token per node and wish to migrate to
multiple tokens per node, see http://wiki.apache.org/cassandra/Operations
"

Expand All @@ -50,8 +50,8 @@ check/type = string
default = ""
description = "
initial_token allows you to specify tokens manually. While you can use it with
vnodes (num_tokens > 1, above) -- in which case you should provide a
comma-separated list -- it's primarily used when adding nodes to legacy clusters
vnodes (num_tokens > 1, above) -- in which case you should provide a
comma-separated list -- it's primarily used when adding nodes to legacy clusters
that do not have vnodes enabled."

[hinted_handoff_enabled]
Expand All @@ -75,16 +75,16 @@ description = "
check/type = unsigned_long
default = 10800000
description = "
this defines the maximum amount of time a dead host will have hints
generated. After it has been dead this long, new hints for it will not be
created until it has been seen alive and gone down again."
This defines the maximum amount of time a dead host will have hints
generated. After that amount of time, no new hints will be created
until the host is alive and goes down again."

[hinted_handoff_throttle_in_kb]
;type = unsigned_long
check/type = unsigned_long
default = 1024
description = "
Maximum throttle in KBs per second, per delivery thread. This will be
Maximum throttle in KBs per second per delivery thread. This will be
reduced proportionally to the number of nodes in the cluster. (If there
are two nodes in the cluster, each delivery thread will use the maximum
rate; if there are three, each will throttle to half of the maximum,
Expand Down

0 comments on commit 061ff14

Please sign in to comment.