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/02/28 00:43:51 UTC

[incubator-pinot] branch external_view_update updated (6700ac5 -> 6521fbf)

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

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


 discard 6700ac5  Actively check cluster changes if there is no callback for a long time
     new 1f2c2d7  Move images files to img directory for docs (#3886)
     new 8f647cf  Unify move method in PinotFS (#3834)
     new 52a9559  [TE] frontend - fix some bugs with alert details graph on range change (#3876)
     new 3b09d27  [TE] Endpoint to delete a complete application (#3888)
     new 3b92bee  [TE] Minor fix in template (#3889)
     new 6fc48ce  [TE] frontend - harleyjj/alert-details - limit number of anomalies displayed in graph (#3890)
     new 6521fbf  Actively check cluster changes if there is no callback for a long time

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   (6700ac5)
            \
             N -- N -- N   refs/heads/external_view_update (6521fbf)

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 5778 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:
 docs/architecture.rst                              |   2 +-
 docs/{ => img}/Pinot - Hybrid flow.png             | Bin
 docs/{ => img}/Pinot-Offline-only-flow.png         | Bin
 docs/{ => img}/hlc-arch.png                        | Bin
 docs/{ => img}/image2014-11-12-1-54-56.png         | Bin
 docs/{ => img}/image2014-11-12-19-54-12.png        | Bin
 docs/{ => img}/image2014-11-12-20-59-50.png        | Bin
 docs/{ => img}/image2014-11-13-11-21-7.png         | Bin
 docs/{ => img}/image2014-11-13-11-22-57.png        | Bin
 docs/{ => img}/image2015-4-14-194451.png           | Bin
 docs/{ => img}/image2015-5-12-7-24-58.png          | Bin
 docs/{ => img}/image2015-5-13 15-2-9.png           | Bin
 docs/{ => img}/image2015-5-17 13-32-28.png         | Bin
 docs/{ => img}/image2015-5-17 17-59-10.png         | Bin
 docs/{ => img}/image2015-5-19 0-29-34.png          | Bin
 docs/{ => img}/image2015-5-19 0-58-54.png          | Bin
 docs/{ => img}/image2015-5-19 1-28-35.png          | Bin
 docs/{ => img}/image2015-5-19 1-47-44.png          | Bin
 docs/{ => img}/image2015-5-19 1-59-51.png          | Bin
 docs/{ => img}/llc-arch.png                        | Bin
 docs/{ => img}/pinot-architecture.png              | Bin
 docs/{ => img}/pluggable_streams.png               | Bin
 docs/{ => img}/znode_layout.png                    | Bin
 docs/multitenancy.rst                              |   4 +-
 docs/pinot_hadoop.rst                              |   2 +-
 .../org/apache/pinot/filesystem/AzurePinotFS.java  |   6 +-
 .../broker/broker/helix/ClusterChangeMediator.java |  28 ++--
 .../apache/pinot/common/metrics/BrokerMeter.java   |   3 +-
 .../apache/pinot/common/metrics/BrokerTimer.java   |   3 +-
 .../apache/pinot/controller/ControllerConf.java    |   4 +-
 .../helix/core/SegmentDeletionManager.java         |  16 ++-
 .../realtime/PinotLLCRealtimeSegmentManager.java   |   5 +-
 .../org/apache/pinot/filesystem/LocalPinotFS.java  |  17 +--
 .../java/org/apache/pinot/filesystem/PinotFS.java  |  62 ++++++--
 .../apache/pinot/filesystem/LocalPinotFSTest.java  |  13 +-
 .../pinot/filesystem/PinotFSFactoryTest.java       |   2 +-
 .../org/apache/pinot/filesystem/HadoopPinotFS.java |   5 +-
 .../app/pods/components/alert-details/component.js | 109 +++++++-------
 .../app/pods/components/alert-details/template.hbs |   6 -
 .../pods/components/timeseries-chart/component.js  |   1 +
 .../app/pods/components/yaml-editor/component.js   |   4 +-
 .../app/pods/components/yaml-editor/template.hbs   |   4 +-
 .../app/pods/manage/explore-new/route.js           |   6 +-
 .../app/pods/manage/explore-new/template.hbs       |   1 +
 thirdeye/thirdeye-frontend/app/utils/constants.js  |   2 +-
 .../api/application/ApplicationResource.java       | 117 +++++++++++++++
 .../dashboard/ThirdEyeDashboardApplication.java    |   4 +
 .../api/application/ApplicationResourceTest.java   | 160 +++++++++++++++++++++
 48 files changed, 456 insertions(+), 130 deletions(-)
 rename docs/{ => img}/Pinot - Hybrid flow.png (100%)
 rename docs/{ => img}/Pinot-Offline-only-flow.png (100%)
 rename docs/{ => img}/hlc-arch.png (100%)
 rename docs/{ => img}/image2014-11-12-1-54-56.png (100%)
 rename docs/{ => img}/image2014-11-12-19-54-12.png (100%)
 rename docs/{ => img}/image2014-11-12-20-59-50.png (100%)
 rename docs/{ => img}/image2014-11-13-11-21-7.png (100%)
 rename docs/{ => img}/image2014-11-13-11-22-57.png (100%)
 rename docs/{ => img}/image2015-4-14-194451.png (100%)
 rename docs/{ => img}/image2015-5-12-7-24-58.png (100%)
 rename docs/{ => img}/image2015-5-13 15-2-9.png (100%)
 rename docs/{ => img}/image2015-5-17 13-32-28.png (100%)
 rename docs/{ => img}/image2015-5-17 17-59-10.png (100%)
 rename docs/{ => img}/image2015-5-19 0-29-34.png (100%)
 rename docs/{ => img}/image2015-5-19 0-58-54.png (100%)
 rename docs/{ => img}/image2015-5-19 1-28-35.png (100%)
 rename docs/{ => img}/image2015-5-19 1-47-44.png (100%)
 rename docs/{ => img}/image2015-5-19 1-59-51.png (100%)
 rename docs/{ => img}/llc-arch.png (100%)
 rename docs/{ => img}/pinot-architecture.png (100%)
 rename docs/{ => img}/pluggable_streams.png (100%)
 rename docs/{ => img}/znode_layout.png (100%)
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/api/application/ApplicationResource.java
 create mode 100644 thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/api/application/ApplicationResourceTest.java


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