Skip to content
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

Open
wants to merge 116 commits into
base: master
Choose a base branch
from
Open

Test a pr. #1

wants to merge 116 commits into from

Conversation

manolama
Copy link
Owner

@manolama manolama commented Feb 9, 2018

No description provided.

manolama and others added 30 commits June 5, 2015 18:03
.hasNext() on the downsampler instead of letting it build a
giant exception string that we're just tossing in the bit bucket.
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.
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'
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.
manolama and others added 27 commits December 31, 2016 13:27
getBoolean function to parse various types of boolean setting flags.
Also make sure both versions of next() handle booleans.
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]>
Signed-off-by: Chris Larsen <[email protected]>
Fix OpenTSDB#708 by using better comparisons

The implemented Comparable interface was very inconsistent, leading to randomly sorted lists.
…lizing

so that we skip any that do not start within the query timespan.
…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.
… before passing

parameters to Gnuplot. Metrics and tags are already handled by the char list.
Thanks @gsocgsoc
Annotations) so that plugins can extend them as needed. This can be
useful in the search plugin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.