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/23 00:04:01 UTC

[incubator-pinot] branch null_zn_records updated (a2b0667 -> 150e664)

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

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


 discard a2b0667  Fix the issue where ZkCacheBaseDataAccessor.getChildren() can return list with null znRecords
     new 937ecb4  Add upper lower bounds (#4147)
     new 983c5d8  [TE] Update TE-Raptor API to support multiple metrics (#4140)
     new 955748b  [TE] Fix for TimeSeries constructor (#4150)
     new d403a28  [TE] frontend - harleyjj/anomalies - make anomalies filterable by subscription group (#4131)
     new 308f53b  [TE] fix Holt-Winters standard deviation calculation (#4153)
     new b6ecc83  [TE] support monitoring granularity for Holt Winters (#4149)
     new 0328662  Decouple BrokerServerBuilder from Helix (#4144)
     new 150e664  Fix the issue where ZkCacheBaseDataAccessor.getChildren() can return list with null znRecords

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   (a2b0667)
            \
             N -- N -- N   refs/heads/null_zn_records (150e664)

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 5987 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:
 .../pinot/broker/broker/BrokerServerBuilder.java   |  51 +++----
 ...okerResourceOnlineOfflineStateModelFactory.java |  16 +--
 .../broker/broker/helix/HelixBrokerStarter.java    |  91 ++++++------
 ...> HelixExternalViewBasedQueryQuotaManager.java} |  12 +-
 .../pinot/broker/queryquota/QueryQuotaManager.java |  13 +-
 .../requesthandler/BaseBrokerRequestHandler.java   |  18 +--
 .../ConnectionPoolBrokerRequestHandler.java        |  15 +-
 .../SingleConnectionBrokerRequestHandler.java      |   6 +-
 ...lixExternalViewBasedQueryQuotaManagerTest.java} |  98 ++++++-------
 .../pinot/common/metadata/ZKMetadataProvider.java  |  33 +++--
 .../apache/pinot/common/utils/CommonConstants.java |  12 ++
 .../helix/core/PinotHelixResourceManager.java      |  10 +-
 .../core/realtime/PinotRealtimeSegmentManager.java |   3 +-
 .../pinot/integration/tests/ClusterTest.java       |   8 +-
 .../app/pods/anomalies/controller.js               |  80 +++++++++--
 .../thirdeye-frontend/app/pods/anomalies/route.js  |  26 +++-
 .../app/pods/anomalies/template.hbs                |   2 +
 .../app/pods/components/entity-filter/component.js |   9 ++
 .../app/pods/components/entity-filter/template.hbs |   8 +-
 .../api/user/dashboard/UserDashboardResource.java  | 153 ++++++++++++++-------
 .../thirdeye/dataframe/util/DataFrameUtils.java    |   3 +
 .../detection/components/HoltWintersDetector.java  |  80 +++++++++--
 .../detection/spec/HoltWintersDetectorSpec.java    |  10 ++
 .../thirdeye/detection/spi/model/TimeSeries.java   |  49 +++++--
 .../user/dashboard}/UserDashboardResourceTest.java |  58 ++++++--
 .../components/HoltWintersDetectorTest.java        |   8 +-
 .../wrapper/BaselineFillingMergeWrapperTest.java   |  17 ++-
 27 files changed, 602 insertions(+), 287 deletions(-)
 rename pinot-broker/src/main/java/org/apache/pinot/broker/queryquota/{TableQueryQuotaManager.java => HelixExternalViewBasedQueryQuotaManager.java} (97%)
 copy pinot-core/src/main/java/org/apache/pinot/core/segment/creator/SingleValueForwardIndexCreator.java => pinot-broker/src/main/java/org/apache/pinot/broker/queryquota/QueryQuotaManager.java (72%)
 rename pinot-broker/src/test/java/org/apache/pinot/broker/queryquota/{TableQueryQuotaManagerTest.java => HelixExternalViewBasedQueryQuotaManagerTest.java} (79%)
 rename thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/{dashboard/resource/v2 => api/user/dashboard}/UserDashboardResourceTest.java (76%)


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