You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ga...@apache.org on 2015/09/01 14:29:57 UTC

[19/50] [abbrv] stratos git commit: Disabling DAS thrift stats publisher

Disabling DAS thrift stats publisher


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

Branch: refs/heads/master
Commit: f10b71ec3055c25e5faf4d86bf005dc11f622b39
Parents: 65b1b2a
Author: Thanuja <th...@wso2.com>
Authored: Sat Aug 22 22:58:25 2015 +0530
Committer: Thanuja <th...@wso2.com>
Committed: Sat Aug 22 22:58:25 2015 +0530

----------------------------------------------------------------------
 products/stratos/conf/thrift-client-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/f10b71ec/products/stratos/conf/thrift-client-config.xml
----------------------------------------------------------------------
diff --git a/products/stratos/conf/thrift-client-config.xml b/products/stratos/conf/thrift-client-config.xml
index e5ea9c8..f730c42 100644
--- a/products/stratos/conf/thrift-client-config.xml
+++ b/products/stratos/conf/thrift-client-config.xml
@@ -30,7 +30,7 @@
     </config>
     <config>
         <name>das</name>
-        <statsPublisherEnabled>true</statsPublisherEnabled>
+        <statsPublisherEnabled>false</statsPublisherEnabled>
         <username>admin</username>
         <password>admin</password>
         <ip>localhost</ip>