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

[incubator-pinot] branch add-participant-role-in-controller updated (38817e3 -> 41f62ec)

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

jlli pushed a change to branch add-participant-role-in-controller
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 38817e3  Add controller mode logic
     new 7ca6841  In SegmentCreationJob, fix the issue where ControllerRestApi is used when _pushLocations is not set (#3837)
     new 612b4fb  [TE] Move Ember configs into thirdeye-configs - Attempt to isolate LinkedIn specific stuff in UI (#3839)
     new 729ba77  Add headers for docs (#3840)
     new 093f917  Bug fix in SegmentCreationJob and SegmentCreationMapper (#3844)
     new 2a38602  Remove temp files from maven-release plugin from source tarbell (#3845)
     new 8ecfbcb  [TE] frontend - aaronucsd/fixed the alert and subscription error messages (#3841)
     new 008bb5c  [TE] frontend - harleyjj/alert-overview - implements alert overview for new pipeline using alert-details component (#3843)
     new a3dd11b  [TE] Enable Piwik tracking ref: #3839 (#3846)
     new 6adfa98  When counting running segments for tasks, only consider tasks scheduled in one day (#3848)
     new 0675aee  [TE] Fix bugs in user dashboard endpoint (#3853)
     new 61bfdc6  [TE] Endpoint for migrating partially migrated alerts (#3855)
     new 0d981ab  [TE] detection - time series provider loading cache (#3842)
     new c943843  Minor fix for integration test (#3858)
     new 50d3eae  [TE] Update Yaml templates (#3859)
     new bfce886  Fix compile failure issue when docs/_build is present (#3857)
     new a745087  Add header definition for rst files (#3860)
     new 795f494  [TE] frontend - harleyjj/rootcause-anomaly - never show inconsistent data warning for 1 and 5 minute granularity (#3861)
     new b2c3528  Add scheduler wait time for server side log (#3862)
     new 41f62ec  Add controller mode logic

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   (38817e3)
            \
             N -- N -- N   refs/heads/add-participant-role-in-controller (41f62ec)

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.

The 5758 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  20 ++
 docs/architecture.rst                              |  27 ++-
 docs/client_api.rst                                |  25 ++-
 docs/in_production.rst                             |  19 ++
 docs/index.rst                                     |  19 ++
 docs/index_techniques.rst                          |  19 ++
 docs/intro.rst                                     |  29 ++-
 docs/management_api.rst                            |  19 ++
 docs/multitenancy.rst                              |  19 ++
 docs/pinot_hadoop.rst                              |  31 ++-
 docs/pluggable_storage.rst                         |  19 ++
 docs/pluggable_streams.rst                         |  19 ++
 docs/pql_examples.rst                              |  19 ++
 docs/reference.rst                                 |  19 ++
 docs/segment_fetcher.rst                           |  27 ++-
 docs/trying_pinot.rst                              |  19 ++
 .../core/minion/generator/TaskGeneratorUtils.java  |  30 ++-
 .../pinot/core/query/scheduler/QueryScheduler.java |   3 +-
 pinot-distribution/pinot-source-assembly.xml       |   7 +
 pinot-hadoop/README.md                             |  20 ++
 .../pinot/hadoop/job/SegmentCreationJob.java       |  25 ++-
 .../hadoop/job/mapper/SegmentCreationMapper.java   |   1 +
 pinot-perf/README.md                               |  21 ++
 pom.xml                                            |  18 +-
 config/suppressions.xml => rstheaderdefinition.xml |  21 +-
 .../app/pods/components/alert-details/component.js | 138 +++++++------
 .../app/pods/components/alert-details/template.hbs |  41 ++--
 .../pods/components/rootcause-anomaly/component.js |  43 ++--
 .../app/pods/components/yaml-editor/component.js   |  58 ++++--
 .../app/pods/components/yaml-editor/template.hbs   |  29 ++-
 .../manage/{yaml => explore-new}/controller.js     |   0
 .../app/pods/manage/{yaml => explore-new}/route.js |  10 +-
 .../pods/manage/{yaml => explore-new}/template.hbs |  18 +-
 .../app/pods/manage/yaml/template.hbs              |   5 +
 .../app/pods/services/api/anomalies/service.js     |   4 +-
 thirdeye/thirdeye-frontend/app/router.js           |   4 +-
 thirdeye/thirdeye-frontend/app/utils/anomaly.js    |  72 +++----
 .../thirdeye-frontend/app/utils/api/anomaly.js     |  33 ++-
 thirdeye/thirdeye-frontend/app/utils/constants.js  | 101 ++++------
 .../app/utils/manage-alert-utils.js                |   4 +-
 thirdeye/thirdeye-frontend/app/utils/utils.js      |  21 +-
 thirdeye/thirdeye-frontend/config/environment.js   |   9 +-
 thirdeye/thirdeye-frontend/package.json            |   1 +
 .../components/rootcause-anomaly/component-test.js |   6 +-
 .../tests/unit/utils/anomaly-test.js               |   6 +-
 thirdeye/thirdeye-frontend/yarn.lock               |   9 +-
 .../api/user/dashboard/UserDashboardResource.java  | 221 ++++++++++++---------
 .../pinot/thirdeye/detection/DataProvider.java     |   8 -
 .../thirdeye/detection/DefaultDataProvider.java    |  62 ++++--
 .../detection/DetectionMigrationResource.java      |  59 ++++++
 .../components/PercentageChangeRuleDetector.java   |   4 +-
 .../detection/wrapper/AnomalyDetectorWrapper.java  |   8 +-
 .../thirdeye/detection/yaml/YamlResource.java      |   3 +-
 .../resource/v2/UserDashboardResourceTest.java     |  13 +-
 .../pinot/thirdeye/detection/DataProviderTest.java |  82 ++------
 .../components/ThresholdRuleDetectorTest.java      |  34 ++--
 .../finetune/GridSearchTuningAlgorithmTest.java    | 134 -------------
 .../wrapper/AnomalyDetectorWrapperTest.java        |  11 +-
 58 files changed, 1060 insertions(+), 686 deletions(-)
 copy config/suppressions.xml => rstheaderdefinition.xml (67%)
 copy thirdeye/thirdeye-frontend/app/pods/manage/{yaml => explore-new}/controller.js (100%)
 copy thirdeye/thirdeye-frontend/app/pods/manage/{yaml => explore-new}/route.js (92%)
 copy thirdeye/thirdeye-frontend/app/pods/manage/{yaml => explore-new}/template.hbs (71%)
 delete mode 100644 thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/detection/finetune/GridSearchTuningAlgorithmTest.java


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