You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/02/09 11:34:42 UTC

[1/2] james-project git commit: JAMES-2337 Fix cassandra session documentation.

Repository: james-project
Updated Branches:
  refs/heads/JAMES-2337 [created] 7511179ed


JAMES-2337 Fix cassandra session documentation.


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7511179e
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7511179e
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7511179e

Branch: refs/heads/JAMES-2337
Commit: 7511179ed5c6d84e1f37f6d6348fda5500df663e
Parents: 41badc5
Author: benwa <bt...@linagora.com>
Authored: Fri Feb 9 14:16:51 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Feb 9 18:33:47 2018 +0700

----------------------------------------------------------------------
 src/site/xdoc/server/config-cassandra.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/7511179e/src/site/xdoc/server/config-cassandra.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/config-cassandra.xml b/src/site/xdoc/server/config-cassandra.xml
index b6fa5c2..5d11ff9 100644
--- a/src/site/xdoc/server/config-cassandra.xml
+++ b/src/site/xdoc/server/config-cassandra.xml
@@ -36,10 +36,10 @@
         <dd>List of some nodes of the cassandra's cluster in following format host:port or host, if the port is not specified we use 9042</dd>
 
         <dt><strong>cassandra.keyspace</strong></dt>
-        <dd>Is the name of the keyspace used by James.</dd>
+        <dd>Is the name of the keyspace used by James. This keyspace will be created if it does not exist yet.</dd>
 
         <dt><strong>cassandra.replication.factor</strong></dt>
-        <dd>Is the replication factor. (should be 1, as cluster is not yet supported)</dd>
+        <dd>Is the replication factor of the keyspace created by James.</dd>
 
         <dt><strong>cassandra.query.logger.constant.threshold</strong></dt>
         <dd>Optional.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[2/2] james-project git commit: JAMES-2337 Reformat a code section in Cassandra configuration page.

Posted by bt...@apache.org.
JAMES-2337 Reformat a code section in Cassandra configuration page.


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/41badc57
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/41badc57
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/41badc57

Branch: refs/heads/JAMES-2337
Commit: 41badc570b3d75d78dc054e52f81758e5901d045
Parents: faf7aa5
Author: benwa <bt...@linagora.com>
Authored: Fri Feb 9 14:08:51 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Feb 9 18:33:47 2018 +0700

----------------------------------------------------------------------
 src/site/xdoc/server/config-cassandra.xml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/41badc57/src/site/xdoc/server/config-cassandra.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/config-cassandra.xml b/src/site/xdoc/server/config-cassandra.xml
index 3c74beb..b6fa5c2 100644
--- a/src/site/xdoc/server/config-cassandra.xml
+++ b/src/site/xdoc/server/config-cassandra.xml
@@ -67,15 +67,16 @@
         <dd>Optional.
           If specified defines the Cassandra <a href="http://docs.datastax.com/en/developer/java-driver/2.1/manual/socket_options/">driver read timeout</a></dd>
 
-        # Read com.datastax.driver.core.PoolingOptions for knowing defaults value
-        # No value here will default to driver's default value
-
-        # cassandra.pooling.local.max.connections=8
-        # cassandra.pooling.local.max.requests=128
-        ## In ms. Should be higher than socket read timeout
-        # cassandra.pooling.timeout=5000
-        ## In seconds.
-        # cassandra.pooling.heartbeat.timeout=30
+<pre><code># Read com.datastax.driver.core.PoolingOptions for knowing defaults value
+# No value here will default to driver's default value
+
+# cassandra.pooling.local.max.connections=8
+# cassandra.pooling.local.max.requests=128
+## In ms. Should be higher than socket read timeout
+# cassandra.pooling.timeout=5000
+## In seconds.
+# cassandra.pooling.heartbeat.timeout=30
+</code></pre>
 
         <dt><strong>cassandra.pooling.local.max.connections</strong></dt>
         <dd>Optional.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org