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/04/15 22:41:19 UTC

[incubator-pinot] branch flapping_window updated (6aadd67 -> 3ed8803)

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

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


 discard 6aadd67  Set Helix flapping window for Broker, Server, Minion
     new 26330f3  [TE] frontend - harleyjj/alerts - filter alerts by single subscription group despite having multiple subscription groups (#4093)
     new a5777cd  Fix AddTenantCommand bug for posting tenant config (#4108)
     new 905688f  Fixing PerfBenchmarkDriver (#4109)
     new fd61e74  upgrade roaringbitmap to 0.8.0 (#4087)
     new 7ef519d  Fix description on Query Latency in the doc (#4111)
     new 2bb6a43  Add validations to table config before updating a table config (#4103)
     new 4cf1898  When refreshing the segment with identical segment, still update creation time and refresh time in ZK metadata (#4112)
     new 3ed8803  Set Helix flapping window for all components

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   (6aadd67)
            \
             N -- N -- N   refs/heads/flapping_window (3ed8803)

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 5954 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/in_production.rst                             |   6 +-
 .../apache/pinot/common/utils/CommonConstants.java |   1 +
 .../apache/pinot/controller/ControllerStarter.java |  42 ++++--
 .../api/resources/PinotTableRestletResource.java   |   7 +-
 .../pinot/controller/api/upload/ZKOperator.java    |   8 +-
 .../helix/core/PinotHelixResourceManager.java      | 160 ++++++++++++--------
 .../helix/core/PinotHelixResourceManagerTest.java  | 166 ++++++++++++++++++++-
 .../core/operator/docidsets/BitmapDocIdSet.java    |   5 +-
 .../core/common/docidsets/BitmapDocIdSetTest.java  |  12 +-
 .../tests/BaseClusterIntegrationTest.java          |  11 ++
 .../tests/OfflineClusterIntegrationTest.java       |  29 ++++
 .../tests/RealtimeClusterIntegrationTest.java      |   7 +-
 .../server/starter/helix/HelixServerStarter.java   |  10 +-
 .../tools/admin/command/AddTenantCommand.java      |   4 +-
 .../pinot/tools/perf/PerfBenchmarkDriver.java      |  47 ++++--
 .../pinot/tools/perf/PerfBenchmarkDriverConf.java  |  10 +-
 pom.xml                                            |   2 +-
 .../app/pods/manage/alerts/index/controller.js     |  30 +++-
 .../app/pods/manage/alerts/index/route.js          |  50 ++-----
 .../app/pods/manage/explore/route.js               |  36 +----
 20 files changed, 442 insertions(+), 201 deletions(-)


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