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

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

Github user cestella commented on the issue:

    https://github.com/apache/incubator-metron/pull/387
  
    Did this get tested in vagrant?  
    Specifically, did we try the following things:
    * A global profile
    * A non-global profile
    * 2 profiles that share the same variable names in their update logic



> Profiler Overwriting Previously Written Values
> ----------------------------------------------
>
>                 Key: METRON-606
>                 URL: https://issues.apache.org/jira/browse/METRON-606
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Nick Allen
>            Assignee: Nick Allen
>
> The Profiler is repetitively overwriting previously written values.  Where I 
> would expect to see a series of multiple values in Hbase, one written per 
> flush, there is only a single value.  This same value is being repetitively 
> overwritten with new data. 
> This is occurring because the same ProfileMeasurement is being re-used after 
> a flush event.  Prior to METRON-575, a new ProfileMeasurement was created 
> after a flush event.  Without the new ProfileMeasurement, the timestamp used 
> to generate the row key remains the same.
> Drat.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to