This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch helix_setup
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 91c2d59 Cleanup un-necessary setups in HelixSetupUtils
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 626c43a Misc fix for controller tests (#4431)
add f0d7a76 Cleanup un-necessary setups in HelixSetupUtils
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 (91c2d59)
\
N -- N -- N refs/heads/helix_setup (f0d7a76)
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/PinotControllerHealthCheck.java | 4 +-
.../api/resources/PinotSegmentRestletResource.java | 20 +-
.../PinotSegmentUploadRestletResource.java | 61 +++---
.../resources/PinotTableConfigRestletResource.java | 2 +
.../api/resources/PinotTableRestletResource.java | 10 +-
.../helix/ControllerRequestURLBuilder.java | 21 +--
.../helix/core/PinotHelixResourceManager.java | 34 ++--
.../helix/core/SegmentDeletionManager.java | 34 ++--
.../realtime/PinotLLCRealtimeSegmentManager.java | 34 ++--
.../segment/FlushThresholdUpdateManager.java | 11 +-
.../SegmentSizeBasedFlushThresholdUpdater.java | 14 +-
.../controller/validation/StorageQuotaChecker.java | 32 ++--
.../controller/helix/PinotControllerModeTest.java | 157 +++++++--------
.../helix/core/realtime/SegmentCompletionTest.java | 7 +-
.../segment/FlushThresholdUpdaterTest.java | 28 ++-
.../pinot/core/realtime/stream/StreamConfig.java | 55 ++++--
.../realtime/stream/StreamConfigProperties.java | 8 +-
.../test/java/org/apache/pinot/util/TestUtils.java | 13 +-
.../tests/BaseClusterIntegrationTest.java | 1 -
.../tests/OfflineClusterIntegrationTest.java | 13 +-
.../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 ++
39 files changed, 732 insertions(+), 458 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: [email protected]
For additional commands, e-mail: [email protected]