You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xh...@apache.org on 2019/03/12 15:26:15 UTC

[incubator-pinot] branch master updated: Preview description text (#3948)

This is an automated email from the ASF dual-hosted git repository.

xhsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new acc123c  Preview description text (#3948)
acc123c is described below

commit acc123cd8a77418d9a34ad562d9afabe96cc729e
Author: Xiaohui Sun <xh...@linkedin.com>
AuthorDate: Tue Mar 12 08:26:08 2019 -0700

    Preview description text (#3948)
    
    * [TE] backend - add an API to clear cache for DefaultDataProvider
    
    * [TE] backend - set different lookback period for different time granularities
    
    * [TE] frontend - adjust preview hint message
---
 .../thirdeye-frontend/app/pods/components/alert-details/template.hbs   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/thirdeye/thirdeye-frontend/app/pods/components/alert-details/template.hbs b/thirdeye/thirdeye-frontend/app/pods/components/alert-details/template.hbs
index 9f122b0..287fc98 100644
--- a/thirdeye/thirdeye-frontend/app/pods/components/alert-details/template.hbs
+++ b/thirdeye/thirdeye-frontend/app/pods/components/alert-details/template.hbs
@@ -15,7 +15,8 @@
   {{#unless errorAnomalies}}
     {{#if showDetails}}
       {{#if isLoading}}
-        {{ember-spinner scale=0.5 rotate=10 speed='1.1' color='#3498DB'}}Please wait while we compile the data.
+        {{ember-spinner scale=0.5 rotate=10 speed='1.1' color='#3498DB'}}Preview may take a long time if it is more than one week (for daily metrics) or one day (for hourly/minute metrics).
+        Please click "Refresh Preview" if you changed time window.
       {{else}}
         {{#if dataIsCurrent}}
         {{range-pill-selectors


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