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/26 06:04:22 UTC

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

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 0d41095  Auto-reformat all java source files
 discard eb7a918  Add integration test for SegmentStatusChecker periodic task (#3741)
 discard 335e967  Fix a bug in PinotSegmentRestletResource.getInstanceToSegmentsMap() (#3746)
 discard 1724bc7  Fix SegmentZKMetadataTest.segmentPartitionMetadataTest() (#3745)
 discard 2995f3b  [TE] aaronucsd/update timeout for the email timer for missing chart (#3744)
 discard a08f892  User doc for Star-Tree index (#3743)
 discard 79f143b  [TE] Bump Shade plugin version (#3742)
 discard 189e672  Fix controller/server/broker admin console (#3740)
 discard d9fb451  Update Pinot admin webpages with right references (#3738)
     new 2692038  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   (0d41095)
            \
             N -- N -- N   refs/heads/reformat (2692038)

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 5653 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/index.rst                                     |   5 +-
 docs/star-tree/example.png                         | Bin 29005 -> 0 bytes
 docs/star-tree/space-time.png                      | Bin 25225 -> 0 bytes
 docs/star-tree/star-tree.rst                       | 330 ---------------------
 docs/star-tree/structure.png                       | Bin 25841 -> 0 bytes
 .../apache/pinot/client/DynamicBrokerSelector.java |   4 +-
 .../broker/broker/BrokerAdminApiApplication.java   |   4 +-
 .../common/metadata/SegmentZKMetadataTest.java     |  24 +-
 .../apache/pinot/controller/ControllerConf.java    |  27 --
 .../apache/pinot/controller/ControllerStarter.java |   5 -
 .../api/ControllerAdminApiApplication.java         |  19 +-
 .../api/resources/PinotSegmentRestletResource.java |  11 +-
 .../controller/helix/SegmentStatusChecker.java     |  35 +--
 .../helix/core/PinotHelixResourceManager.java      |   4 +-
 .../helix/core/minion/PinotTaskManager.java        |   3 +-
 .../core/periodictask/ControllerPeriodicTask.java  |  13 +
 .../core/relocation/RealtimeSegmentRelocator.java  |   2 +-
 .../helix/core/retention/RetentionManager.java     |   3 +-
 .../pinot/controller/util/TableSizeReader.java     |   6 +-
 .../BrokerResourceValidationManager.java           |   2 +-
 .../validation/OfflineSegmentIntervalChecker.java  |   2 +-
 .../RealtimeSegmentValidationManager.java          |   2 +-
 .../src/main/resources/landing/index.html          |   2 +-
 .../src/main/resources/static/index.html           |   2 +-
 .../controller/helix/SegmentStatusCheckerTest.java |  42 ++-
 .../periodictask/ControllerPeriodicTaskTest.java   |  52 ++--
 .../query/scheduler/MultiLevelPriorityQueue.java   |   4 +-
 .../query/scheduler/SchedulerQueryContext.java     |  12 +-
 .../realtime/impl/RealtimeSegmentStatsHistory.java |   6 +-
 .../apache/pinot/core/util/trace/TraceContext.java |   9 +-
 .../pinot/core/util/trace/TraceContextTest.java    |   5 +-
 .../tests/AdminConsoleIntegrationTest.java         |  96 ------
 .../tasks/SegmentStatusCheckerIntegrationTest.java | 259 ----------------
 .../server/starter/helix/AdminApiApplication.java  |   6 +-
 thirdeye/thirdeye-hadoop/pom.xml                   |   2 +-
 .../src/main/resources/scripts/getGraphPnj.js      |   4 +-
 36 files changed, 139 insertions(+), 863 deletions(-)
 delete mode 100755 docs/star-tree/example.png
 delete mode 100755 docs/star-tree/space-time.png
 delete mode 100644 docs/star-tree/star-tree.rst
 delete mode 100755 docs/star-tree/structure.png
 delete mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/AdminConsoleIntegrationTest.java
 delete 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