-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[query] sort, topk, bottomk fixes for instant queries #2792
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e488a3b - Browse repository at this point
Copy the full SHA e488a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 054833f - Browse repository at this point
Copy the full SHA 054833fView commit details
Commits on Oct 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f6ed6e1 - Browse repository at this point
Copy the full SHA f6ed6e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 690dcd3 - Browse repository at this point
Copy the full SHA 690dcd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7cf65 - Browse repository at this point
Copy the full SHA 5c7cf65View commit details
Commits on Oct 19, 2020
-
Optimized instant queries - now only single block will be created.
OrderedFlush() now sorts the results instead popping them one by one. FloatHeap won't be created if it's not used.
Configuration menu - View commit details
-
Copy full SHA for 66746ac - Browse repository at this point
Copy the full SHA 66746acView commit details
Commits on Oct 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3d12b53 - Browse repository at this point
Copy the full SHA 3d12b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8a5cc9 - Browse repository at this point
Copy the full SHA d8a5cc9View commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a7496e1 - Browse repository at this point
Copy the full SHA a7496e1View commit details
Commits on Oct 22, 2020
-
Fixes NaN issues with m3 queries for sort and topk/bottomk.
FloatHeap now supports adding NaN values. Uncommented topk, bottomk and sort compatibility tests (now they pass).
Configuration menu - View commit details
-
Copy full SHA for 39eb746 - Browse repository at this point
Copy the full SHA 39eb746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d2b567 - Browse repository at this point
Copy the full SHA 4d2b567View commit details
Commits on Oct 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2f72c61 - Browse repository at this point
Copy the full SHA 2f72c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce9119 - Browse repository at this point
Copy the full SHA 3ce9119View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbddf70 - Browse repository at this point
Copy the full SHA cbddf70View commit details
Commits on Oct 26, 2020
-
Added copyright header to sort_test.go.
equalsPairs now checks individual struct elements instead of their printed values.
Configuration menu - View commit details
-
Copy full SHA for bd3f326 - Browse repository at this point
Copy the full SHA bd3f326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0216c - Browse repository at this point
Copy the full SHA 7b0216cView commit details
Commits on Oct 29, 2020
-
Removed Min() function in favour of using this logic inline.
Used append in place when indices are not needed. Documented and extracted some comparison functions for better readability and clearness.
Configuration menu - View commit details
-
Copy full SHA for 795f181 - Browse repository at this point
Copy the full SHA 795f181View commit details -
Merge branch 'master' into sort
* master: [query] Improve precision for variance and stddev of equal values (#2799) Support dynamic namespace resolution for embedded coordinators (#2815) [dbnode] Add index regexp DFA compilation cache to avoid allocating DFAs for same expressions (#2814) [dbnode] Set default cache on retrieve to false, prepare testing with cache none (#2813) [tools] Output annotations as base64 (#2743) Add Reset Transformation (#2794) [large-tiles] Fix for a reverse index when querying downsampled namespace (#2808) [dbnode] Evict info files cache before index bootstrap in peers bootstrapper (#2802) [dbnode] Bump default filesystem persist rate limit (#2806) [coordinator] Add metrics and configurability of downsample and ingest writer worker pool (#2797) [dbnode] Fix concurrency granularity of seekerManager.UpdateOpenLease (#2790) [dbnode] Use correct import path for atomic library (#2801) Regenerate carbon automapping rules on namespaces changes (#2793) Enforce matching retention and index block size (#2783) [query] Add ClusterNamespacesWatcher and use to generate downsample automapper rules (#2782) [query][dbnode] Wire up etcd-backed Clusters implementation in coordinator (#2758) [query] Fix quantile() argument not being passed through (#2780) [query] Add "median" aggregation to Graphite aggregate() function (#2774) [r2] Ensure KeepOriginal is propagated when adding/reviving rules (#2796) [dbnode] Update default db read limits (#2784)
Configuration menu - View commit details
-
Copy full SHA for c32d414 - Browse repository at this point
Copy the full SHA c32d414View commit details
Commits on Oct 30, 2020
-
Merge branch 'master' into sort
* master: [query] count_values label naming fixes (#2805) [dbnode] Read only namespaces (#2803) Remove old code: m3nsch (#2822) Update issue templates Update issue templates [proto] Allow zero-alloc reuse of AggregatedMetric protobuf payloads (#2823) Remove old code: aggregator/handler/trafficcontrol (#2821) Remove old code: aggregation/quantile/tdigest (#2820) AddToReset config to change Add transforms to Reset transforms (#2817) [metrics/rules] Add test to assert that mixed-mode keepOriginal uses keepOriginal=true (#2819) [dbnode] Update return unfulfilled for corrupt commit log files default (#2807) [dbnode] Move eviction logic up before ns loop (#2812) [query] Add additional parser tests (#2811) [config] Remove deprecated configuration fields (#2771)
Configuration menu - View commit details
-
Copy full SHA for 131287b - Browse repository at this point
Copy the full SHA 131287bView commit details
Commits on Nov 5, 2020
-
Merge branch 'master' into sort
* master: [read_index_segments] Always validate index segment checksums before reading/validating contents (#2835) [query] Return additional warnings in /query{,_range} endpoints (#2836) Add a check for seriesIter.Err (#2834) [tools] Add concurrent read_index_segments validation option (#2833) [query] Add non-ready namespaces to Clusters interface and use in /namespace/ready endpoint (#2828) [query] Tests for when function argument is an expression (#2809) [large-tiles] Additional metrics added (#2720) [query] Refactor groupByNodes and implement `nodes` arg in asPercent (#2816) [read_index_segments] Add log that outlines which segment being processed (#2825) [aggregator] Handle follower canLead() for not yet flushed windows (#2818)
Configuration menu - View commit details
-
Copy full SHA for b176ad4 - Browse repository at this point
Copy the full SHA b176ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a7119 - Browse repository at this point
Copy the full SHA 30a7119View commit details