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/01/29 02:18:01 UTC

[incubator-pinot] branch reformat updated (2692038 -> 0acc637)

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

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


 discard 2692038  Auto-reformat all java source files
     new d9fb451  Update Pinot admin webpages with right references (#3738)
     new 189e672  Fix controller/server/broker admin console (#3740)
     new 79f143b  [TE] Bump Shade plugin version (#3742)
     new a08f892  User doc for Star-Tree index (#3743)
     new 2995f3b  [TE] aaronucsd/update timeout for the email timer for missing chart (#3744)
     new 1724bc7  Fix SegmentZKMetadataTest.segmentPartitionMetadataTest() (#3745)
     new 335e967  Fix a bug in PinotSegmentRestletResource.getInstanceToSegmentsMap() (#3746)
     new eb7a918  Add integration test for SegmentStatusChecker periodic task (#3741)
     new 73ddf07  [TE] Exclude Jersey from Pinot. Jersey version upgrade in Pinot causing run-time issues in ThirdEye (#3752)
     new 9004e38  Fix SegmentStatusCheckerIntegrationTest setup timings (#3749)
     new 587c597  Email share (#3753)
     new 6e10553  [TE] Clean up and pretty print yaml (#3754)
     new 2f597c5  Revert "User doc for Star-Tree index (#3743)" (#3747)
     new c47ef66  [TE] frontend - harleyjj/yaml-editor - accordion for preview in YAML editor (#3756)
     new 0b72fd2  [TE] detection - report missing anomaly endpoint for pipeline v2 (#3755)
     new 8f239f5  [TE] yaml - preview endpoint (#3757)
     new 0acc637  Auto-reformat all java source files

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   (2692038)
            \
             N -- N -- N   refs/heads/reformat (0acc637)

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 5669 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:
 .../org/apache/pinotdruidbenchmark/DataMerger.java |   3 +-
 .../pinotdruidbenchmark/DruidResponseTime.java     |   9 +-
 .../pinotdruidbenchmark/PinotResponseTime.java     |   6 +-
 .../broker/broker/BrokerAdminApiApplication.java   |   4 +-
 .../broker/routing/RoutingTableBuilderFactory.java |   4 +-
 .../pinot/common/data/DateTimeFormatUnitSpec.java  |  30 ++-
 .../org/apache/pinot/common/data/FieldSpec.java    |   4 +-
 .../pinot/common/metrics/AbstractMetrics.java      |  56 ++--
 .../pinot/common/metrics/ControllerGauge.java      |  32 ++-
 .../protocols/SegmentCompletionProtocol.java       |   2 +-
 .../pinot/common/utils/TarGzCompressionUtils.java  |   1 -
 .../common/metadata/SegmentZKMetadataTest.java     |  24 +-
 .../apache/pinot/controller/ControllerConf.java    |  31 ++-
 .../apache/pinot/controller/ControllerStarter.java |  17 +-
 .../api/ControllerAdminApiApplication.java         |  19 +-
 .../api/resources/PinotSegmentRestletResource.java |  11 +-
 .../controller/helix/SegmentStatusChecker.java     | 237 ++++++++---------
 .../helix/core/minion/PinotTaskManager.java        |  14 +-
 .../core/periodictask/ControllerPeriodicTask.java  |  35 +--
 .../core/realtime/SegmentCompletionManager.java    |   2 +-
 .../core/relocation/RealtimeSegmentRelocator.java  |  63 ++---
 .../helix/core/retention/RetentionManager.java     |  78 +++---
 .../sharding/SegmentAssignmentStrategyEnum.java    |   2 +-
 .../BrokerResourceValidationManager.java           |  33 +--
 .../validation/OfflineSegmentIntervalChecker.java  |  29 +--
 .../RealtimeSegmentValidationManager.java          |  44 ++--
 .../src/main/resources/landing/index.html          |   2 +-
 .../src/main/resources/static/index.html           |   2 +-
 .../api/resources/AccessControlTest.java           |   3 +-
 .../controller/helix/SegmentStatusCheckerTest.java |  42 +--
 .../periodictask/ControllerPeriodicTaskTest.java   |  87 ++++---
 .../relocation/RealtimeSegmentRelocatorTest.java   |  11 +-
 .../helix/core/retention/RetentionManagerTest.java |   8 +-
 .../core/data/recordtransformer/PinotDataType.java |  40 ++-
 .../pinot/core/realtime/stream/OffsetCriteria.java |  16 +-
 .../apache/pinot/core/util/trace/TraceContext.java |   9 +-
 .../pinot/core/util/trace/TraceContextTest.java    |   5 +-
 .../tests/AdminConsoleIntegrationTest.java         |  96 +++++++
 .../tasks/SegmentStatusCheckerIntegrationTest.java | 288 +++++++++++++++++++++
 .../server/starter/helix/AdminApiApplication.java  |   6 +-
 .../transport/netty/NettyClientConnection.java     |   2 -
 thirdeye/pom.xml                                   |  18 ++
 .../app/pods/components/yaml-editor/component.js   |  25 +-
 .../app/pods/components/yaml-editor/template.hbs   |  15 ++
 .../app/pods/home/share-dashboard/controller.js    | 238 ++++++-----------
 .../app/pods/home/share-dashboard/route.js         |  70 ++++-
 .../app/pods/home/share-dashboard/template.hbs     |   8 +-
 thirdeye/thirdeye-hadoop/pom.xml                   |   2 +-
 .../detection/DetectionMigrationResource.java      |  16 +-
 .../thirdeye/detection/DetectionResource.java      | 102 ++++++--
 .../yaml/YamlDetectionAlertConfigTranslator.java   |   3 +-
 .../thirdeye/detection/yaml/YamlResource.java      |  38 +++
 .../src/main/resources/scripts/getGraphPnj.js      |   4 +-
 .../detection/DetectionMigrationResourceTest.java  |   8 +-
 54 files changed, 1295 insertions(+), 659 deletions(-)
 create mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/AdminConsoleIntegrationTest.java
 create mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/controller/periodic/tasks/SegmentStatusCheckerIntegrationTest.java


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