Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/984#discussion_r180150453 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-enrichment-env.xml --- @@ -129,70 +145,156 @@ <property> <name>enrichment_topology_max_spout_pending</name> <description>Spout Max Pending Tuples for the Enrichment Topology</description> - <value/> - <display-name>Enrichment Max Pending</display-name> + <value>500</value> --- End diff -- This seems super low..shouldn't we leave this unspecified and default to the storm default?
---