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/07/13 00:48:15 UTC

[incubator-pinot] branch misc_fix updated (9c4d9fa -> d27f868)

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

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


 discard 9c4d9fa  Misc fix for controller tests
     add 52f9b08  Add pinot community inviter (#4424)
     add 2f691fc  [TE] detection health - coverage fix (#4428)
     add 079b86d  Config for overriding initial rows threshold in segment size auto tuning (#4376)
     add 50aaaf9  [TE] added ThirdEye configuration documents (#4429)
     add f671072  Add URIUtils class to handle URI/URL encoding/decoding (#4426)
     add d27f868  Misc fix for controller tests

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   (9c4d9fa)
            \
             N -- N -- N   refs/heads/misc_fix (d27f868)

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:
 README.md                                          |   2 +-
 .../common/utils/FileUploadDownloadClient.java     |  16 +-
 .../org/apache/pinot/common/utils/URIUtils.java    |  88 +++++++++
 .../org/apache/pinot/filesystem/LocalPinotFS.java  |  91 ++++-----
 .../apache/pinot/common/utils/URIUtilsTest.java    |  68 +++++++
 .../apache/pinot/controller/ControllerConf.java    |  46 +----
 .../api/resources/FileUploadPathProvider.java      |   5 +-
 .../resources/LLCSegmentCompletionHandlers.java    |  25 ++-
 .../api/resources/PinotSegmentRestletResource.java |  20 +-
 .../PinotSegmentUploadRestletResource.java         |  61 +++---
 .../helix/ControllerRequestURLBuilder.java         |  21 +--
 .../helix/core/SegmentDeletionManager.java         |  19 +-
 .../realtime/PinotLLCRealtimeSegmentManager.java   |  34 ++--
 .../segment/FlushThresholdUpdateManager.java       |  11 +-
 .../SegmentSizeBasedFlushThresholdUpdater.java     |  14 +-
 .../controller/validation/StorageQuotaChecker.java |  32 ++--
 .../helix/core/realtime/SegmentCompletionTest.java |   7 +-
 .../segment/FlushThresholdUpdaterTest.java         |  28 ++-
 .../pinot/core/realtime/stream/StreamConfig.java   |  55 ++++--
 .../realtime/stream/StreamConfigProperties.java    |   8 +-
 .../tests/PinotURIUploadIntegrationTest.java       |   8 +-
 .../tools/query/comparison/ClusterStarter.java     |   4 +-
 thirdeye/README.md                                 |   3 +
 thirdeye/docs/configuration.rst                    | 210 +++++++++++++++++++++
 thirdeye/docs/index.rst                            |   2 +-
 thirdeye/docs/production.rst                       |  27 ---
 thirdeye/docs/quick_start.rst                      |   8 +-
 .../pods/components/detection-health/component.js  |   8 +-
 .../pods/components/detection-health/template.hbs  |   2 +-
 .../thirdeye/detection/health/DetectionHealth.java |   4 +-
 .../detection/health/DetectionTaskStatus.java      |  14 ++
 31 files changed, 611 insertions(+), 330 deletions(-)
 create mode 100644 pinot-common/src/main/java/org/apache/pinot/common/utils/URIUtils.java
 create mode 100644 pinot-common/src/test/java/org/apache/pinot/common/utils/URIUtilsTest.java
 create mode 100644 thirdeye/docs/configuration.rst
 delete mode 100644 thirdeye/docs/production.rst


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