You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2014/08/15 18:58:27 UTC

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

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 <ja...@apache.org>
Authored: Fri Aug 15 09:58:15 2014 -0700
Committer: James Taylor <ja...@apache.org>
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