-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test a pr. #1
base: master
Are you sure you want to change the base?
Test a pr. #1
Commits on Jun 6, 2015
-
Improve query performance in the AggregationIterator by calling
.hasNext() on the downsampler instead of letting it build a giant exception string that we're just tossing in the bit bucket.
Configuration menu - View commit details
-
Copy full SHA for 2bd72d6 - Browse repository at this point
Copy the full SHA 2bd72d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7318167 - Browse repository at this point
Copy the full SHA 7318167View commit details
Commits on Aug 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6559cb7 - Browse repository at this point
Copy the full SHA 6559cb7View commit details
Commits on Sep 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ef22de8 - Browse repository at this point
Copy the full SHA ef22de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb7637 - Browse repository at this point
Copy the full SHA 6cb7637View commit details -
Configuration menu - View commit details
-
Copy full SHA for a30211c - Browse repository at this point
Copy the full SHA a30211cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7eb32 - Browse repository at this point
Copy the full SHA 8e7eb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5388ff3 - Browse repository at this point
Copy the full SHA 5388ff3View commit details
Commits on Sep 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 611c870 - Browse repository at this point
Copy the full SHA 611c870View commit details
Commits on Sep 27, 2015
-
Add the Exceptions utility class for parsing out deferred group
exception causes.
Configuration menu - View commit details
-
Copy full SHA for 93b3798 - Browse repository at this point
Copy the full SHA 93b3798View commit details -
Add the QueryUtil class that pulls some methods out of the TsdbQuery
class so they can be shared elsewhere. Also make queries a tiny bit more efficient with salting by compiling the row key regex once instead of once for each bucket.
Configuration menu - View commit details
-
Copy full SHA for 5fc5179 - Browse repository at this point
Copy the full SHA 5fc5179View commit details -
Fix for OpenTSDB#568, modifying the /api/search/lookup method to prop…
…erly handle salted tables.
Configuration menu - View commit details
-
Copy full SHA for 6bc6b3f - Browse repository at this point
Copy the full SHA 6bc6b3fView commit details -
Fix up the search API for lookups to be fully asynchronous. Thanks
to to @Dieken for his work on the salting patch.
Configuration menu - View commit details
-
Copy full SHA for fcb2f72 - Browse repository at this point
Copy the full SHA fcb2f72View commit details
Commits on Oct 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 52ee82e - Browse repository at this point
Copy the full SHA 52ee82eView commit details -
Bump the AsyncHBase version to 1.7.1-SNAPSHOT to fix decoding bugs
with pre 0.96 region servers.
Configuration menu - View commit details
-
Copy full SHA for 7681bc3 - Browse repository at this point
Copy the full SHA 7681bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc9e65 - Browse repository at this point
Copy the full SHA 5cc9e65View commit details
Commits on Oct 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b5272ee - Browse repository at this point
Copy the full SHA b5272eeView commit details
Commits on Oct 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 674e290 - Browse repository at this point
Copy the full SHA 674e290View commit details
Commits on Oct 28, 2015
-
Fix test dependencies where DeleteRequest was pulled from Zookeeper
instead of AsyncHBase.
Configuration menu - View commit details
-
Copy full SHA for 5d2479c - Browse repository at this point
Copy the full SHA 5d2479cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaee2ba - Browse repository at this point
Copy the full SHA aaee2baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 384aaf9 - Browse repository at this point
Copy the full SHA 384aaf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0713e6 - Browse repository at this point
Copy the full SHA f0713e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5933ac2 - Browse repository at this point
Copy the full SHA 5933ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e5a6ac - Browse repository at this point
Copy the full SHA 2e5a6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8494b - Browse repository at this point
Copy the full SHA 6f8494bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcaf2d4 - Browse repository at this point
Copy the full SHA fcaf2d4View commit details -
QueryUi: URL.decode() url/query string before use
Some browsers (aka firefox) like to encode { and } as %7B and %7D. This causes problem when parsing the query string since its using { and } to figure out the metric and tags. Without this the UI thows an error like the following: Request failed: Bad Request: No such name for 'metrics': 'server.nic.usage.mbit%7Bhost=host1%7D'
Configuration menu - View commit details
-
Copy full SHA for 99f9abe - Browse repository at this point
Copy the full SHA 99f9abeView commit details
Commits on Oct 31, 2015
-
fix stuck metasync when salting is enabled
MetaScanner extracts (salt_width + metric_width) bytes from tsuid to metric uid, this triggers IllegalArgumentException in UniqueId.getNameAsync(id), then MetaScanner.call() won't never call result.callback(null), and result.joinUninterruptibly() in MetaSync.run() never returns. BTW, I checked all usages of Const.SALT_WIDTH() and fixed some other similar wrong calculations.
Configuration menu - View commit details
-
Copy full SHA for 601209b - Browse repository at this point
Copy the full SHA 601209bView commit details
Commits on Nov 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c6ed6f6 - Browse repository at this point
Copy the full SHA c6ed6f6View commit details
Commits on Nov 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b7602d7 - Browse repository at this point
Copy the full SHA b7602d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4111c06 - Browse repository at this point
Copy the full SHA 4111c06View commit details
Commits on Nov 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c78b8c5 - Browse repository at this point
Copy the full SHA c78b8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec783c6 - Browse repository at this point
Copy the full SHA ec783c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6946e - Browse repository at this point
Copy the full SHA 5c6946eView commit details
Commits on Nov 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6d151e3 - Browse repository at this point
Copy the full SHA 6d151e3View commit details
Commits on Nov 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f9636a0 - Browse repository at this point
Copy the full SHA f9636a0View commit details
Commits on Nov 27, 2015
-
Silence stray logging output in TSMeta.call()
This line was added in ab276c8 and based on indentation is likely an accidental commit. It causes continuous spamming in our logs after upgrade. Changing log level to "debug" to quiet it down.
Configuration menu - View commit details
-
Copy full SHA for ad0ccad - Browse repository at this point
Copy the full SHA ad0ccadView commit details
Commits on Nov 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2fc21f1 - Browse repository at this point
Copy the full SHA 2fc21f1View commit details
Commits on Nov 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 82effbd - Browse repository at this point
Copy the full SHA 82effbdView commit details
Commits on Dec 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for eab9709 - Browse repository at this point
Copy the full SHA eab9709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08abaac - Browse repository at this point
Copy the full SHA 08abaacView commit details -
Fix OpenTSDB#642 by sorting the tags properly on the bytes, NOT the s…
…tring values. Sheesh. Thanks @wuxuehong214
Configuration menu - View commit details
-
Copy full SHA for 1279d45 - Browse repository at this point
Copy the full SHA 1279d45View commit details
Commits on Dec 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8507c6c - Browse repository at this point
Copy the full SHA 8507c6cView commit details
Commits on Dec 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a182462 - Browse repository at this point
Copy the full SHA a182462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b4933 - Browse repository at this point
Copy the full SHA 87b4933View commit details
Commits on Jan 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c865a3e - Browse repository at this point
Copy the full SHA c865a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6dbb75 - Browse repository at this point
Copy the full SHA a6dbb75View commit details
Commits on Jan 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 38f6732 - Browse repository at this point
Copy the full SHA 38f6732View commit details
Commits on Feb 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for af8581d - Browse repository at this point
Copy the full SHA af8581dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce2b71e - Browse repository at this point
Copy the full SHA ce2b71eView commit details
Commits on Feb 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c5dfac8 - Browse repository at this point
Copy the full SHA c5dfac8View commit details -
Set tsd.query.allow_simultaneous_duplicates = true by default.
This was causing some conflicts and confusion so we'll let folks enable it if they have problems with abuse.
Configuration menu - View commit details
-
Copy full SHA for a9e463a - Browse repository at this point
Copy the full SHA a9e463aView commit details
Commits on Feb 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9fcb370 - Browse repository at this point
Copy the full SHA 9fcb370View commit details
Commits on Feb 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9a36e67 - Browse repository at this point
Copy the full SHA 9a36e67View commit details -
Add a try/catch to the FSCK utility to log problems found when
printing row information.
Configuration menu - View commit details
-
Copy full SHA for 4fc6f52 - Browse repository at this point
Copy the full SHA 4fc6f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d897f5 - Browse repository at this point
Copy the full SHA 5d897f5View commit details
Commits on Feb 14, 2016
-
Update the logback.xml config file with disabled configs for the
query log. Also add the file appender to the /src/logback.xml file.
Configuration menu - View commit details
-
Copy full SHA for 27c54b2 - Browse repository at this point
Copy the full SHA 27c54b2View commit details -
Rollback 6d2102a as I was mistaken
in that on Linux hosts it did indeed point to the wrong config directory when installing locally and via package. We'll need to revisit this for FreeBSD.
Configuration menu - View commit details
-
Copy full SHA for 5577f7e - Browse repository at this point
Copy the full SHA 5577f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 333046d - Browse repository at this point
Copy the full SHA 333046dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0612fc - Browse repository at this point
Copy the full SHA c0612fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb453a5 - Browse repository at this point
Copy the full SHA fb453a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5e56d - Browse repository at this point
Copy the full SHA 9b5e56dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a61772f - Browse repository at this point
Copy the full SHA a61772fView commit details -
Configuration menu - View commit details
-
Copy full SHA for afc5180 - Browse repository at this point
Copy the full SHA afc5180View commit details -
Configuration menu - View commit details
-
Copy full SHA for f49d5d3 - Browse repository at this point
Copy the full SHA f49d5d3View commit details
Commits on Feb 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3be2e63 - Browse repository at this point
Copy the full SHA 3be2e63View commit details
Commits on Feb 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 90b8fec - Browse repository at this point
Copy the full SHA 90b8fecView commit details
Commits on Feb 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f3badad - Browse repository at this point
Copy the full SHA f3badadView commit details
Commits on Apr 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 370650e - Browse repository at this point
Copy the full SHA 370650eView commit details -
Add comments and UTs to 931242b
as well as clean up the deferreds a bit.
Configuration menu - View commit details
-
Copy full SHA for 1c73ea8 - Browse repository at this point
Copy the full SHA 1c73ea8View commit details
Commits on Apr 19, 2016
-
Fix TSDB write data around the TSMeta and TSUID incrementation.
Also update news.
Configuration menu - View commit details
-
Copy full SHA for e1140c7 - Browse repository at this point
Copy the full SHA e1140c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4087cd1 - Browse repository at this point
Copy the full SHA 4087cd1View commit details -
Fix the filter metric and tag resolution chain by making sure the
first callback is attached as a deferring callback and returns the proper type
Configuration menu - View commit details
-
Copy full SHA for 9f6a585 - Browse repository at this point
Copy the full SHA 9f6a585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 049cbf0 - Browse repository at this point
Copy the full SHA 049cbf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2fd43 - Browse repository at this point
Copy the full SHA 4c2fd43View commit details
Commits on Apr 23, 2016
-
Fix OpenTSDB#773 - Add global_annotations to graphs
Fixed a bug in which global_annotations were ignored by GraphHandler.java (and thus, were not rendered by gnuplot). Added async call to hbase to retrieve global annotations when required in a similar fashion as that of QueryRpc.java. Note: Since both GraphHandler.java and QueryRpc.java implement (similar) query-processing logic, all of this should be unified in the future (requires a large refactor to split all query logic with visualization logic).
Configuration menu - View commit details
-
Copy full SHA for 07ff47e - Browse repository at this point
Copy the full SHA 07ff47eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 667fccf - Browse repository at this point
Copy the full SHA 667fccfView commit details
Commits on May 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8874bac - Browse repository at this point
Copy the full SHA 8874bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27bb483 - Browse repository at this point
Copy the full SHA 27bb483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c98026 - Browse repository at this point
Copy the full SHA 4c98026View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24eccf - Browse repository at this point
Copy the full SHA b24eccfView commit details -
Fix issue OpenTSDB#778 by allowing the creating of a TSMeta object wi…
…thout a TSUID. Also fix up some UTs in the UIDRPC class where the JSON order can change.
Configuration menu - View commit details
-
Copy full SHA for a4cc4fc - Browse repository at this point
Copy the full SHA a4cc4fcView commit details -
Fix issue OpenTSDB#784 by adding an estimate for the number of data p…
…oints from storage. Also fix the average calculation when salting is not enabled.
Configuration menu - View commit details
-
Copy full SHA for 050d507 - Browse repository at this point
Copy the full SHA 050d507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d011d5 - Browse repository at this point
Copy the full SHA 6d011d5View commit details
Commits on Jul 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ef4905a - Browse repository at this point
Copy the full SHA ef4905aView commit details
Commits on Sep 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 21df40d - Browse repository at this point
Copy the full SHA 21df40dView commit details
Commits on Sep 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7d2f7a9 - Browse repository at this point
Copy the full SHA 7d2f7a9View commit details
Commits on Oct 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b1fe8fc - Browse repository at this point
Copy the full SHA b1fe8fcView commit details
Commits on Oct 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d6a7405 - Browse repository at this point
Copy the full SHA d6a7405View commit details
Commits on Dec 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3665794 - Browse repository at this point
Copy the full SHA 3665794View commit details -
Modify the config loads for the RPCManager class to use the config's
getBoolean function to parse various types of boolean setting flags.
Configuration menu - View commit details
-
Copy full SHA for ef35ae2 - Browse repository at this point
Copy the full SHA ef35ae2View commit details
Commits on Jan 28, 2017
-
Avoid double computing the expressions for the /query/exp endpoint.
Also make sure both versions of next() handle booleans.
Configuration menu - View commit details
-
Copy full SHA for 4728986 - Browse repository at this point
Copy the full SHA 4728986View commit details
Commits on Feb 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cedd46e - Browse repository at this point
Copy the full SHA cedd46eView commit details
Commits on Mar 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b665eaf - Browse repository at this point
Copy the full SHA b665eafView commit details -
Fix OpenTSDB#915 by simply copying the entire tools directory into the
destination directory. Thanks @shyamraj242.
Configuration menu - View commit details
-
Copy full SHA for 97bdd3c - Browse repository at this point
Copy the full SHA 97bdd3cView commit details
Commits on Apr 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4cbfbc7 - Browse repository at this point
Copy the full SHA 4cbfbc7View commit details
Commits on May 14, 2017
-
Log query stats in case of Closed Channel also
Signed-off-by: Chris Larsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be2b995 - Browse repository at this point
Copy the full SHA be2b995View commit details -
added java-8-oracle PATH in JDK_DIRS
added /usr/lib/jvm/java-8-oracle in JDK_DIRS ...if JAVA_HOME is not defined in $DEFAULT Signed-off-by: Chris Larsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7ccbfd - Browse repository at this point
Copy the full SHA e7ccbfdView commit details -
Signed-off-by: Chris Larsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f31916e - Browse repository at this point
Copy the full SHA f31916eView commit details -
Fix spotted incorrect conditional.
Fix OpenTSDB#708 by using better comparisons The implemented Comparable interface was very inconsistent, leading to randomly sorted lists.
Configuration menu - View commit details
-
Copy full SHA for 58e6c72 - Browse repository at this point
Copy the full SHA 58e6c72View commit details
Commits on Jun 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e05923f - Browse repository at this point
Copy the full SHA e05923fView commit details -
Fix OpenTSDB#994 by filtering on the annotation start time when seria…
…lizing so that we skip any that do not start within the query timespan.
Configuration menu - View commit details
-
Copy full SHA for e918e8f - Browse repository at this point
Copy the full SHA e918e8fView commit details
Commits on Jun 12, 2017
-
Fix OpenTSDB#967 by changing the conversions to UTF-8 for the static …
…byte methods in the UID class. This should properly decode the UTF strings now. Also remove the CHARSET from the UID class, use Const instead.
Configuration menu - View commit details
-
Copy full SHA for e7ff2fb - Browse repository at this point
Copy the full SHA e7ff2fbView commit details -
Take a stab at fixing OpenTSDB#953 by at least hunting for back-ticks…
… before passing parameters to Gnuplot. Metrics and tags are already handled by the char list. Thanks @gsocgsoc
Configuration menu - View commit details
-
Copy full SHA for c5379e3 - Browse repository at this point
Copy the full SHA c5379e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11958ab - Browse repository at this point
Copy the full SHA 11958abView commit details
Commits on Jul 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f88236e - Browse repository at this point
Copy the full SHA f88236eView commit details
Commits on Jul 16, 2017
-
Remove the "final" modifier from the meta classes (TSMeta, UIDMeta and
Annotations) so that plugins can extend them as needed. This can be useful in the search plugin.
Configuration menu - View commit details
-
Copy full SHA for 8e0ebf0 - Browse repository at this point
Copy the full SHA 8e0ebf0View commit details
Commits on Jan 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e33410f - Browse repository at this point
Copy the full SHA e33410fView commit details
Commits on Feb 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 212d4f8 - Browse repository at this point
Copy the full SHA 212d4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f380a5 - Browse repository at this point
Copy the full SHA 6f380a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 804ea58 - Browse repository at this point
Copy the full SHA 804ea58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae0816 - Browse repository at this point
Copy the full SHA 3ae0816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3cc9a - Browse repository at this point
Copy the full SHA 9d3cc9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b17459 - Browse repository at this point
Copy the full SHA 6b17459View commit details
Commits on Feb 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a19db84 - Browse repository at this point
Copy the full SHA a19db84View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7fd85c - Browse repository at this point
Copy the full SHA a7fd85cView commit details