xiaohui-sun opened a new pull request #4053: [TE] Speed up minute level 
detection
URL: https://github.com/apache/incubator-pinot/pull/4053
 
 
   1. Speed up minute level detection
   If detection window >= 1 day, set the bucketPeriod, windowSize, windowUnit 
to 1 day.
   If detection window >= 1 hour, set the bucketPeriod, windowSize, windowUnit 
to 1 hour.
   
   2. Change EARLY_TERMINATE_WINDOW from 10 to 3 to fail early.
   
   3. Remove pre-cache for detection window for two reasons:
   a. We need to load the data anyway so pre-cache doesn't help.
   b. If the detection consistently fail and triggered early-terminate then 
pre-cache everything is a waste of time.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to