This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch bloomfilter in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 469756c Updated bloom filter implementation 1. Changed the implementation to use Guava BloomFilter library 2. Added unit test for bloom filter 3. Enforcing the maxmimum size of bloom filter to 1MB discard 2de0718 Fix the wrong number reported by numSegmentsQueried (#3552) discard 6f41307 [TE] Alerts created by YAML to show up in the alert list (#3551) discard 3a58e16 Optimize all filter predicates by adding isAlwaysTrue() (#3535) discard 9b1abcb [TE] rootcause - default millisecond datasets to 15min granularity (#3550) discard 4880bf8 Adding execution stats for numSegmentsQueried/Processed/Matched (#3525) discard c422157 First cut documentation. (#3545) discard 9e352da [TE] frontend - harleyjj/rootcause - warning value uses aggregate multiplier and can be turned off if aggregates change without slider being adjusted (#3548) discard af24df1 [TE] rootcause - redo route hooks (#3547) discard 0e133b8 [TE] rootcause - remove tooltipEntities property (#3546) discard 6a3a46a [TE] Display Holidays only from Top Countries (#3544) discard 60bd449 [TE] Pipeline migration - fill in metric timezone (#3542) discard e19324b [TE] detection - add more logs for merger for debugging (#3540) discard 1f1f9b3 [TE] rootcause - prevent metric selection change on dimension table tab change (#3536) discard a017ade [TE] Anomaly function to new pipeline YAML converter (#3537) discard 86532ca [TE] frontend - harleyjj/rootcause - fix data inconsistency warning t… (#3532) discard 4c80614 [TE] roocause - fix dimension table metric select/unselect (#3533) discard 85221a2 [TE] Some more minor changes to the look of the template (#3534) discard f47b260 [TE] rootcause - support remove metric from chart label (#3531) discard 5925efa [TE] rootcause - primary metric selection from legend label (#3529) discard 0d3ef38 [TE] datasource - aggregate to one minute level for epoch timestamp (#3530) discard e51ffdb Ignore generated documentation files while checking for license headers (#3524) discard 7cb8054 [TE] Attempt to organize and cleanup the email template (#3527) discard 781f876 [TE] rootcause - support metric selection from chart labels (#3526) discard 4cb5ab8 Fixing failing test cases discard 1a78c47 Adding support for bloom filter add 3fcf8f2 [TE] rootcause - support metric selection from chart labels (#3526) add bcd91e3 [TE] Attempt to organize and cleanup the email template (#3527) add 8fb5f28 Ignore generated documentation files while checking for license headers (#3524) add 77e394d [TE] datasource - aggregate to one minute level for epoch timestamp (#3530) add 4741882 [TE] rootcause - primary metric selection from legend label (#3529) add ebe5060 [TE] rootcause - support remove metric from chart label (#3531) add 5b1e6ec [TE] Some more minor changes to the look of the template (#3534) add 0389a6c [TE] roocause - fix dimension table metric select/unselect (#3533) add 2ce0bca [TE] frontend - harleyjj/rootcause - fix data inconsistency warning t… (#3532) add 4162fb3 [TE] Anomaly function to new pipeline YAML converter (#3537) add 79f83e9 [TE] rootcause - prevent metric selection change on dimension table tab change (#3536) 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 37ad801 [TE] rootcause - default millisecond datasets to 15min granularity (#3550) add 8bf0050 Optimize all filter predicates by adding isAlwaysTrue() (#3535) add e23f953 [TE] Alerts created by YAML to show up in the alert list (#3551) add 8e2076f Fix the wrong number reported by numSegmentsQueried (#3552) add 7d4ab9e Cleaning data dir so URI construction works as expected (#3549) add ee4784d [TE] rootcause - preselect metric name in metric dropdown (#3553) add 4f5b2dd Fixing TODOs in new documentation (#3555) add 61b4814 [TE] Make new alerter tag old anomalies as notified (#3554) add ac74d13 [TE] frontend - harleyjj/manage - pass correct granularity to buildMetricDataUrl (#3557) add a834a49 [TE] pom - fix javassist dependency (#3559) add 232360f Fixes to doc (#3558) add d9ad5c3 Removing warnings in docs (#3560) add 1e6fc74 Adding pluggable storage support for realtime upload (#3541) add 44c2859 [TE] detection - copy nested property in wrapper (#3562) add 45063b0 Re-org documentation (#3563) add ed79654 Adding support for bloom filter add 7097a4a Fixing failing test cases add 5991b95 Updated bloom filter implementation 1. Changed the implementation to use Guava BloomFilter library 2. Added unit test for bloom filter 3. Enforcing the maxmimum size of bloom filter to 1MB 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 (469756c) \ N -- N -- N refs/heads/bloomfilter (5991b95) 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/architecture.rst | 128 +++++--- docs/client_api.rst | 56 ++-- docs/conf.py | 4 +- docs/creating_pinot_segments.rst | 98 ------ docs/expressions_udf.rst | 11 +- docs/index.rst | 36 ++- docs/intro.rst | 30 +- docs/llc.rst | 28 +- docs/management_api.rst | 6 +- docs/multitenancy.rst | 330 ++++++++++----------- docs/partition_aware_routing.rst | 6 +- docs/pinot_hadoop.rst | 157 ++++++++-- docs/pluggable_streams.png | Bin 0 -> 136984 bytes docs/pluggable_streams.rst | 70 +++-- docs/pql_examples.rst | 140 +++++---- docs/reference.rst | 7 +- docs/schema_timespec.rst | 82 ++--- docs/segment_fetcher.rst | 16 +- docs/trying_pinot.rst | 46 +-- docs/znode_layout.png | Bin 0 -> 43271 bytes .../api/resources/FileUploadPathProvider.java | 2 + .../resources/LLCSegmentCompletionHandlers.java | 77 +++-- .../com/linkedin/pinot/filesystem/PinotFS.java | 2 +- thirdeye/pom.xml | 7 + .../rootcause-select-metric/component.js | 15 +- .../app/pods/manage/alert/explore/route.js | 3 +- thirdeye/thirdeye-pinot/pom.xml | 4 + .../MultipleAnomaliesEmailContentFormatter.java | 4 +- .../thirdeye/anomaly/events/EventFilter.java | 7 + .../anomaly/events/HolidayEventProvider.java | 3 +- .../detection/DetectionMigrationResource.java | 7 +- .../detection/alert/DetectionAlertTaskRunner.java | 11 + .../thirdeye/detection/algorithm/MergeWrapper.java | 6 +- .../detection/wrapper/AnomalyFilterWrapper.java | 13 +- 34 files changed, 781 insertions(+), 631 deletions(-) delete mode 100644 docs/creating_pinot_segments.rst create mode 100644 docs/pluggable_streams.png create mode 100644 docs/znode_layout.png --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org