You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/10/22 18:37:58 UTC

[incubator-pinot] branch rebalance_exception_handling updated (80e46e4 -> bea2dbf)

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

jackie pushed a change to branch rebalance_exception_handling
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 80e46e4  Enhance the exception handling in TableRebalancer
     add c1a0944  [TE] Fix ignored timeout by checking Thread.interrupted (#4690)
     add 15bde95  [TE] web - harleyjj/rca-session - save dimension-algorithm table settings with session and load them (#4712)
     add 2f3cd43  [TE] put default settings for subscription YAML (#4723)
     add f015c68  Add sql query command (#4726)
     add bea2dbf  Enhance the exception handling in TableRebalancer

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (80e46e4)
            \
             N -- N -- N   refs/heads/rebalance_exception_handling (bea2dbf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../helix/core/rebalance/TableRebalancer.java      |  4 +--
 .../tools/admin/command/PostQueryCommand.java      | 19 +++++++++++--
 .../rootcause-dimensions-algorithm/component.js    | 22 +++++++++++++--
 .../rootcause-dimensions-settings/template.hbs     |  2 ++
 .../partials/rootcause/dimensions/template.hbs     |  3 +++
 .../app/pods/rootcause/controller.js               | 21 ++++++++++++---
 .../thirdeye-frontend/app/pods/rootcause/route.js  |  9 ++++++-
 .../component-test.js                              |  4 ++-
 thirdeye/thirdeye-frontend/yarn.lock               | 31 +++++-----------------
 .../resources/v2/RootCauseSessionResource.java     |  6 +++++
 .../datalayer/pojo/RootcauseSessionBean.java       | 17 ++++++++++--
 .../detection/algorithm/DimensionWrapper.java      | 10 +++++++
 .../thirdeye/detection/yaml/YamlResource.java      |  1 +
 .../translator/SubscriptionConfigTranslator.java   |  2 ++
 .../src/test/resources/sample-alert-config.yml     | 10 -------
 15 files changed, 114 insertions(+), 47 deletions(-)


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