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/01/04 17:58:32 UTC

[incubator-pinot] branch cache-table-schemas-in-broker updated (eed8217 -> c58c1ae)

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

jlli pushed a change to branch cache-table-schemas-in-broker
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard eed8217  Add guava cache to cache table schema in pinot broker; Check non-exsitence columns in broker; Cache table schema when state of table becomes online in broker; Emit a metric if column mismatched.
     add b62c611  [TE] frontend - harleyjj/create-alert - make minor improvements to YAML alert creator (#3564)
     add eceaf76  [TE] Legacy Alert Filter should pick recipients from new alerter configs (#3565)
     add 5a610be  Add metric gauge to track the number of llc simultaneous segment builds (#3566)
     add 9dfb949  [TE] rootcause - rich metric selector (#3567)
     add 8b2efec  [TE] detection - filter out child anomaly in anomaly fetching (#3570)
     add f1559a7  Docs: Fix formatting for UDF docs. (#3569)
     add 88ba23a  [TE] rootcause - change frontend hack for baseline for new pipeline (#3571)
     add 213ff9c  [TE] Configure Filters per Alert in Legacy Alerter (#3572)
     add f1512e6  [TE] rootcause - hide heatmap tooltip on click (#3574)
     add c752a4f  Improve the logging for segment merge command (#3573)
     add 75a4f85  Adding support for bloom filter (#3528)
     add 1d4bf61  [TE] frontend - harleyjj/rootcause - use humanizeFloat to change formatting of y-axis and prevent apparent duplicates (#3575)
     add ef42e58  [TE] Minor fix in legacy alert filter (#3576)
     add a4505af  Applied humanizeFloat to anomaly-graph component (#3577)
     add dac899f  Changing segmentCommitEnd to support deep storage (#3578)
     add acff279  [TE] frontend - default redirect to home dashboard (#3579)
     add 5067baf  [TE] Support sendOnce in LegacyAlertFilter (#3580)
     add 3219189  Segment merge lineage data structure (#3543)
     add 15ff8d8  [TE] rootcause - Round end time after adjusting with the maxDateTime (#3581)
     add 366bb39  [TE] frontend - harleyjj/manage - align startDate at startOf() instead of endOf() (#3582)
     add b21805c  Change format of the ApplyConfig computed config (#3500)
     add ed1e0c0  Fix NPE while unparsing single key DSL output (#3501)
     add d99d8d8  Add new config API Java-properties format output (#3502)
     add 5900ff1  Fix NPE on configs with per-profile table types (#3503)
     add 5c84702  Change profile separator to triple underscores (#3504)
     add ed88fb4  Config loader includes also look in profiles (#3507)
     add e2916ed  Minor deserialization fixes (#3508)
     add 683b22d  Handle invalid durations in the duration DSL (#3505)
     add 4bed91b  Add segment selector for merged segments (#3583)
     add 4b4224f  [TE] rootcause - baseline monthly, daily, hourly support (#3585)
     add 1211b22  Fix the bug in broker logging for execution statistics (#3587)
     add dcdf5d4  [TE] detection pipeline - multiple improvements (#3586)
     add ea628a9  add kafka simple consumer buffer and timeout to stream config (#3584)
     add 555ba8f  Add the bloom filter to equals() and hashCode() in IndexingConfig (#3588)
     add 99c25a8  [PINOT-7461] Fix segment deletion when folder under Deleted_Segments location does not exist (#3589)
     add feaca0a  [TE] Update alert schemes and suppressors in the annotation alert registry (#3590)
     add 694f6d7  [TE] rootcause - pin predicted baseline time offsets to PT too (#3596)
     add 9fc6e02  [TE] Translator - Yaml Alert Config to DetectionAlertConfigDTO (#3595)
     add 24c35e8  Allow completing segments to finish before stopping LLC Segment Manager (#3593)
     add a7a1745  [TE] detection - yaml validation (#3597)
     add 08d26d6  [TE] datasource - correction for maxtime offset in pinot datasource (#3598)
     add 5afbebe  [TE] frontend - update default yaml (#3599)
     add 6a6c175  [TE] Endpoints for create and edit alert yaml along with validators (#3603)
     add 732e656  Cleanup: update code to return only physical columns for select * queries (#3602)
     add 569022a  [PINOT-7476] Add metrics to track cases where segment refresh/reloads fail (#3606)
     add fa12efd  [TE] detection - convert algo timestamps to dataset timezone (#3608)
     add 80be2cb  [TE] yaml - create alert endpoint (#3609)
     add d48e4fd  Fix segment merge command. (#3611)
     add a899cf4  Add config to set batchMessageMode on ideal state of new tables (#3613)
     add a7a927f  [TE] tracking - increase datasource performance output (#3615)
     add f079714  [TE] subscription groups endpoint (#3616)
     add 65aa0ec  Adding a class to get statistics about a request (query) processed by… (#3614)
     add 35d61aa  Add ControllerLeadershipManager as single place to check controller leadership changes (#3604)
     add f26e482  Filter out virtual-columns in realtime segment conversion path (#3607)
     add 0146e5f  [TE] frontend - harleyjj/create-alert - YAML autocomplete for create … (#3617)
     add 7a1fc25  Refactor ControllerPeriodicTask to iterate over tables  (#3618)
     add 39e3360   [TE] get all subscription groups endpoint (#3619)
     add 3b5f0de  [TE] frontend - harleyjj/rootcause - add Anomaly to labels for rootcause legend and tooltip (#3621)
     add 09eb015  Start and stop ControllerPeriodicTasks based on leadership changes (#3622)
     add c58c1ae  Add guava cache to cache table schema in pinot broker; Check non-exsitence columns in broker; Cache table schema when state of table becomes online in broker; Emit a metric if column mismatched; Create RequestParams class to extra fields from JsonObject.

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   (eed8217)
            \
             N -- N -- N   refs/heads/cache-table-schemas-in-broker (c58c1ae)

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:
 docs/expressions_udf.rst                           |  14 +-
 .../pinot/broker/api/RequestStatistics.java        | 175 +++++++++
 .../broker/api/resources/PinotClientRequest.java   |   5 +-
 .../broker/broker/helix/HelixBrokerStarter.java    |   2 -
 .../requesthandler/BaseBrokerRequestHandler.java   |  61 ++-
 .../requesthandler/BrokerRequestHandler.java       |   8 +-
 .../ConnectionPoolBrokerRequestHandler.java        |   8 +-
 .../pinot/broker/requesthandler/RequestParams.java |  60 +++
 .../SingleConnectionBrokerRequestHandler.java      |   8 +-
 .../broker/requesthandler/TableSchemaCache.java    |   5 +-
 .../routing/HelixExternalViewBasedRouting.java     |  25 +-
 .../BasePartitionAwareRoutingTableBuilder.java     |   8 +-
 .../routing/builder/BaseRoutingTableBuilder.java   |  11 +-
 .../builder/DefaultOfflineRoutingTableBuilder.java |   8 +-
 .../DefaultRealtimeRoutingTableBuilder.java        |  11 +-
 .../routing/builder/RoutingTableBuilder.java       |   8 +-
 .../routing/selector/MergedSegmentSelector.java    |  92 +++++
 .../broker/routing/selector/SegmentSelector.java   |  46 +++
 .../routing/selector/SegmentSelectorProvider.java  |  44 +++
 .../broker/broker/HelixBrokerStarterTest.java      |   4 +-
 .../pinot/broker/routing/RoutingTableTest.java     |   1 +
 .../BalancedRandomRoutingTableBuilderTest.java     |   2 +-
 .../HighLevelConsumerRoutingTableBuilderTest.java  |   2 +-
 ...rtitionAwareOfflineRoutingTableBuilderTest.java |   9 +-
 ...titionAwareRealtimeRoutingTableBuilderTest.java |  10 +-
 .../selector/MergedSegmentSelectorTest.java        | 149 ++++++++
 .../{routing => util}/FakePropertyStore.java       |  12 +-
 .../config/AdjustTableNameChildKeyTransformer.java |   4 +-
 .../pinot/common/config/CombinedConfigLoader.java  |  19 +-
 ...CombinedConfigSeparatorChildKeyTransformer.java |   8 +
 .../linkedin/pinot/common/config/Deserializer.java |  10 +-
 .../linkedin/pinot/common/config/DurationDsl.java  |  23 +-
 .../pinot/common/config/IndexingConfig.java        |  16 +-
 .../linkedin/pinot/common/config/Serializer.java   |  18 +-
 .../linkedin/pinot/common/config/TableConfig.java  |   7 +
 .../com/linkedin/pinot/common/data/Schema.java     |  15 +
 .../pinot/common/lineage/SegmentGroup.java         |  72 ++++
 .../pinot/common/lineage/SegmentMergeLineage.java  | 348 +++++++++++++++++
 .../lineage/SegmentMergeLineageAccessHelper.java   |  85 +++++
 .../pinot/common/metadata/ZKMetadataProvider.java  |   5 +
 .../pinot/common/metrics/AbstractMetrics.java      |  29 +-
 .../linkedin/pinot/common/metrics/ServerGauge.java |   3 +-
 .../linkedin/pinot/common/metrics/ServerMeter.java |   4 +-
 .../pinot/common/segment/SegmentMetadata.java      |   2 +
 .../pinot/common/utils/CommonConstants.java        |   2 -
 .../pinot/common/config/IndexingConfigTest.java    |  10 +
 .../common/lineage/SegmentMergeLineageTest.java    | 142 +++++++
 .../linkedin/pinot/controller/ControllerConf.java  |   8 +-
 .../controller/ControllerLeadershipManager.java    | 126 ++++++
 .../pinot/controller/ControllerStarter.java        |  28 +-
 .../controller/LeadershipChangeSubscriber.java     |  17 +-
 .../resources/PinotTableConfigRestletResource.java |  32 +-
 .../helix/ControllerRequestURLBuilder.java         |   5 +
 .../controller/helix/SegmentStatusChecker.java     | 295 +++++++-------
 .../helix/core/PinotHelixResourceManager.java      |  27 +-
 .../helix/core/PinotTableIdealStateBuilder.java    |  20 +-
 .../helix/core/minion/PinotTaskManager.java        |  81 ++--
 .../core/periodictask/ControllerPeriodicTask.java  | 136 +++++--
 .../ControllerPeriodicTaskScheduler.java           |  57 +++
 .../realtime/PinotLLCRealtimeSegmentManager.java   | 108 ++++--
 .../core/realtime/PinotRealtimeSegmentManager.java |  29 +-
 .../core/realtime/SegmentCompletionManager.java    |  17 +-
 .../core/relocation/RealtimeSegmentRelocator.java  |  86 +++--
 .../helix/core/retention/RetentionManager.java     |  41 +-
 .../helix/core/util/HelixSetupUtils.java           |  11 +-
 .../controller/validation/StorageQuotaChecker.java |   7 +-
 .../controller/validation/ValidationManager.java   | 106 +++---
 .../controller/helix/PinotResourceManagerTest.java |   2 +-
 .../controller/helix/SegmentStatusCheckerTest.java |  10 -
 .../periodictask/ControllerPeriodicTaskTest.java   | 124 ++++--
 .../PinotLLCRealtimeSegmentManagerTest.java        |  10 +-
 .../helix/core/realtime/SegmentCompletionTest.java |   7 +
 .../helix/core/retention/RetentionManagerTest.java |   4 +-
 .../sharding/SegmentAssignmentStrategyTest.java    |   4 +-
 .../validation/StorageQuotaCheckerTest.java        |  20 +-
 .../validation/ValidationManagerTest.java          |   4 +-
 .../com/linkedin/pinot/core/bloom/BloomFilter.java |  69 ++++
 .../linkedin/pinot/core/bloom/BloomFilterType.java |  50 +++
 .../linkedin/pinot/core/bloom/BloomFilterUtil.java |  54 +++
 .../pinot/core/bloom/GuavaOnHeapBloomFilter.java   |  74 ++++
 .../core/bloom/SegmentBloomFilterFactory.java      |  48 +++
 .../com/linkedin/pinot/core/common/DataSource.java |   3 +
 .../realtime/LLRealtimeSegmentDataManager.java     |   5 +
 .../readers/MultiplePinotSegmentRecordReader.java  |  13 +-
 .../immutable/ImmutableSegmentLoader.java          |   9 +-
 .../indexsegment/mutable/MutableSegmentImpl.java   |   5 +-
 .../operator/query/SelectionOrderByOperator.java   |   7 +-
 .../pinot/core/periodictask/PeriodicTask.java      |   5 +
 .../core/periodictask/PeriodicTaskScheduler.java   |  45 ++-
 .../core/query/pruner/AbstractSegmentPruner.java   |  17 +-
 .../query/pruner/ColumnValueSegmentPruner.java     |  44 ++-
 .../core/query/pruner/PartitionSegmentPruner.java  |  10 +-
 .../query/selection/SelectionOperatorUtils.java    |  11 +-
 .../converter/RealtimeSegmentConverter.java        |  40 +-
 .../impl/kafka/KafkaConnectionHandler.java         |  22 +-
 .../impl/kafka/KafkaLowLevelStreamConfig.java      |  48 ++-
 .../impl/kafka/KafkaStreamConfigProperties.java    |   4 +
 .../core/segment/creator/impl/V1Constants.java     |   1 +
 .../creator/impl/bloom/BloomFilterCreator.java     |  66 ++++
 .../pinot/core/segment/index/ColumnMetadata.java   |  23 +-
 .../core/segment/index/SegmentMetadataImpl.java    |   5 +
 .../segment/index/column/ColumnIndexContainer.java |   3 +
 .../index/column/PhysicalColumnIndexContainer.java |  21 +
 .../index/data/source/ColumnDataSource.java        |  17 +-
 .../segment/index/loader/IndexLoadingConfig.java   |  17 +
 .../core/segment/index/loader/LoaderUtils.java     |   2 +-
 .../segment/index/loader/SegmentPreProcessor.java  |   7 +-
 .../loader/bloomfilter/BloomFilterHandler.java     | 160 ++++++++
 .../defaultcolumn/BaseDefaultColumnHandler.java    |   2 +-
 .../segment/index/readers/BloomFilterReader.java   |  54 +++
 .../core/segment/store/ColumnIndexDirectory.java   |  18 +-
 .../pinot/core/segment/store/ColumnIndexType.java  |   3 +-
 .../core/segment/store/FilePerIndexDirectory.java  |  17 +
 .../segment/store/SegmentLocalFSDirectory.java     |   5 +
 .../segment/store/SingleFileIndexDirectory.java    |  12 +
 .../virtualcolumn/BaseVirtualColumnProvider.java   |  12 +
 .../virtualcolumn/DocIdVirtualColumnProvider.java  |   8 +-
 .../SingleStringVirtualColumnProvider.java         |   9 +-
 .../virtualcolumn/VirtualColumnIndexContainer.java |   6 +
 .../v2/store/StarTreeDimensionDataSource.java      |   6 +
 .../v2/store/StarTreeMetricDataSource.java         |   6 +
 .../pinot/core/common/DataFetcherTest.java         |   2 +-
 .../core/common/RealtimeNoDictionaryTest.java      |   8 +-
 .../function/BaseTransformFunctionTest.java        |   2 +-
 .../periodictask/PeriodicTaskSchedulerTest.java    |  20 +-
 .../impl/kafka/KafkaLowLevelStreamConfigTest.java  | 100 +++++
 .../kafka/KafkaPartitionLevelConsumerTest.java     |  50 +++
 .../index/creator/BloomFilterCreatorTest.java      | 150 ++++++++
 .../store/ColumnIndexDirectoryTestHelper.java      |  15 +
 .../core/startree/hll/HllIndexCreationTest.java    |   2 +-
 ...nnerSegmentSelectionSingleValueQueriesTest.java |  61 +++
 .../DefaultAggregationExecutorTest.java            |   2 +-
 .../query/pruner/ColumnValueSegmentPrunerTest.java |   4 +-
 .../converter/RealtimeSegmentConverterTest.java    |  50 +++
 .../linkedin/pinot/filesystem/LocalPinotFS.java    |   3 +
 .../pinot/filesystem/LocalPinotFSTest.java         |  34 ++
 .../tests/BaseClusterIntegrationTest.java          |   6 +
 .../pinot/integration/tests/ClusterTest.java       |  41 +-
 ...mentBuildPushOfflineClusterIntegrationTest.java |   2 +-
 .../tests/HybridClusterIntegrationTest.java        |   4 +-
 ...ridClusterIntegrationTestCommandLineRunner.java |   2 +-
 .../tests/LLCRealtimeClusterIntegrationTest.java   |  42 ++
 .../tests/OfflineClusterIntegrationTest.java       |  39 +-
 .../tests/RealtimeClusterIntegrationTest.java      |   4 +-
 .../tests/SimpleMinionClusterIntegrationTest.java  |   6 +-
 .../linkedin/pinot/perf/PerfBenchmarkRunner.java   |  71 ----
 .../com/linkedin/pinot/perf/PerfBenchmarkTest.java |  77 ----
 .../com/linkedin/pinot/perf/RawIndexBenchmark.java |   2 +-
 .../server/starter/helix/HelixServerStarter.java   |   4 +-
 .../helix/SegmentMessageHandlerFactory.java        |  27 +-
 .../admin/command/ApplyTableConfigCommand.java     |   3 +-
 .../pinot/tools/perf/PerfBenchmarkDriver.java      |   6 +-
 .../pinot/tools/perf/PerfBenchmarkRunner.java      |  16 +-
 .../tools/scan/query/SegmentQueryProcessor.java    |   2 +-
 .../segment/converter/SegmentMergeCommand.java     |  55 ++-
 pom.xml                                            |   1 +
 .../app/mirage/endpoints/rootcause.js              |   3 +-
 .../app/pods/components/anomaly-graph/component.js |  12 +-
 .../app/pods/components/filter-select/component.js |  14 +-
 .../app/pods/components/heatmap-chart/component.js |   3 +
 .../pods/components/rootcause-chart/component.js   |   3 +-
 .../rootcause-select-comparison-range/component.js |  39 +-
 .../rootcause-select-metric-dimension/component.js |   9 +-
 .../rootcause-select-metric-dimension/template.hbs |   2 +-
 .../rootcause-select-metric/component.js           |  46 ++-
 .../rootcause-select-metric/template.hbs           |   6 +-
 .../pods/custom/metrics-table-metric/template.hbs  |   2 +-
 .../rootcause/select-metric-label/template.hbs     |   6 +
 .../thirdeye-frontend/app/pods/rootcause/route.js  |   2 +-
 .../app/pods/self-serve/create-alert/controller.js | 187 ++++++++-
 .../app/pods/self-serve/create-alert/template.hbs  |  21 +-
 .../rootcause-anomalyfunction-cache/service.js     |   6 +-
 .../styles/components/rootcause-select-metric.scss |  28 +-
 .../app/styles/pods/self-serve/create-alert.scss   |   6 +
 thirdeye/thirdeye-frontend/app/utils/constants.js  | 138 ++++++-
 thirdeye/thirdeye-frontend/app/utils/rca-utils.js  |  19 +-
 thirdeye/thirdeye-frontend/app/utils/utils.js      |   7 +-
 thirdeye/thirdeye-frontend/ember-cli-build.js      |   7 +
 thirdeye/thirdeye-frontend/package.json            |   4 +-
 .../tests/acceptance/rootcause-test.js             |   7 +-
 .../anomaly/ThirdEyeAnomalyApplication.java        |   6 +-
 .../AnomalyDetectionInputContextBuilder.java       |   8 +-
 .../anomaly/detection/DetectionTaskRunner.java     |   2 +-
 .../java/com/linkedin/thirdeye/api/Constants.java  |   2 +
 .../com/linkedin/thirdeye/api/TimeGranularity.java |  25 ++
 .../dashboard/ThirdEyeDashboardApplication.java    |   8 +-
 .../resources/v2/BaselineParsingUtils.java         | 115 +++++-
 .../dashboard/resources/v2/TimeSeriesResource.java |   5 +-
 .../v2/rootcause/AnomalyEventFormatter.java        |   4 -
 .../thirdeye/dataframe/util/DataFrameUtils.java    |  12 +
 .../bao/jdbc/DetectionConfigManagerImpl.java       |  35 ++
 .../bao/jdbc/MergedAnomalyResultManagerImpl.java   |   3 +
 .../datalayer/pojo/DetectionAlertConfigBean.java   |  16 +-
 .../pinot/PinotDataSourceDimensionFilters.java     |   2 +-
 .../datasource/pinot/PinotDataSourceMaxTime.java   |  25 +-
 .../thirdeye/detection/DefaultDataProvider.java    |   9 +-
 .../detection/DetectionMigrationResource.java      |  69 +++-
 .../thirdeye/detection/DetectionPipeline.java      |   3 +-
 .../thirdeye/detection/DetectionResource.java      | 208 +++++++++-
 .../thirdeye/detection/DetectionUtils.java         |   4 +-
 .../detection/alert/filter/LegacyAlertFilter.java  |  76 +++-
 .../alert/scheme/DetectionEmailAlerter.java        |   2 +
 .../DetectionAlertTimeWindowSuppressor.java        |   2 +
 .../thirdeye/detection/algorithm/MergeWrapper.java |  42 +-
 .../annotation/{Yaml.java => AlertScheme.java}     |   8 +-
 .../annotation/{Yaml.java => AlertSuppressor.java} |   8 +-
 .../annotation/DetectionConfigurationResource.java |   1 +
 .../registry/DetectionAlertRegistry.java           | 107 ++++++
 .../{ => registry}/DetectionRegistry.java          |   5 +-
 .../SitewideImpactRuleAnomalyFilter.java           |   3 +
 .../spec/AbsoluteChangeRuleAnomalyFilterSpec.java  |   2 +-
 .../spec/AbsoluteChangeRuleDetectorSpec.java       |   2 +-
 .../PercentageChangeRuleAnomalyFilterSpec.java     |   2 +-
 .../spec/PercentageChangeRuleDetectorSpec.java     |   2 +-
 .../spec/SitewideImpactRuleAnomalyFilterSpec.java  |   2 +-
 .../detection/validators/ConfigValidator.java      |  48 +++
 .../validators/DetectionAlertConfigValidator.java  | 109 ++++++
 .../detection/wrapper/AnomalyDetectorWrapper.java  |  59 ++-
 .../wrapper/BaselineFillingMergeWrapper.java       |  93 ++++-
 .../wrapper/ChildKeepingMergeWrapper.java          |  18 +-
 .../yaml/CompositePipelineConfigTranslator.java    |  79 ++--
 .../yaml/YamlDetectionAlertConfigTranslator.java   | 168 ++++++--
 .../yaml/YamlDetectionConfigTranslator.java        |   1 -
 .../yaml/YamlDetectionTranslatorLoader.java        |   4 +-
 .../thirdeye/detection/yaml/YamlResource.java      | 422 +++++++++++++++++----
 .../detector/email/filter/BaseAlertFilter.java     |   2 +-
 .../rootcause/timeseries/BaselineAggregate.java    |  74 ++++
 .../tracking/RequestStatisticsFormatter.java       |  10 +-
 .../alert/filter/LegacyAlertFilterTest.java        |  32 +-
 .../stage/AnomalyDetectionStageWrapperTest.java    |   2 +-
 .../stage/BaselineRuleDetectionStageTest.java      |   2 +-
 .../wrapper/AnomalyDetectorWrapperTest.java        |  17 +-
 .../wrapper/BaselineFillingMergeWrapperTest.java   |  14 +-
 .../wrapper/ChildKeepingMergeWrapperTest.java      |  13 +-
 .../CompositePipelineConfigTranslatorTest.java     |   2 +-
 .../YamlDetectionAlertConfigTranslatorTest.java    | 100 ++++-
 .../thirdeye/detection/yaml/YamlResourceTest.java  | 140 +++++++
 .../detection/yaml/alertconfig/alert-config-1.yaml |  40 ++
 .../detection/yaml/alertconfig/alert-config-2.yaml |  42 ++
 .../detection/yaml/alertconfig/alert-config-3.yaml |  42 ++
 .../detection/yaml/alertconfig/alert-config-4.yaml |  42 ++
 .../compositePipelineTranslatorTestResult-1.json   |  44 +--
 .../compositePipelineTranslatorTestResult-2.json   |  16 +-
 .../thirdeye/detection/yaml/pipeline-config-1.yaml |  11 +-
 .../thirdeye/detection/yaml/pipeline-config-2.yaml |   4 +-
 245 files changed, 6687 insertions(+), 1373 deletions(-)
 create mode 100644 pinot-broker/src/main/java/com/linkedin/pinot/broker/api/RequestStatistics.java
 create mode 100644 pinot-broker/src/main/java/com/linkedin/pinot/broker/requesthandler/RequestParams.java
 create mode 100644 pinot-broker/src/main/java/com/linkedin/pinot/broker/routing/selector/MergedSegmentSelector.java
 create mode 100644 pinot-broker/src/main/java/com/linkedin/pinot/broker/routing/selector/SegmentSelector.java
 create mode 100644 pinot-broker/src/main/java/com/linkedin/pinot/broker/routing/selector/SegmentSelectorProvider.java
 create mode 100644 pinot-broker/src/test/java/com/linkedin/pinot/broker/routing/selector/MergedSegmentSelectorTest.java
 rename pinot-broker/src/test/java/com/linkedin/pinot/broker/{routing => util}/FakePropertyStore.java (88%)
 create mode 100644 pinot-common/src/main/java/com/linkedin/pinot/common/lineage/SegmentGroup.java
 create mode 100644 pinot-common/src/main/java/com/linkedin/pinot/common/lineage/SegmentMergeLineage.java
 create mode 100644 pinot-common/src/main/java/com/linkedin/pinot/common/lineage/SegmentMergeLineageAccessHelper.java
 create mode 100644 pinot-common/src/test/java/com/linkedin/pinot/common/lineage/SegmentMergeLineageTest.java
 create mode 100644 pinot-controller/src/main/java/com/linkedin/pinot/controller/ControllerLeadershipManager.java
 copy pinot-core/src/main/java/com/linkedin/pinot/core/plan/Plan.java => pinot-controller/src/main/java/com/linkedin/pinot/controller/LeadershipChangeSubscriber.java (69%)
 create mode 100644 pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/periodictask/ControllerPeriodicTaskScheduler.java
 create mode 100644 pinot-core/src/main/java/com/linkedin/pinot/core/bloom/BloomFilter.java
 create mode 100644 pinot-core/src/main/java/com/linkedin/pinot/core/bloom/BloomFilterType.java
 create mode 100644 pinot-core/src/main/java/com/linkedin/pinot/core/bloom/BloomFilterUtil.java
 create mode 100644 pinot-core/src/main/java/com/linkedin/pinot/core/bloom/GuavaOnHeapBloomFilter.java
 create mode 100644 pinot-core/src/main/java/com/linkedin/pinot/core/bloom/SegmentBloomFilterFactory.java
 create mode 100644 pinot-core/src/main/java/com/linkedin/pinot/core/segment/creator/impl/bloom/BloomFilterCreator.java
 create mode 100644 pinot-core/src/main/java/com/linkedin/pinot/core/segment/index/loader/bloomfilter/BloomFilterHandler.java
 create mode 100644 pinot-core/src/main/java/com/linkedin/pinot/core/segment/index/readers/BloomFilterReader.java
 create mode 100644 pinot-core/src/test/java/com/linkedin/pinot/core/realtime/impl/kafka/KafkaLowLevelStreamConfigTest.java
 create mode 100644 pinot-core/src/test/java/com/linkedin/pinot/core/segment/index/creator/BloomFilterCreatorTest.java
 create mode 100644 pinot-core/src/test/java/com/linkedin/pinot/realtime/converter/RealtimeSegmentConverterTest.java
 delete mode 100644 pinot-perf/src/main/java/com/linkedin/pinot/perf/PerfBenchmarkRunner.java
 delete mode 100644 pinot-perf/src/main/java/com/linkedin/pinot/perf/PerfBenchmarkTest.java
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/partials/rootcause/select-metric-label/template.hbs
 copy thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/detection/annotation/{Yaml.java => AlertScheme.java} (86%)
 copy thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/detection/annotation/{Yaml.java => AlertSuppressor.java} (86%)
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/detection/annotation/registry/DetectionAlertRegistry.java
 rename thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/detection/annotation/{ => registry}/DetectionRegistry.java (95%)
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/detection/validators/ConfigValidator.java
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/detection/validators/DetectionAlertConfigValidator.java
 create mode 100644 thirdeye/thirdeye-pinot/src/test/java/com/linkedin/thirdeye/detection/yaml/YamlResourceTest.java
 create mode 100644 thirdeye/thirdeye-pinot/src/test/resources/com/linkedin/thirdeye/detection/yaml/alertconfig/alert-config-1.yaml
 create mode 100644 thirdeye/thirdeye-pinot/src/test/resources/com/linkedin/thirdeye/detection/yaml/alertconfig/alert-config-2.yaml
 create mode 100644 thirdeye/thirdeye-pinot/src/test/resources/com/linkedin/thirdeye/detection/yaml/alertconfig/alert-config-3.yaml
 create mode 100644 thirdeye/thirdeye-pinot/src/test/resources/com/linkedin/thirdeye/detection/yaml/alertconfig/alert-config-4.yaml


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