git commit: Rename com.salesforce tracing config prop to org.apache

2014-08-15 Thread jamestaylor
Repository: phoenix
Updated Branches:
  refs/heads/master acd35f0eb -> dfcde1046


Rename com.salesforce tracing config prop to org.apache


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

Branch: refs/heads/master
Commit: dfcde10464a028c8acf44b9ce662f0fd19ca265d
Parents: acd35f0
Author: James Taylor 
Authored: Fri Aug 15 09:59:50 2014 -0700
Committer: James Taylor 
Committed: Fri Aug 15 09:59:50 2014 -0700

--
 .../src/main/java/org/apache/phoenix/trace/util/Tracing.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/dfcde104/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java 
b/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
index 5913cfb..3367bce 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
@@ -59,7 +59,7 @@ public class Tracing {
 // Constants for for configuring tracing
 public static final String TRACING_LEVEL_KEY = 
"org.apache.phoenix.trace.frequency";
 protected static final String PROBABILITY_THRESHOLD_KEY =
-"com.salesforce.phoenix.trace.probability.threshold";
+"org.apache.phoenix.trace.probability.threshold";
 
 /**
  * We always trace on the server, assuming the client has requested 
tracing on the request



git commit: Rename com.salesforce tracing config prop to org.apache

2014-08-15 Thread jamestaylor
Repository: phoenix
Updated Branches:
  refs/heads/4.0 fcdcd697c -> 2a3a253c2


Rename com.salesforce tracing config prop to org.apache


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2a3a253c
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2a3a253c
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/2a3a253c

Branch: refs/heads/4.0
Commit: 2a3a253c2ede05d6a7c0cab03db93e9fe13efa73
Parents: fcdcd69
Author: James Taylor 
Authored: Fri Aug 15 09:58:15 2014 -0700
Committer: James Taylor 
Committed: Fri Aug 15 09:58:15 2014 -0700

--
 .../src/main/java/org/apache/phoenix/trace/util/Tracing.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/2a3a253c/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java 
b/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
index 5913cfb..3367bce 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
@@ -59,7 +59,7 @@ public class Tracing {
 // Constants for for configuring tracing
 public static final String TRACING_LEVEL_KEY = 
"org.apache.phoenix.trace.frequency";
 protected static final String PROBABILITY_THRESHOLD_KEY =
-"com.salesforce.phoenix.trace.probability.threshold";
+"org.apache.phoenix.trace.probability.threshold";
 
 /**
  * We always trace on the server, assuming the client has requested 
tracing on the request