You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/09/21 00:57:14 UTC

[1/2] git commit: Fixes data dir for info

Repository: incubator-usergrid
Updated Branches:
  refs/heads/two-dot-o ceaacc2c8 -> cf7dd1154


Fixes data dir for info


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/a6d9feda
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/a6d9feda
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/a6d9feda

Branch: refs/heads/two-dot-o
Commit: a6d9fedacc25aae8be1265ac3104df005e6fb62b
Parents: 24ed707
Author: Todd Nine <to...@apache.org>
Authored: Sat Sep 20 16:56:22 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Sat Sep 20 16:56:22 2014 -0600

----------------------------------------------------------------------
 .../awscluster/src/main/dist/init_instance/install_yourkit.sh  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/a6d9feda/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh
----------------------------------------------------------------------
diff --git a/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh b/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh
index 5ea2474..44afe82 100644
--- a/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh
+++ b/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh
@@ -28,12 +28,12 @@ cd /tmp/yourkit
 s3cmd --config=/etc/s3cfg get s3://${RELEASE_BUCKET}/yjp-2014-build-14104.zip
 unzip /tmp/yourkit/yjp-2014-build-14104.zip
 
-mkdir -p /tmp/yourkitreports
+mkdir -p /mnt/yourkitreports
 
-chown -R tomcat7.tomcat7 /tmp/yourkitreports
+chown -R tomcat7.tomcat7 /mnt/yourkitreports
 
 cat >> /etc/default/tomcat7 << EOF
-JAVA_OPTS="${JAVA_OPTS} -agentpath:/tmp/yourkit/yjp-2014-build-14104/bin/linux-x86-64/libyjpagent.so=port=10001,logdir=/tmp/yourkitreports,onexit=snapshot"
+JAVA_OPTS="${JAVA_OPTS} -agentpath:/tmp/yourkit/yjp-2014-build-14104/bin/linux-x86-64/libyjpagent.so=port=10001,logdir=/mnt/yourkitreports,dir=/mnt/yourkitreports,onexit=snapshot"
 EOF
 
 fi


[2/2] git commit: Merge branch 'two-dot-o' of https://git-wip-us.apache.org/repos/asf/incubator-usergrid into two-dot-o

Posted by to...@apache.org.
Merge branch 'two-dot-o' of https://git-wip-us.apache.org/repos/asf/incubator-usergrid into two-dot-o


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/cf7dd115
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/cf7dd115
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/cf7dd115

Branch: refs/heads/two-dot-o
Commit: cf7dd1154966199a17917e9ca011471b32c3a69b
Parents: a6d9fed ceaacc2
Author: Todd Nine <to...@apache.org>
Authored: Sat Sep 20 16:57:02 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Sat Sep 20 16:57:02 2014 -0600

----------------------------------------------------------------------
 .../notifications/ApplicationQueueManager.java  |  9 +++---
 .../services/notifications/QueueListener.java   | 30 +++++++++++---------
 .../notifications/SingleQueueTaskManager.java   |  8 +++---
 3 files changed, 25 insertions(+), 22 deletions(-)
----------------------------------------------------------------------