[GitHub] incubator-metron issue #147: METRON-208 Add Google Analytics tags to Metron ...

2016-06-10 Thread iraghumitra
Github user iraghumitra commented on the issue:

https://github.com/apache/incubator-metron/pull/147
  
Corrected apache id of Ryan


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-metron pull request #149: METRON-217: Found a grabbag of bugs

2016-06-10 Thread cestella
GitHub user cestella opened a pull request:

https://github.com/apache/incubator-metron/pull/149

METRON-217: Found a grabbag of bugs

Doing some scale testing, I found a grabbag of bugs:
* The elasticsearch writer should allow multiple ES hosts to be passed in 
via a List. This should be backwards compatible.
* There is a concurrent modification exception while cloning the message 
field
* The parser topology numSpoutTasks and numParserTasks are swapped
* The grok parser should throw an exception if it cannot parse so the 
message that could not be parsed is sent to the error queue.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cestella/incubator-metron bug_squash_1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-metron/pull/149.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #149


commit 3738df5112bf7514fb1a9e9b6c7d812ce97a8a69
Author: cstella 
Date:   2016-06-10T19:17:57Z

Fixing a grabbag of bugs.

commit 08609a91483683c241e7f3e706630f79e25bffcb
Author: cstella 
Date:   2016-06-10T19:28:11Z

Updating writer bolt.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---