You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/07/18 22:20:29 UTC

[GitHub] [incubator-pinot] jihaozh opened a new pull request #4448: [TE] anomaly filters potential inconsistency issue fix

jihaozh opened a new pull request #4448: [TE] anomaly filters potential inconsistency issue fix
URL: https://github.com/apache/incubator-pinot/pull/4448
 
 
   Currently, the anomaly filters will re-fetch data from the data source to get the current value for anomalies. This works fine in most cases. However, when the data inconsistency issue happens, it might filter based on the latest fetched data instead of filtering on the current value stored in the anomaly.  When this happens, it will cause confusions in the Preview UI that the filter is not working correctly. This PR fixes this issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org