You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by pa...@apache.org on 2017/01/06 11:54:07 UTC

[1/2] cassandra git commit: ninja: fix thread priorities workaround url on jvm.options

Repository: cassandra
Updated Branches:
  refs/heads/trunk 84b9b9a49 -> 29a855e1b


ninja: fix thread priorities workaround url on jvm.options


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5c0aacba
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5c0aacba
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/5c0aacba

Branch: refs/heads/trunk
Commit: 5c0aacbacd99bda8ac2b3c00764625939f6a3c52
Parents: 04ee4cc
Author: Paulo Motta <pa...@apache.org>
Authored: Fri Jan 6 09:52:22 2017 -0200
Committer: Paulo Motta <pa...@apache.org>
Committed: Fri Jan 6 09:52:22 2017 -0200

----------------------------------------------------------------------
 conf/jvm.options | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/5c0aacba/conf/jvm.options
----------------------------------------------------------------------
diff --git a/conf/jvm.options b/conf/jvm.options
index f91466a..06e9414 100644
--- a/conf/jvm.options
+++ b/conf/jvm.options
@@ -98,7 +98,7 @@
 
 # allows lowering thread priority without being root on linux - probably
 # not necessary on Windows but doesn't harm anything.
-# see http://tech.stolsvik.com/2010/01/linux-java-thread-priorities-workar
+# see http://tech.stolsvik.com/2010/01/linux-java-thread-priorities-workararound.html
 -XX:ThreadPriorityPolicy=42
 
 # Enable heap-dump if there's an OOM


[2/2] cassandra git commit: Merge branch 'cassandra-3.X' into trunk

Posted by pa...@apache.org.
Merge branch 'cassandra-3.X' into trunk


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/29a855e1
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/29a855e1
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/29a855e1

Branch: refs/heads/trunk
Commit: 29a855e1bab113b9f748edc050cd615429669253
Parents: 84b9b9a 5c0aacb
Author: Paulo Motta <pa...@apache.org>
Authored: Fri Jan 6 09:53:09 2017 -0200
Committer: Paulo Motta <pa...@apache.org>
Committed: Fri Jan 6 09:53:09 2017 -0200

----------------------------------------------------------------------
 conf/jvm.options | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/29a855e1/conf/jvm.options
----------------------------------------------------------------------