Skip to content

Commit

Permalink
Fixing README
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh authored Dec 23, 2018
1 parent ee80ed6 commit 2791269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SSH_USER = carbonate
HASHING_TYPE = fnv1a_ch
```

You should take care to match the list of destination IPs or hostnames to the nodes in your cluster. Though its worth noting that the ports and labels are currently not used by carbonate. Order is important because of how the consistent hash ring is created.
You should take care to match the list of destination IPs or hostnames to the nodes in your cluster (i.e. it should match with routing configuretion of your carbon relay). Order is important because of how the consistent hash ring is created. Default hash type is `carbon_ch`, but `fnv1a_ch` from [carbon-c-relay](https://github.com/grobian/carbon-c-relay) is also supported.

The replication factor should match the replication factor for the cluster.

Expand Down

0 comments on commit 2791269

Please sign in to comment.