Commit Graph

336 Commits (97746c9614ce807d69e1cf5bf577af37f5b5efa6)

Author SHA1 Message Date
John Shahid 922c90719c Update the changelog 2014-10-21 18:26:00 -04:00
Todd Persen f16f4b6639 Querying for data outside of existing shards should return an empty response.
Fix #1004. Close #1023
2014-10-14 12:59:47 -04:00
John Shahid da4f56fbbb Don't use the same server id more than once
Fix #972
2014-10-07 18:32:14 -04:00
John Shahid f2a85f2b03 Set the ulimit in the init script with a way to override the limit
Fix #916
2014-10-07 13:27:24 -04:00
John Shahid c059ec5883 Add an install target to the Makefile
Fix #722
2014-10-07 13:27:24 -04:00
John Shahid e5c9fb7917 update the changelog 2014-10-06 17:36:37 -04:00
John Shahid 0ca44c906d Merge branch '0.8'
Conflicts:
	api/http/api.go
	cluster/cluster_configuration.go
	cluster/cluster_configuration_test.go
	coordinator/coordinator.go
	engine/aggregator_operators.go
	engine/common_merge_engine.go
	integration/data_test.go
	parser/parser.go
2014-09-24 18:55:19 -04:00
John Shahid b1a9c450b8 update changelog 2014-09-24 18:06:03 -04:00
Paul Dix ba7cf48dde Update CHANGELOG.md 2014-09-11 12:45:18 -04:00
Paul Dix 88e46b9785 Update CHANGELOG.md 2014-09-08 13:52:23 -04:00
John Shahid 3c9b39ce01 Return an error if an invalid column is used to filter after a join
Fix #652
2014-09-04 12:35:07 -04:00
John Shahid d631acd525 Merge pull request #902 from malthe/add-syslog-handler
Add support for "syslog" logging
2014-09-04 12:09:53 -04:00
Malthe Borch 8b369aed2b Add support for "syslog" logging 2014-09-03 21:41:56 +02:00
John Shahid 0229ba2e10 Update the changelog 2014-09-03 13:22:56 -04:00
John Shahid 262d116c05 Fix the changelog 2014-08-25 15:34:56 -04:00
Paul Dix 2f843af40f Update CHANGELOG.md 2014-08-22 13:45:53 -04:00
Todd Persen f50b2e31cd Add admin assets fix to CHANGELOG. 2014-08-19 14:52:46 -04:00
Paul Dix aa4f2363b0 Update CHANGELOG.md 2014-08-15 16:13:32 -04:00
Paul Dix 14ca73ef68 Update CHANGELOG.md 2014-08-15 16:11:18 -04:00
Paul Dix 3fcad1dc34 Update CHANGELOG.md 2014-08-15 16:09:42 -04:00
Paul Dix 22d02b734d Update CHANGELOG.md 2014-08-06 16:38:56 -04:00
John Shahid e74b941c76 add rc5 to the changelog 2014-08-04 15:00:43 -04:00
Paul Dix eaaa3228bf Update CHANGELOG.md
Mark 0.8.0-rc.4 released.
2014-07-30 14:37:16 -04:00
John Shahid 72fccdab6f Don't emit non existent fields when joining
Points in the joined series should have either the columns of the left
side or the columns of the right side of the join. Before this patch
join relied on merge to order the points of the two series and then join
consecutive points together. The merge emitted the union of the columns
of the two series, which caused the joined series to always have the
union of two series. This combined with the fact that the point's values
weren't adjusted to have nulls for the missing columns caused panic when
any operation is done on the points, e.g. addition.

Fix #740, Fix #781
2014-07-30 14:06:47 -04:00
John Shahid d18359a716 update the changelog 2014-07-28 14:44:36 -04:00
John Shahid c02cff22c5 Fix some bugs with retention policy of shard spaces
This commit fixes two bugs:

Don't try to parse "inf" retention policy when creating a shard
space. This caused a panic to be thrown when a shard space is created
with infinity. Fix #774

