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 2018/11/26 22:27:22 UTC

[incubator-pinot] branch range_opt updated (63b7b4d -> fefb344)

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

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


 discard 63b7b4d  Optimize all filter predicates by adding isAlwaysTrue()
     add ce6a53f  [TE] detection - add more logs for merger for debugging (#3540)
     add d48499b  [TE] Pipeline migration - fill in metric timezone (#3542)
     add 234abc6  [TE] Display Holidays only from Top Countries (#3544)
     add f915200  [TE] rootcause - remove tooltipEntities property (#3546)
     add 16c5926  [TE] rootcause - redo route hooks (#3547)
     add 81589c7  [TE] frontend - harleyjj/rootcause - warning value uses aggregate multiplier and can be turned off if aggregates change without slider being adjusted (#3548)
     add 0bea669  First cut documentation. (#3545)
     add 9607ca4  Adding execution stats for numSegmentsQueried/Processed/Matched (#3525)
     add fefb344  Optimize all filter predicates by adding isAlwaysTrue()

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   (63b7b4d)
            \
             N -- N -- N   refs/heads/range_opt (fefb344)

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/High-level-stream.png                         | Bin 0 -> 39800 bytes
 docs/Low-level-stream.png                          | Bin 0 -> 37306 bytes
 docs/Pinot - Hybrid flow.png                       | Bin 0 -> 15756 bytes
 docs/Pinot-Offline-only-flow.png                   | Bin 0 -> 8179 bytes
 docs/PlanNode.png                                  | Bin 0 -> 41056 bytes
 docs/ServerSegmentCompletion.dot.png               | Bin 0 -> 72968 bytes
 docs/architecture.rst                              | 106 +++++++
 docs/client_api.rst                                | 227 ++++++++++++++
 docs/commit-happy-path-1.png                       | Bin 0 -> 22933 bytes
 docs/commit-happy-path-2.png                       | Bin 0 -> 22939 bytes
 docs/committer-failed.png                          | Bin 0 -> 15412 bytes
 docs/controller-failed.png                         | Bin 0 -> 23599 bytes
 docs/controller-segment-completion.png             | Bin 0 -> 85092 bytes
 docs/creating_pinot_segments.rst                   |  98 ++++++
 docs/delayed-server.png                            | Bin 0 -> 21690 bytes
 docs/expressionTree.jpg                            | Bin 0 -> 12881 bytes
 docs/expressions_udf.rst                           | 119 ++++++++
 docs/hlc-arch.png                                  | Bin 0 -> 47924 bytes
 docs/image2014-11-12-1-54-56.png                   | Bin 0 -> 112436 bytes
 docs/image2014-11-12-19-54-12.png                  | Bin 0 -> 54744 bytes
 docs/image2014-11-12-20-59-50.png                  | Bin 0 -> 36925 bytes
 docs/image2014-11-13-11-21-7.png                   | Bin 0 -> 99075 bytes
 docs/image2014-11-13-11-22-57.png                  | Bin 0 -> 27562 bytes
 docs/image2015-4-14-194451.png                     | Bin 0 -> 83171 bytes
 docs/image2015-5-12-7-24-58.png                    | Bin 0 -> 38969 bytes
 docs/image2015-5-13 15-2-9.png                     | Bin 0 -> 41882 bytes
 docs/image2015-5-17 13-32-28.png                   | Bin 0 -> 89700 bytes
 docs/image2015-5-17 17-59-10.png                   | Bin 0 -> 82542 bytes
 docs/image2015-5-19 0-29-34.png                    | Bin 0 -> 39085 bytes
 docs/image2015-5-19 0-58-54.png                    | Bin 0 -> 54859 bytes
 docs/image2015-5-19 1-28-35.png                    | Bin 0 -> 34374 bytes
 docs/image2015-5-19 1-47-44.png                    | Bin 0 -> 34374 bytes
 docs/image2015-5-19 1-59-51.png                    | Bin 0 -> 37098 bytes
 docs/index.rst                                     |  27 +-
 docs/intro.rst                                     |  53 +++-
 docs/llc-arch.png                                  | Bin 0 -> 39899 bytes
 docs/llc.rst                                       | 150 +++++++++
 docs/management_api.rst                            |   6 +
 docs/multiple-server-failure.png                   | Bin 0 -> 18036 bytes
 docs/multitenancy.rst                              | 340 +++++++++++++++++++++
 docs/parseTree.png                                 | Bin 0 -> 55136 bytes
 docs/partition_aware_routing.rst                   | 141 +++++++++
 docs/pinot-architecture.png                        | Bin 0 -> 58474 bytes
 docs/pinot_hadoop.rst                              |  72 +++++
 docs/pluggable_streams.rst                         | 126 ++++++++
 docs/pql_examples.rst                              | 234 ++++++++++++++
 docs/reference.rst                                 |  42 +--
 docs/schema_timespec.rst                           | 109 +++++++
 docs/segment-consumer-fsm.png                      | Bin 0 -> 30109 bytes
 docs/segment-creation.png                          | Bin 0 -> 9830 bytes
 docs/segment-helix-fsm.png                         | Bin 0 -> 7494 bytes
 docs/segment_fetcher.rst                           |  77 +++++
 docs/trying_pinot.rst                              |  14 +-
 docs/zk-setup.png                                  | Bin 0 -> 39246 bytes
 .../requesthandler/BaseBrokerRequestHandler.java   |   3 +-
 .../linkedin/pinot/common/metrics/ServerMeter.java |   4 +-
 .../pinot/common/response/BrokerResponse.java      |  15 +
 .../response/broker/BrokerResponseNative.java      |  42 ++-
 .../com/linkedin/pinot/common/utils/DataTable.java |   3 +
 .../core/operator/CombineGroupByOperator.java      |   2 +
 .../pinot/core/operator/CombineOperator.java       |   2 +
 .../pinot/core/operator/ExecutionStatistics.java   |  20 +-
 .../operator/blocks/IntermediateResultsBlock.java  |  21 ++
 .../core/operator/filter/AndFilterOperator.java    |   4 +
 .../operator/filter/BitmapBasedFilterOperator.java |   2 +
 .../core/operator/filter/OrFilterOperator.java     |   4 +
 .../operator/filter/ScanBasedFilterOperator.java   |   5 +-
 .../SortedInvertedIndexBasedFilterOperator.java    |   2 +
 .../query/executor/ServerQueryExecutorV1Impl.java  |  11 +-
 .../core/query/reduce/BrokerReduceService.java     |  20 ++
 .../core/query/request/ServerQueryRequest.java     |   8 -
 .../pinot/core/query/scheduler/QueryScheduler.java |  23 +-
 .../tests/BaseClusterIntegrationTestSet.java       |  23 +-
 .../tests/HybridClusterIntegrationTest.java        |   6 +
 .../tests/OfflineClusterIntegrationTest.java       |   6 +
 .../pods/components/rootcause-anomaly/component.js |  14 +-
 .../app/pods/rootcause/controller.js               |  23 +-
 .../thirdeye-frontend/app/pods/rootcause/route.js  |  82 ++---
 .../components/rootcause-anomaly/component-test.js |   2 +-
 .../alert/content/BaseEmailContentFormatter.java   |  16 +-
 .../EmailContentFormatterConfiguration.java        |  11 +
 ...HierarchicalAnomaliesEmailContentFormatter.java |   7 +-
 .../MultipleAnomaliesEmailContentFormatter.java    |   9 +-
 .../anomaly/ThirdEyeAnomalyConfiguration.java      |  10 +
 .../thirdeye/anomaly/events/EventFilter.java       |   7 +-
 .../anomaly/events/HolidayEventProvider.java       |  17 +-
 .../anomaly/merge/AnomalyTimeBasedSummarizer.java  |  10 +-
 .../anomaly/merge/TimeBasedAnomalyMerger.java      |   5 +-
 .../dashboard/ThirdEyeDashboardApplication.java    |   2 +-
 .../detection/DetectionMigrationResource.java      |  17 +-
 .../detection/wrapper/AnomalyDetectorWrapper.java  |  21 +-
 .../eventprovider/TestHolidayEventProvider.java    |   1 +
 92 files changed, 2236 insertions(+), 185 deletions(-)
 create mode 100644 docs/High-level-stream.png
 create mode 100644 docs/Low-level-stream.png
 create mode 100644 docs/Pinot - Hybrid flow.png
 create mode 100644 docs/Pinot-Offline-only-flow.png
 create mode 100644 docs/PlanNode.png
 create mode 100644 docs/ServerSegmentCompletion.dot.png
 create mode 100644 docs/architecture.rst
 create mode 100644 docs/client_api.rst
 create mode 100644 docs/commit-happy-path-1.png
 create mode 100644 docs/commit-happy-path-2.png
 create mode 100644 docs/committer-failed.png
 create mode 100644 docs/controller-failed.png
 create mode 100644 docs/controller-segment-completion.png
 create mode 100644 docs/creating_pinot_segments.rst
 create mode 100644 docs/delayed-server.png
 create mode 100644 docs/expressionTree.jpg
 create mode 100644 docs/expressions_udf.rst
 create mode 100644 docs/hlc-arch.png
 create mode 100644 docs/image2014-11-12-1-54-56.png
 create mode 100644 docs/image2014-11-12-19-54-12.png
 create mode 100644 docs/image2014-11-12-20-59-50.png
 create mode 100644 docs/image2014-11-13-11-21-7.png
 create mode 100644 docs/image2014-11-13-11-22-57.png
 create mode 100644 docs/image2015-4-14-194451.png
 create mode 100644 docs/image2015-5-12-7-24-58.png
 create mode 100644 docs/image2015-5-13 15-2-9.png
 create mode 100644 docs/image2015-5-17 13-32-28.png
 create mode 100644 docs/image2015-5-17 17-59-10.png
 create mode 100644 docs/image2015-5-19 0-29-34.png
 create mode 100644 docs/image2015-5-19 0-58-54.png
 create mode 100644 docs/image2015-5-19 1-28-35.png
 create mode 100644 docs/image2015-5-19 1-47-44.png
 create mode 100644 docs/image2015-5-19 1-59-51.png
 create mode 100644 docs/llc-arch.png
 create mode 100644 docs/llc.rst
 create mode 100644 docs/management_api.rst
 create mode 100644 docs/multiple-server-failure.png
 create mode 100644 docs/multitenancy.rst
 create mode 100644 docs/parseTree.png
 create mode 100644 docs/partition_aware_routing.rst
 create mode 100644 docs/pinot-architecture.png
 create mode 100644 docs/pinot_hadoop.rst
 create mode 100644 docs/pluggable_streams.rst
 create mode 100644 docs/pql_examples.rst
 create mode 100644 docs/schema_timespec.rst
 create mode 100644 docs/segment-consumer-fsm.png
 create mode 100644 docs/segment-creation.png
 create mode 100644 docs/segment-helix-fsm.png
 create mode 100644 docs/segment_fetcher.rst
 create mode 100644 docs/zk-setup.png


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