This is an automated email from the ASF dual-hosted git repository.
shashikant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 693a88c HDDS-3507. Disable Jaeger tracing by default. (#883)
693a88c is described below
commit 693a88c11cb50812f4697f997c086b7a32e681f2
Author: bshashikant <[email protected]>
AuthorDate: Wed Apr 29 13:12:25 2020 +0530
HDDS-3507. Disable Jaeger tracing by default. (#883)
---
.../common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java | 2 +-
hadoop-hdds/common/src/main/resources/ozone-default.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java
index 4eda6f8..559d675 100644
---
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java
+++
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java
@@ -361,7 +361,7 @@ public final class ScmConfigKeys {
"network-topology-default.xml";
public static final String HDDS_TRACING_ENABLED = "hdds.tracing.enabled";
- public static final boolean HDDS_TRACING_ENABLED_DEFAULT = true;
+ public static final boolean HDDS_TRACING_ENABLED_DEFAULT = false;
/**
* Never constructed.
diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml
b/hadoop-hdds/common/src/main/resources/ozone-default.xml
index 96a1128..38b6f02 100644
--- a/hadoop-hdds/common/src/main/resources/ozone-default.xml
+++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -2365,7 +2365,7 @@
</property>
<property>
<name>hdds.tracing.enabled</name>
- <value>true</value>
+ <value>false</value>
<tag>OZONE, HDDS</tag>
<description>
If enabled, tracing information is sent to tracing server.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]