`getExpiredShards()` used shard duration to determine which shards are
expired but should be using shard retention duration instead. Close #769
2014-07-22 10:55:39 -04:00
John Shahid 3b710fdc10 update the changelog 2014-07-21 17:42:07 -04:00
John Shahid 5e1b7ea357 update the changelog 2014-07-17 13:50:05 -04:00
John Shahid 6c5870e187 update the changelog 2014-07-15 15:38:52 -04:00
John Shahid febd8cd8b1 update the changelog
[skip ci]
2014-07-15 11:40:57 -04:00
Paul Dix 510b5580e1 Update CHANGELOG.md 2014-07-15 10:15:58 -04:00
Paul Dix 25c1097b93 Update CHANGELOG.md 2014-07-14 19:36:02 -04:00
Paul Dix ecb42f8607 Update CHANGELOG.md 2014-07-14 19:31:35 -04:00
Paul Dix e798e2b9b5 Update CHANGELOG.md 2014-07-14 18:30:11 -04:00
John Shahid c6c97ec757 update the changelog
[skip ci]
2014-07-11 15:28:50 -04:00
John Shahid 5b9068ad05 Support milliseconds duration using `ms` prefix
Fix #255.
2014-07-11 14:33:14 -04:00
John Shahid 0b6371e431 Writes to non replicated shards shouldn't be buffered or use the WAL
Currently all writes (unless synchronous) have to go through the write
buffer and the WAL in order to guarantee proper replication. This commit
changes the behavior for shards that aren't replicated.

