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 2019/06/06 01:38:54 UTC

[incubator-pinot] branch create-lead-controller-resource updated (cf17be2 -> b05ff27)

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

jlli pushed a change to branch create-lead-controller-resource
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard cf17be2  Address PR comments
 discard 01a0dee  Separate Helix cluster creation logic
 discard 9ccf5ce  Create leadControllerResource in Helix cluster
     add 8ffa381  Add OfflineSegmentIntervalChecker to PeriodicTasksIntegrationTests (#4278)
     add 32b32b3  Reformat classes in pinot-common (#4283)
     add 3d0fffa  Create leadControllerResource in Helix cluster
     add 7df2025  Separate Helix cluster creation logic
     add b05ff27  Address PR comments

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   (cf17be2)
            \
             N -- N -- N   refs/heads/create-lead-controller-resource (b05ff27)

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:
 .../pinot/annotations/InterfaceAudience.java       |  13 +-
 .../pinot/annotations/InterfaceStability.java      |  13 +-
 .../apache/pinot/common/config/Deserializer.java   |   3 +-
 .../pinot/common/data/DateTimeFormatUnitSpec.java  |   1 -
 .../java/org/apache/pinot/common/data/Schema.java  |   2 +-
 .../pinot/common/metrics/ValidationMetrics.java    |  14 +-
 ...roupBasedStreamPartitionAssignmentStrategy.java |   3 +-
 .../ReplicaGroupPartitionAssignmentGenerator.java  |   4 -
 .../StreamPartitionAssignmentGenerator.java        |   5 +-
 .../StreamPartitionAssignmentStrategy.java         |   3 +-
 .../StreamPartitionAssignmentStrategyFactory.java  |   5 +-
 .../pinot/common/request/AggregationInfo.java      | 224 +++---
 .../apache/pinot/common/request/BrokerRequest.java | 884 ++++++++++++---------
 .../pinot/common/request/FilterOperator.java       |   9 +-
 .../apache/pinot/common/request/FilterQuery.java   | 328 ++++----
 .../pinot/common/request/FilterQueryMap.java       | 138 ++--
 .../org/apache/pinot/common/request/GroupBy.java   | 234 +++---
 .../pinot/common/request/HavingFilterQuery.java    | 329 ++++----
 .../pinot/common/request/HavingFilterQueryMap.java | 139 ++--
 .../pinot/common/request/InstanceRequest.java      | 313 ++++----
 .../apache/pinot/common/request/QuerySource.java   | 104 ++-
 .../org/apache/pinot/common/request/QueryType.java | 287 ++++---
 .../org/apache/pinot/common/request/Selection.java | 282 ++++---
 .../apache/pinot/common/request/SelectionSort.java | 150 ++--
 .../pinot/common/response/ProcessingException.java | 155 ++--
 .../apache/pinot/common/utils/ServiceStatus.java   |  11 +-
 .../src/main/resources/log4j2-fatal-only.xml       |   2 +-
 .../main/resources/logging-severe-only.properties  |  20 -
 .../src/main/resources/swagger-ui/index.html       |  22 +-
 ...icaGroupBasedStreamPartitionAssignmentTest.java |  44 +-
 .../StreamPartitionAssignmentGeneratorTest.java    |   3 +-
 .../UniformStreamPartitionAssignmentTest.java      |  23 +-
 .../pinot/common/utils/ServiceStatusTest.java      |  32 +-
 pinot-common/src/test/resources/log4j2.xml         |   2 +-
 .../apache/pinot/controller/ControllerConf.java    |   5 +
 .../validation/OfflineSegmentIntervalChecker.java  |   5 +
 .../ControllerPeriodicTasksIntegrationTests.java   |  37 +-
 .../main/resources/conf/default_broker.properties  |  19 -
 .../resources/conf/default_controller.properties   |  19 -
 .../main/resources/conf/default_server.properties  |  19 -
 pom.xml                                            |   1 -
 41 files changed, 2190 insertions(+), 1716 deletions(-)
 delete mode 100644 pinot-common/src/main/resources/logging-severe-only.properties
 delete mode 100644 pinot-tools/src/main/resources/conf/default_broker.properties
 delete mode 100644 pinot-tools/src/main/resources/conf/default_controller.properties
 delete mode 100644 pinot-tools/src/main/resources/conf/default_server.properties


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