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 2022/06/27 16:59:13 UTC

[pinot] branch helix-1.0 updated (aa1aca5fa8 -> 4ae577082d)

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

jlli pushed a change to branch helix-1.0
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit aa1aca5fa8 Upgrade Helix to 1.0.4
     add 5cd0ded908 revert alpha version of MUI Labs and fix Typings (#8964)
     add 81b1e031b4 fix bug in segmentDetails table name parsing; style the new indexes table (#8958)
     add 47c637c38c make all search bars full width (#8957)
     add 6582750ea6 Defined a new broker metric for total query processing time  (#8941)
     add 7c15bc3268 Adding more methods in QuickStartCommand for extensibility (#8976)
     add 4ae577082d Upgrade Helix to 1.0.4

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   (aa1aca5fa8)
            \
             N -- N -- N   refs/heads/helix-1.0 (4ae577082d)

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:
 .../jmx_prometheus_javaagent/configs/broker.yml    |   5 +
 .../etc/jmx_prometheus_javaagent/configs/pinot.yml |   5 +
 .../requesthandler/BaseBrokerRequestHandler.java   |   3 +
 .../apache/pinot/common/metrics/BrokerTimer.java   |   1 +
 .../resources/app/components/CustomMultiSelect.tsx |   4 +-
 .../main/resources/app/components/MaterialTree.tsx |   2 +-
 .../main/resources/app/components/SearchBar.tsx    |   1 +
 .../src/main/resources/app/components/Table.tsx    |   4 +-
 .../main/resources/app/pages/SegmentDetails.tsx    |   1 -
 .../main/resources/app/utils/PinotMethodUtils.ts   |   7 +-
 .../src/main/resources/package-lock.json           | 239 ++-------------------
 pinot-controller/src/main/resources/package.json   |   2 +-
 .../tools/admin/command/QuickStartCommand.java     |  16 +-
 .../tools/admin/command/TestQuickStartCommand.java |   4 +-
 14 files changed, 62 insertions(+), 232 deletions(-)


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