Fix #734.
2014-07-11 13:52:18 -04:00
John Shahid 3fb936f43a Graphite plugin should work with payload that are whitespace delimited
Previously the graphite plugin required payloads to be space delimited
and didn't like tabs. This commit breaks the payload using any
whitespace delimiter. Fix #707.
2014-07-11 12:09:22 -04:00
John Shahid 0243d788f2 Update the changelog
[skip ci]
2014-07-11 12:04:53 -04:00
John Shahid dfaea578c2 update the changelog
[skip ci]
2014-07-10 18:24:05 -04:00
John Shahid 3fe0444f5c Update the change log
[skip ci]
2014-07-08 08:41:53 -04:00
John Shahid 5a3ea36b65 update the changelog 2014-06-23 12:48:12 -04:00
John Shahid 19c4dd181b update the changelog
[skip ci]
2014-06-18 15:42:38 -04:00
Philip O'Toole c89f03d751 Close #643. Support pretty-print of JSON via HTTP API 2014-06-18 12:06:10 -04:00
John Shahid 2408ac86e6 update the changelog
[skip ci]
2014-06-16 14:51:32 -04:00
Paul Dix 216a3eb21d Update CHANGELOG.md 2014-06-13 18:03:52 -04:00
Paul Dix d2999d08eb Update CHANGELOG.md 2014-06-13 18:02:16 -04:00
John Shahid 06b8743145 Update CHANGELOG.md 2014-06-13 17:54:53 -04:00
John Shahid 21bb706878 Update the changelog 2014-06-13 16:31:28 -04:00
John Shahid 63c2be704d update the changelog
[skip ci]
2014-05-30 20:04:36 -04:00
John Shahid 527517b724 update the changelog
[skip ci]
2014-05-30 19:12:24 -04:00
John Shahid 7c753e671e update the changelog 2014-05-30 18:51:32 -04:00
Paul Dix e43d07bc05 Update CHANGELOG.md 2014-05-30 15:20:07 -04:00
Paul Dix d36bc7e560 Update CHANGELOG.md 2014-05-29 19:22:52 -04:00
John Shahid 07891d46a3 Update the changelog 2014-05-29 18:54:20 -04:00
John Shahid 18e2e5e6b6 Fix #597. Force compaction after deleting data 2014-05-29 18:05:38 -04:00
John Shahid a047866420 Fix #579. Reject writes to nonexistent databases 2014-05-29 16:42:37 -04:00
Tony Pitale 90e9af040e Close #591. Add support for multiple UDP + JSON input plugins
Support comes by way of [[input_plugins.udp_servers]] in config.
A single port will map to a single database.
2014-05-29 15:40:46 -04:00
Paul Dix 5131d4801e Update CHANGELOG.md 2014-05-29 14:40:45 -04:00
John Shahid 9598b61e4c update the changelog 2014-05-28 17:49:53 -04:00
Bruno Binet 4e1006288b Close #476. update makefile to add support for arm builds 2014-05-23 20:46:11 -04:00
John Shahid 696d61d534 prepare for a release 2014-05-23 19:18:33 -04:00
John Shahid 2dbbbc62e9 update the changelog 2014-05-23 18:59:48 -04:00
John Shahid dd267305d6 Fix #502. Fix a race condition in assigning id to db+series+field 2014-05-23 18:54:06 -04:00
John Shahid ba0250cf70 give credit to @peekeri 2014-05-23 15:30:53 -04:00
Jari Sukanen bf2c1c670d Close #567. Fix #112. parser: allow select from multiple series
Adjust parser to understand queries like 'SELECT * FROM series1, series2, ...'.
It seems that selecting from multiple series was supported everywhere else, but
parser just could not understand the syntax.
2014-05-23 15:25:58 -04:00
John Shahid 775e849b2f update the changelog 2014-05-23 15:17:35 -04:00
Mladen Srdic 83cfec100d Close #443. Use `name` instead of `username` in /cluster_admins
Listing cluster admins still returns a list where a 'username' field is used instead of 'user' field. This fix should not affect anything else than that presentation.
2014-05-21 16:30:04 -04:00
John Shahid 0914e8e25d Fix #565. Make sure empty series names don't cause a panic 2014-05-21 14:33:59 -04:00
John Shahid 953137a77d Fix #537. Incorrect query syntax shouldn't causes internal error 2014-05-21 14:33:59 -04:00
John Shahid e6c828f4e7 fix a typo in the changelog and add udp to the graphite docs 2014-05-21 12:11:49 -04:00
John Shahid c42d8dccb5 Fix #563. Add sample config for graphite over upd 2014-05-21 12:04:10 -04:00
Shuhei Tanuma b0f99d0fbb Close #561. Fix missing query string in parser errors 2014-05-21 12:01:29 -04:00
John Shahid 062de961c9 Fix #524. Arithmetic operator and where conditions don't play nice 2014-05-20 16:20:21 -04:00
John Shahid 890f291f28 Fix #550. Fix tests on 32-bit ARM 2014-05-20 15:20:21 -04:00
Matthijs Boelstra 9a06ec4031 Close #547. Add difference function 2014-05-20 14:43:22 -04:00
John Shahid 86a80f7a09 fix the style of the changelog 2014-05-20 14:35:41 -04:00
John Shahid af98ecaf27 Fix #529. Don't run influxdb as root 2014-05-20 14:22:26 -04:00
John Shahid 9c8204b64d Fix #460. Don't start influxdb automatically after installing from pkg 2014-05-20 14:22:25 -04:00
John Shahid b6a5a10912 Fix #557. Using group by time(1y) doesn't work while time(365d) is fine 2014-05-20 13:15:24 -04:00
John Shahid a64ee2ae1a update the changelog 2014-05-19 20:41:45 -04:00
John Shahid 39e659cfc2 update the changelog 2014-05-19 15:31:44 -04:00
Paul Dix a4ece2a897 Update CHANGELOG.md 2014-05-16 17:58:27 -04:00
Paul Dix 0744a292e2 Update CHANGELOG.md 2014-05-16 17:47:47 -04:00
John Shahid d593348283 Fix #489. Remove replication factor from CreateDatabase command 2014-05-15 14:41:45 -04:00
John Shahid 702bf3d7b5 update the changelog 2014-05-15 14:33:48 -04:00
John Shahid 645aac7006 update the changelog 2014-05-13 18:26:56 -04:00
John Shahid 2e0f6c1700 Fix #534. Create a new series when interpolating 2014-05-13 18:21:00 -04:00
John Shahid 3479a7a0b5 Fix #520. Print influxdb's version in the log 2014-05-13 17:00:20 -04:00
John Shahid b2f229ef09 update the changelog 2014-05-13 16:49:37 -04:00
John Shahid c3ab1bc0a5 add a shout out in the changelog 2014-05-13 16:15:06 -04:00
Stefan Majer 51306db3c9 Close #505. Expose the version in the response headers 2014-05-13 16:14:41 -04:00
John Shahid 1ea96952db Fix #536. New nodes should add old shards without panicing 2014-05-13 15:58:49 -04:00
John Shahid 04256a8426 Revert "Fix #526. New nodes should add old shards without panicing"
This reverts commit ac98817a55.
2014-05-13 15:58:32 -04:00
John Shahid ac98817a55 Fix #526. New nodes should add old shards without panicing 2014-05-13 15:56:30 -04:00
John Shahid 2b61feea26 Fix #538. Don't panic when the same series is written with different columns 2014-05-13 15:45:12 -04:00
Paul Dix 4d6d7ff23d Update CHANGELOG.md 2014-05-13 15:24:41 -04:00
John Shahid 3984a1c4b5 Fix #532. Don't log graphite connection EOF as an error 2014-05-12 15:18:03 -04:00
John Shahid 4a1f0becd3 Fix #516. Close WAL log/index files if they aren't needed anymore 2014-05-12 15:08:31 -04:00
Todd Persen d8348ea927 Update CHANGELOG for v0.6.2. 2014-05-09 13:13:11 -04:00