Github user cestella commented on the issue: https://github.com/apache/incubator-metron/pull/424 To test this locally, because it's extremely sporadic that it happens locally (1 out of every 50 times I run the test), I did the following: * Built and installed the project in Maven: `mvn -DskipTests clean install` * Ran the `metron-solr` project integration tests for at least 2 hours in a row ensuring that they don't fail: `echo "" > /tmp/output;while [ $(cat /tmp/output | grep "vs 6" | wc -l) -lt 1 ];do mvn install >& /tmp/output;done`
--- 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. ---