Repository: metron Updated Branches: refs/heads/master e1a957be3 -> 42fc699ce
METRON-1888 Default Topology Settings in MPack Cause Profiler to Stall (nickwallen) closes apache/metron#1276 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/42fc699c Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/42fc699c Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/42fc699c Branch: refs/heads/master Commit: 42fc699ce1df04fd065d131293a8322a095c1e9c Parents: e1a957b Author: nickwallen <[email protected]> Authored: Tue Nov 27 12:44:58 2018 -0500 Committer: nickallen <[email protected]> Committed: Tue Nov 27 12:44:58 2018 -0500 ---------------------------------------------------------------------- .../METRON/CURRENT/configuration/metron-profiler-env.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/42fc699c/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-profiler-env.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-profiler-env.xml b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-profiler-env.xml index c45d799..07b8d11 100644 --- a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-profiler-env.xml +++ b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-profiler-env.xml @@ -165,7 +165,7 @@ <name>profiler_topology_max_spout_pending</name> <description>Profiler Topology Spout Max Pending Tuples</description> <display-name>Spout Max Pending Tuples</display-name> - <value>300</value> + <value/> <value-attributes> <empty-value-valid>true</empty-value-valid> </value-attributes>
