Jason Wilder
06c1c48b3b
Merge pull request #5666 from influxdata/jw-gdm
...
Manage dependencies with gdm
2016-02-16 09:52:22 -07:00
Jason Wilder
8115cdf5bf
Merge pull request #5682 from influxdata/mr-separate-diagnostics-package
...
Move monitor.Diagnostics to its own package
2016-02-16 09:38:15 -07:00
Jason Wilder
c28fc50b69
Merge pull request #5700 from li-ang/rm_wal
...
Remove redundant wal files
2016-02-16 09:23:27 -07:00
Ross McDonald
6bb1097d6b
Merge pull request #5638 from influxdata/ross-http-version-handler
...
Added test coverage to httpd handler version header
2016-02-16 10:05:41 -06:00
Ady
af17b9d8a7
Zero timeout set to support all platforms
2016-02-16 21:21:39 +05:30
Ross McDonald
e3f8350cc4
Substituting 'go get' for gdm commands. Slight restructure of commands.
2016-02-16 09:33:39 -06:00
Jonathan A. Sternberg
ceb173c50a
Add the aggregated variable to the protobuf definition
2016-02-16 10:32:59 -05:00
Jonathan A. Sternberg
18c7c554ba
Optimize the mean() call by moving the calculation into the shard iterator
...
A new attribute has been added to points to track how many points were
used to calculate that point. This is particularly useful for finding
the mean as we can then split mean calculation into two phases: one at
the shard level and a second at the shards level.
This optimization is now used so we don't have to hold so many points in
memory while calculating the mean.
2016-02-16 10:32:34 -05:00
Jason Wilder
9d478fa5b3
Merge pull request #5695 from influxdata/jw-cluster
...
Remove MetaServers from node.json
2016-02-16 08:17:28 -07:00
Nicholas Katsaros
a727266744
Add graphite and udp services to the default config generator
...
Fix #4752
2016-02-16 10:12:48 -05:00
Ross McDonald
a724c90477
Changed body to io.Reader.
2016-02-16 09:01:09 -06:00
liang@qiniu.com
1ad0f933f4
Remove redundant wal files
2016-02-16 20:45:13 +08:00
Jason Wilder
6fb00c1a9b
Remove MetaServers from node.json
...
This removes the MetaServers property from node.json to eliminate one
of the four places those addresses are stored on disk. We always use
the values that come through the config (via file, env var or -join arg).
2016-02-15 22:42:51 -07:00
Ady
58cccaa202
Update timeout for Dial, in order to work in Windows
2016-02-15 22:22:44 +05:30
Ady
b850c13dc5
Modify Dial timeout in test to 0 nano sec to make it pass in Windows
2016-02-15 21:40:13 +05:30
Chris H (CruftMaster)
e981e202b8
Updating CHANGELOG
2016-02-14 22:46:41 +00:00
Chris H (CruftMaster)
53cccd02be
Merge remote-tracking branch 'upstream/master' into conjoined-field-names-for-graphite-templates
2016-02-14 22:45:15 +00:00
Chris H (CruftMaster)
7de2c7f233
Switching to mixedCaps
2016-02-14 22:36:02 +00:00
Jon Seymour
ab702eb44a
doc: remove the implication that the wal directory is inside the shard directory.
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-15 05:33:22 +11:00
Jon Seymour
ed0a112f8e
doc: Add an Errata section intended to capture clarifications prior to full revisions of the text.
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-15 00:29:02 +11:00
Jon Seymour
5e563d53c1
doc: revise discussion about cache design
...
The description of the cache design was out of date - reflecting an older
design based on checkpoints and evictions. This revision updates the
design to describe snapshots and also clarify that if compaction performance
falls behind the inbound write rate then writes will fail.
Updates based in part of clarifications provided by Jason Wilder. See https://goo.gl/L7AzVu
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-15 00:29:02 +11:00
Jon Seymour
cdc7e28338
doc: rephrasing of how sets of SeriesIterators are generated.
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-15 00:29:02 +11:00
Jon Seymour
58d1b7223a
doc: refine TSM file system layout description
...
Minor improvements to phrasing to use the English word 'directory' and slight improvements to grammar.
2016-02-15 00:29:02 +11:00
Jon Seymour
285e0ad17a
doc: refine description of the conclusion of the compaction process.
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-15 00:29:02 +11:00
Jon Seymour
008af05f7b
doc: various grammar/word-choice improvements in TSM design document
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-15 00:29:02 +11:00
Jon Seymour
88598f78dc
doc: fix up some spelling errors/typos in .MD files
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-15 00:29:02 +11:00
Mark Rushakoff
e1af9fe596
Deregister diagnostics client in service.Close
...
The hinted handoff and graphite services called out
DeregisterDiagnosticsClient in the inlined Monitor interface but never
called it.
2016-02-13 15:04:05 -08:00
Mark Rushakoff
5a61bdad70
Move monitor.Diagnostics to its own package
...
I was trying to create a Diagnostics Client in the tsdb package, but
IIRC importing `monitor` caused an import cycle of:
tsdb -> monitor -> cluster -> tsdb.
Moving Diagnostics to its own package will allow further use of
diagnostics.Client without running into import cycles.
2016-02-13 14:56:15 -08:00
Ady
80a2874361
Merge branch 'master' of https://github.com/influxdata/influxdb into mvadu-patch-ErrDialTimeout
...
Accomodate name change from influxdb->influxdata
2016-02-13 23:01:01 +05:30
Jason Wilder
b45b2c99d1
Use ClusterTracing config to control meta handler logging
...
Meta HTTP commands are cluster level requests and were showing up in
the main log creating a lot of noise. Switch them to use the ClusterTracing
config option which is disabled by default.
2016-02-12 16:40:10 -07:00
Jason Wilder
2af618c2d7
Manage dependencies with gdm
...
Since we are pinned to go 1.4.3, we're using the same dependency
manager as telegraf to make builds more reproducible. We'll re-evaluate
vendoring when we can move off of 1.4.3.
2016-02-12 16:27:17 -07:00
Jason Wilder
8e100998fa
Merge pull request #5659 from influxdata/jw-vet
...
Fix go vet
2016-02-12 14:50:30 -07:00
Jonathan A. Sternberg
447db9d219
Merge pull request #5641 from jsternberg/js-fill-implicit-end
...
Pass the implicit end time from the query executor to the select call
2016-02-12 16:43:39 -05:00
Jonathan A. Sternberg
559a11d0ab
Pass the implicit end time from the query executor to the select call
...
The select call and the query executor would both calculate the time
range, but in separate ways. The query executor needed some way to pass
in the implicit end time that is placed there by the query executor.
Fixes #5636 .
2016-02-12 16:03:24 -05:00
Jason Wilder
24dd5ef0ee
Fix go vet
2016-02-12 13:55:41 -07:00
Ross McDonald
f1a5201e67
Condensed check for version header into one line.
2016-02-12 14:32:07 -06:00
Jonathan A. Sternberg
c267e1eb5a
Merge pull request #5652 from influxdata/js-5640-derivative-iterator
...
Support derivative() call for integer fields in the new query engine
2016-02-12 14:59:35 -05:00
Jason Wilder
ef571fc104
Merge pull request #5602 from influxdata/cluster-startup
...
Simplify cluster startup for scripting and deployment
2016-02-12 12:23:40 -07:00
Jason Wilder
cd568548fd
Fix race in peerStore
2016-02-12 12:06:23 -07:00
Jack Zampolin
30a31d3acf
Merge pull request #5654 from influxdata/jz-delete-from
...
Remove DELETE FROM from query spec
2016-02-12 10:47:57 -08:00
Cory LaNou
7ad31fa6ab
address pr feedback
2016-02-12 11:35:20 -07:00
Jason Wilder
ddcfac7e8e
Remove peers.json
...
No longer needed now that peers are pull from the meta nodes.
2016-02-12 11:35:20 -07:00
Cory LaNou
1b25c0cb80
ask for a free port immediatly before using to prevent it being returned to the available pool
2016-02-12 11:35:19 -07:00
Cory LaNou
52077b2dfc
fix race condition
2016-02-12 11:35:19 -07:00
Cory LaNou
e9a2c33556
give less time to lose lease on random port for test
2016-02-12 11:35:19 -07:00
Cory LaNou
df5d587105
make meta test suite less racy
2016-02-12 11:35:19 -07:00
Cory LaNou
360f40561e
misc fixes and changelog
2016-02-12 11:35:19 -07:00
Cory LaNou
92e8516660
specify raft bind address with real random ports
2016-02-12 11:35:19 -07:00
Cory LaNou
7e62201793
specify bind address meta test
2016-02-12 11:35:19 -07:00
Cory LaNou
b17293f75c
fix data race
2016-02-12 11:35:19 -07:00