Philip O'Toole
a540780543
Remove leading whitespace in example config
2015-04-03 16:48:23 -07:00
Todd Persen
82bf75c691
Merge pull request #2150 from runner-mei/connection_refused
...
Make InfluxDB win32 friendly, fix unit test is failed on the windows and it is for connection refused.
2015-04-03 16:31:51 -07:00
Todd Persen
62f3c5c97d
Merge pull request #2149 from runner-mei/dir_is_not_exists
...
Make InfluxDB win32 friendly, fix unit test is failed on the windows and it is for directory isn't exists.
2015-04-03 16:31:39 -07:00
Philip O'Toole
864310d4ec
Minor typo in CHANGELOG
2015-04-03 16:07:14 -07:00
Philip O'Toole
c120f18311
Merge pull request #2165 from influxdb/stats_to_monintoring
...
Configuration changes for self-monitoring
2015-04-03 14:55:12 -07:00
Philip O'Toole
84d590ce44
Monitoring database should not be configurable
2015-04-03 14:40:36 -07:00
Philip O'Toole
5df05d1256
It's for stats and diags, not just diags
2015-04-03 14:26:17 -07:00
Ben Johnson
93be4b08fa
Merge pull request #2164 from influxdb/append-log
...
Update init script to append STDERR to log.
2015-04-03 14:38:24 -06:00
Ben Johnson
9e134d5ee9
Update init script to append STDERR to log.
2015-04-03 14:27:27 -06:00
Philip O'Toole
f550010f20
Merge pull request #2163 from influxdb/default_config_file_path
...
Use /var/opt as default for storage
2015-04-03 13:07:56 -07:00
Philip O'Toole
9b4b5dd40a
Fix up paths for run and data
2015-04-03 12:52:37 -07:00
Philip O'Toole
60aef82f6a
Merge pull request #2160 from influxdb/OR_tags
...
Unit test OR tags
2015-04-03 11:55:14 -07:00
Philip O'Toole
a8559cc37d
Unit test OR tags
2015-04-03 11:41:16 -07:00
Mark Rushakoff
9bc39209da
Merge pull request #2156 from influxdb/fix-graphite-swallowed-error
...
Fix swallowed error in Graphite UDP server
2015-04-03 09:41:37 -07:00
Mark Rushakoff
eaf8d0697e
Update changelog
2015-04-03 09:35:05 -07:00
Cory LaNou
e0bdff245b
Merge pull request #2159 from influxdb/add-future-write-script
...
Add script to show how to query for future data
2015-04-03 10:48:37 -05:00
Cory LaNou
3854fdfb82
Add script to show how to query for future data
2015-04-03 10:33:40 -05:00
runner.mei
e129c53f64
fix unit test is failed on the windows
2015-04-03 13:50:28 +08:00
runner.mei
6a7cb61f6d
fix unit test is failed with connection refused on the win32
2015-04-03 13:48:52 +08:00
Mark Rushakoff
56c58eb215
Fix swallowed error
2015-04-02 19:01:19 -07:00
Philip O'Toole
f787755098
Merge pull request #2142 from influxdb/chunked-responses-2
...
Support chunked responses
2015-04-02 16:10:25 -07:00
Philip O'Toole
41c59dd6a2
Update CHANGELOG
2015-04-02 16:00:55 -07:00
Philip O'Toole
e1b9ddadfe
Work with new HTTP testing code
2015-04-02 16:00:55 -07:00
Philip O'Toole
e4cf36fe29
Combine values across mappers before emit
2015-04-02 16:00:52 -07:00
Philip O'Toole
8661155a7d
Fix bad merge with master
2015-04-02 15:22:27 -07:00
Paul Dix
f3dce09621
uncoment raw ordering test
2015-04-02 15:22:27 -07:00
Paul Dix
8ac561d25c
Handle json marshal errors
2015-04-02 15:22:27 -07:00
Paul Dix
c4b780d8b2
remove xxx before integration test
2015-04-02 15:22:27 -07:00
Paul Dix
6c46a5c83b
Add chunked responses and streaming of raw queries.
...
Refactored query engine to have different processing pipeline for raw queries. This enables queries that have a large offset to not keep everything in memory. It also makes it so that queries against raw data that have a limit will only p
rocess up to that limit and then bail out.
Raw data queries will only read up to a certain point in the map phase before yielding to the engine for further processing.
Fixes #2029 and fixes #2030
2015-04-02 15:22:27 -07:00
Paul Dix
b13385f9ab
Fix error after rebase
2015-04-02 15:22:27 -07:00
Paul Dix
332c42750b
Update server and handler to work with streamed responses
2015-04-02 15:22:27 -07:00
Ben Johnson
20c55bce85
Merge pull request #2151 from influxdb/ignore-metastore-replay
...
Ignore replayed commands on the metastore.
2015-04-02 14:51:20 -06:00
Ben Johnson
3d6d5f7dd7
Merge branch 'master' into ignore-metastore-replay
...
Conflicts:
CHANGELOG.md
2015-04-02 14:46:06 -06:00
Ben Johnson
c24f55b9ea
Ignore replayed commands on the metastore.
...
This commit changes the metastore to ignore any commands that are replayed
against it. This is typically handled by the messaging.Conn but there's no
sense in panicing in the metastore if a replayed message comes through.
2015-04-02 14:43:25 -06:00
Philip O'Toole
889694bf8c
Merge pull request #2153 from influxdb/two_point_test
...
Add two query unit tests
2015-04-02 11:46:30 -07:00
Philip O'Toole
7b720b6169
Unit-test two queries in a single request
2015-04-02 11:38:39 -07:00
Philip O'Toole
8a9f8d0eda
Add simple test that results in entries in values
2015-04-02 11:36:02 -07:00
Jason Wilder
ea7fe9b3d5
Merge pull request #2128 from influxdb/broker-discovery
...
Broker discovery
2015-04-02 12:28:35 -06:00
Jason Wilder
cf9e0b22d7
Add #2128 to CHANGELOG
2015-04-02 11:27:59 -06:00
Jason Wilder
64f6900ce2
Change 1000ms to 1s
2015-04-02 11:27:59 -06:00
Jason Wilder
91fb7e3756
Track data node urls on brokers
...
This sends data node urls via the broker heartbeat from each data
node. The urls are tracked on the broker to support simpler
cluster setup as well as distributed queries.
2015-04-02 11:27:53 -06:00
Jason Wilder
0af6d1006d
Move RestoreCommandTest to integration tests
2015-04-02 10:22:28 -06:00
Cory LaNou
734e57acb5
Merge pull request #2147 from influxdb/set-max-procs-better-location
...
Set Go Max procs in a better location
2015-04-02 10:42:50 -05:00
Cory LaNou
013e95e33c
Merge branch 'set-max-procs-better-location' of github.com:influxdb/influxdb into set-max-procs-better-location
2015-04-02 10:31:33 -05:00
Cory LaNou
8fa3571782
only need max procs for running
2015-04-02 10:27:35 -05:00
Cory LaNou
40a97d46f2
Update CHANGELOG.md
2015-04-02 10:05:39 -05:00
Cory LaNou
e7866d3600
Set Go Max procs in a better location
2015-04-02 09:33:09 -05:00
Todd Persen
bdd469db26
Update CHANGELOG.md
2015-04-01 21:11:43 -07:00
Cory LaNou
d29a77ea65
Merge pull request #2145 from influxdb/fix-toml-duration
...
Encode toml durations correctly
2015-04-01 21:00:50 -05:00
Cory LaNou
176e05eb9a
update changelog
2015-04-01 20:54:34 -05:00