You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/05/21 02:44:08 UTC

[incubator-pinot] branch thread_local_hashmap updated (3698af0 -> 9584e4c)

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

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


 discard 3698af0  Adding more optimization for map initial size and discard size
 discard 1655c27  Use thread local for groupby raw key holders
     add 775d578  [TE] alerts search and pagination endpoint (#5413)
     add 0459b98  [TE] fix an issue that in some cases the evaluations are not generated (#5420)
     add 4f01114  Set hashmap initial size to 16 in DictionaryBasedGroupKeyGenerator. (#5421)
     add 6a2881a  [TE] frontend - harleyjj/packages - pin compatible package versions (#5418)
     add 02ccddd  Use thread local for groupby raw key holders
     add 9584e4c  Adding more optimization for map initial size and discard size

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   (3698af0)
            \
             N -- N -- N   refs/heads/thread_local_hashmap (9584e4c)

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:
 thirdeye/thirdeye-frontend/package.json            |    4 +-
 thirdeye/thirdeye-frontend/yarn.lock               | 5572 +++++++++-----------
 .../dashboard/ThirdEyeDashboardApplication.java    |    2 +
 .../resources/v2/alerts/AlertResource.java         |   79 +
 .../resources/v2/alerts/AlertSearchFilter.java     |  157 +
 .../resources/v2/alerts/AlertSearcher.java         |  259 +
 .../thirdeye/datalayer/bao/AbstractManager.java    |   29 +-
 .../datalayer/bao/jdbc/AbstractManagerImpl.java    |   15 +
 .../thirdeye/datalayer/dao/GenericPojoDao.java     |   82 +
 .../datalayer/entity/DetectionConfigIndex.java     |   18 +
 .../thirdeye/datalayer/util/SqlQueryBuilder.java   |   40 +
 .../thirdeye/detection/DetectionResource.java      |    1 -
 .../detection/algorithm/DimensionWrapper.java      |    1 +
 .../src/main/resources/schema/create-schema.sql    |    4 +
 .../resources/v2/alerts/AlertSearcherTest.java     |   75 +
 15 files changed, 3336 insertions(+), 3002 deletions(-)
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/dashboard/resources/v2/alerts/AlertResource.java
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/dashboard/resources/v2/alerts/AlertSearchFilter.java
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/dashboard/resources/v2/alerts/AlertSearcher.java
 create mode 100644 thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/dashboard/resources/v2/alerts/AlertSearcherTest.java


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