URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). Closes gh-297.
This commit is contained in:
committed by
Mark Paluch
parent
d7fe6c48a9
commit
c6045f29e8
@@ -1,7 +1,7 @@
|
||||
# Cassandra storage config YAML
|
||||
|
||||
# NOTE:
|
||||
# See http://wiki.apache.org/cassandra/StorageConfiguration for
|
||||
# See https://wiki.apache.org/cassandra/StorageConfiguration for
|
||||
# full explanations of configuration directives
|
||||
# /NOTE
|
||||
|
||||
@@ -21,7 +21,7 @@ cluster_name: 'Test Cluster'
|
||||
# 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
|
||||
# multiple tokens per node, see http://wiki.apache.org/cassandra/Operations
|
||||
# multiple tokens per node, see https://wiki.apache.org/cassandra/Operations
|
||||
num_tokens: 256
|
||||
|
||||
# Triggers automatic allocation of num_tokens tokens for this node. The allocation
|
||||
@@ -41,7 +41,7 @@ num_tokens: 256
|
||||
# that do not have vnodes enabled.
|
||||
# initial_token:
|
||||
|
||||
# See http://wiki.apache.org/cassandra/HintedHandoff
|
||||
# See https://wiki.apache.org/cassandra/HintedHandoff
|
||||
# May either be "true" or "false" to enable globally
|
||||
hinted_handoff_enabled: true
|
||||
|
||||
@@ -1028,7 +1028,7 @@ request_scheduler: org.apache.cassandra.scheduler.NoScheduler
|
||||
#
|
||||
# The passwords used in these options must match the passwords used when generating
|
||||
# the keystore and truststore. For instructions on generating these files, see:
|
||||
# http://download.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html#CreateKeystore
|
||||
# https://download.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html#CreateKeystore
|
||||
#
|
||||
server_encryption_options:
|
||||
internode_encryption: none
|
||||
@@ -1121,7 +1121,7 @@ windows_timer_interval: 1
|
||||
#
|
||||
# It is strongly recommended to download and install Java Cryptography Extension (JCE)
|
||||
# Unlimited Strength Jurisdiction Policy Files for your version of the JDK.
|
||||
# (current link: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)
|
||||
# (current link: https://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)
|
||||
#
|
||||
# Currently, only the following file types are supported for transparent data encryption, although
|
||||
# more are coming in future cassandra releases: commitlog, hints
|
||||
@@ -1150,7 +1150,7 @@ transparent_data_encryption_options:
|
||||
# will use them to make sure other replicas also know about the deleted rows.
|
||||
# With workloads that generate a lot of tombstones, this can cause performance
|
||||
# problems and even exaust the server heap.
|
||||
# (http://www.datastax.com/dev/blog/cassandra-anti-patterns-queues-and-queue-like-datasets)
|
||||
# (https://www.datastax.com/dev/blog/cassandra-anti-patterns-queues-and-queue-like-datasets)
|
||||
# Adjust the thresholds here if you understand the dangers and want to
|
||||
# scan more tombstones anyway. These thresholds may also be adjusted at runtime
|
||||
# using the StorageService mbean.
|
||||
|
||||
Reference in New Issue
Block a user