Commit Graph

6340 Commits (b55981f090025dc60135052173a7e42be10baa24)

Author SHA1 Message Date
Cory LaNou 709a7ffd06 add where clause integration tests, add support for int64 comparisons 2015-06-09 15:45:00 -05:00
Philip O'Toole 19dcebc730 Increase CircleCI timeout to 10 minutes
Working hypothesis is that race testing is on the edge with 5 minutes. We're going to 10 minutes, but if this still fails, it may be some other issue.
2015-06-09 12:40:11 -07:00
Philip O'Toole 691051b1e2 Merge pull request #2854 from influxdb/bump_raft_timeouts
Increase Raft timeouts during test
2015-06-09 12:34:38 -07:00
Philip O'Toole c455c374d1 Increase Raft timeouts during test
Previous timeouts may be too short for CI testing resources.
2015-06-09 12:32:16 -07:00
Philip O'Toole 21343e4e0f Don't panic when altering retention policy
Fixes issue #2846
2015-06-09 11:39:09 -07:00
Cory LaNou fb70737a14 Merge pull request #2830 from influxdb/multiple-field-types-select-panic
Server panics when querying from a database that results across shards and fields
2015-06-09 13:29:48 -05:00
Cory LaNou a43054adce add test for querying across shards and fields 2015-06-09 12:51:59 -05:00
Todd Persen f4c07d9d92 Add some section-level comments to the config. 2015-06-09 10:27:27 -07:00
Todd Persen f9188687de Clean up intervals and add graphite section. 2015-06-09 03:38:07 -07:00
dgnorton 1f8eb9d8c0 Merge pull request #2837 from influxdb/rehook-collectd-2814
fix #2814: hook collectd service back up
2015-06-09 00:57:02 -04:00
David Norton a38f3947de fix #2814: update CHANGELOG.md 2015-06-09 00:35:23 -04:00
David Norton fc0bbaf0d1 fix #2814: remove locking cruft from batcher 2015-06-09 00:34:46 -04:00
David Norton 939e02a900 fix #2814: return error instead of panic 2015-06-09 00:34:46 -04:00
David Norton 88a7774a80 fix #2814: remove unnecessary initialization 2015-06-09 00:34:46 -04:00
David Norton cef04db18f fix #2814: use toml.Duration where needed 2015-06-09 00:34:46 -04:00
David Norton 3b15a49f7c fix #2814: revert making batcher channels buffered 2015-06-09 00:34:46 -04:00
David Norton 2f03a07a32 fix #2814: move repetative test data to global var 2015-06-09 00:34:46 -04:00
David Norton d5f52333a1 fix #2814: hook collectd service back up 2015-06-09 00:34:46 -04:00
Ben Johnson 0bc20ec622 Merge pull request #2842 from benbjohnson/version
Move VersionCommand back to influxd
2015-06-08 22:30:49 -06:00
Ben Johnson 8c2278a646 Move VersionCommand back to influxd
This commit moves the command in cmd/influxd/version into the
cmd/influxd package so that the version and commit can be injected
via ldflags.
2015-06-08 22:25:38 -06:00
Philip O'Toole c6c4010601 Merge pull request #2829 from influxdb/reenable_graphite
Re-enable Graphite support
2015-06-08 20:48:14 -07:00
Philip O'Toole 4769d65f23 Final Graphite test code fixes 2015-06-08 20:39:56 -07:00
Philip O'Toole 9d628320c2 Rename test file to service_test.go 2015-06-08 20:39:42 -07:00
Philip O'Toole 4d01c8ad41 Add test of Graphite UDP input 2015-06-08 20:39:42 -07:00
Philip O'Toole cd038ccddb Add test of Graphite TCP input 2015-06-08 20:39:42 -07:00
Philip O'Toole 21aa28f901 Update CHANGELOG 2015-06-08 20:39:42 -07:00
Philip O'Toole b0d76913b0 Add new Service-style Graphite input support 2015-06-08 20:39:39 -07:00
Philip O'Toole 1f8b04729f Allow Graphite consistency control
Remove obsolete Graphite files
2015-06-08 20:00:05 -07:00
Philip O'Toole c1e093bc08 Add batching control to Graphite config 2015-06-08 20:00:05 -07:00
Philip O'Toole 120b64fee8 Actually unit-test Graphite configuration 2015-06-08 20:00:05 -07:00
Philip O'Toole e35c391a4a Merge pull request #2838 from influxdb/fix_default_retention
Set auto-created retetion period to infinity
2015-06-08 19:58:46 -07:00
Philip O'Toole 12ee3afc74 Update CHANGELOG 2015-06-08 19:49:08 -07:00
Philip O'Toole 4b94a00644 Set auto-created retetion period to infinity
Fix issue #2817
2015-06-08 19:47:37 -07:00
Jason Wilder c1c8c5f0ca Merge pull request #2835 from influxdb/jw-json-writes
Skip leading whitespace when detecting JSON writes without content-type
2015-06-08 17:49:44 -06:00
Ben Johnson a9657289c4 Merge pull request #2823 from benbjohnson/opentsdb
Convert OpenTSDB to service
2015-06-08 17:32:55 -06:00
Jason Wilder 07d1aac50f Fix comment in hinted handoff processor 2015-06-08 16:51:48 -06:00
Jason Wilder da9add7251 Merge pull request #2832 from influxdb/jw-hh
Process hinted handoff queues concurrently
2015-06-08 16:48:42 -06:00
Jason Wilder 48b98fea70 Skip leading whitespace when detecting JSON writes without content-type
Fixes #2834
2015-06-08 16:44:47 -06:00
Jason Wilder 5e515fbeda Don't log EOF as an error
It's expected when a client disconnects
2015-06-08 16:39:39 -06:00
Jason Wilder 8323d6aa9e Log when TCP clients connect/disconnect 2015-06-08 16:39:02 -06:00
Todd Persen f44f433c90 Create a valid default config for v0.9.0 2015-06-08 14:44:52 -07:00
Cory LaNou 8b08770aea Merge pull request #2831 from influxdb/integration-tests
Integration tests for Drop Database and More Tag Scenarios
2015-06-08 16:24:54 -05:00
Ben Johnson b688eccb77 Refactor OpenTSDB to a service
This commit converts the OpenTSDB endpoint into a service.
2015-06-08 15:12:16 -06:00
Jason Wilder ede254484d Process hinted handoff queues concurrently 2015-06-08 15:05:44 -06:00
Cory LaNou 393493fa98 more query tag tests 2015-06-08 14:58:55 -05:00
Cory LaNou 64b921580f enable database drop tests 2015-06-08 13:58:03 -05:00
Jason Wilder edc76b2503 Merge pull request #2825 from influxdb/jw-logging
Remote write fixes
2015-06-08 12:47:13 -06:00
Philip O'Toole b6654d8c98 Merge pull request #2824 from influxdb/add_missing_done
Add missing call to WaitGroup.Done()
2015-06-08 11:26:46 -07:00
Philip O'Toole 5e6d7fe833 Update CHANGELOG 2015-06-08 11:12:21 -07:00
Philip O'Toole cc03030b5e Add missing call to WaitGroup.Done()
Fix issue #2806
2015-06-08 11:10:02 -07:00