[ 
https://issues.apache.org/jira/browse/METRON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863705#comment-15863705
 ] 

ASF GitHub Bot commented on METRON-694:
---------------------------------------

Github user cestella commented on the issue:

    https://github.com/apache/incubator-metron/pull/453
  
    Based on this PR, what I'd probably do is:
    * Walk through setting up the CSV parser
    * Set up a field validation
    * Send valid data through, make sure it works and is in the index
    * Send data which is syntactically correct but fails validation verify that 
it handles that correctly
      * where does invalid data go in this new setup?  I notice some changes in 
that part of the code.
    * Send syntactically incorrect data through and verify that it fails that
      * send 4 messages through and verify nothing is written
      * send the 5th and verify that it is written and that the write configs 
are honored for indexing


> Index Errors from Topologies
> ----------------------------
>
>                 Key: METRON-694
>                 URL: https://issues.apache.org/jira/browse/METRON-694
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Ryan Merriman
>
> Need to make sure (and review) that all the bolts write into the error queue. 
> Errors should then be consumed from the error queue and indexed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to