Commit Graph

4383 Commits (7717b11e6bd710d37053ad70f23b21b4b76da835)

Author SHA1 Message Date
Philip O'Toole 6ca09c40bb Merge pull request #1921 from influxdb/int_timestamp_0_select
Integration-test precision timestamps
2015-03-11 12:59:19 -07:00
Philip O'Toole 4e876a3106 Integration-test precision timestamps 2015-03-11 12:57:19 -07:00
Philip O'Toole 403b05abae Merge pull request #1914 from Mosibi/master
typo: prototcol should be protocol
2015-03-11 10:57:44 -07:00
Philip O'Toole f10b6f1dc3 Fix typo in CHANGELOG 2015-03-11 09:44:20 -07:00
Cory LaNou 3070b01ccc Add #1906 to changelog. 2015-03-11 10:43:08 -06:00
Philip O'Toole 30929426cf Merge pull request #1919 from influxdb/allow_inf_with_min
Integration test retention policy control
2015-03-11 09:40:15 -07:00
Cory LaNou 982e59a416 Merge pull request #1906 from influxdb/show-servers
Add show servers to query language
2015-03-11 10:38:11 -06:00
Philip O'Toole 184f67b857 Integration test retention policy control 2015-03-11 09:36:33 -07:00
Philip O'Toole f76d794d88 Merge pull request #1917 from influxdb/rp-1-hour-min-inf
Creating Infinite Retention Policy Failed
2015-03-11 09:35:29 -07:00
Cory LaNou f268b3f2dc update changelog 2015-03-11 10:19:34 -06:00
Cory LaNou f6121a9b63 fixing edge case for infinite retention policy 2015-03-11 10:14:53 -06:00
Richard Arends 2948d6f464 typo: prototcol should be protocol 2015-03-11 13:05:14 +01:00
Cory LaNou 5e65a07b31 retrieve list of data nodes 2015-03-10 15:47:34 -06:00
Cory LaNou de1defc528 add SHOW SERVERS to query language 2015-03-10 13:46:05 -06:00
Cory LaNou bb350211e9 Merge pull request #1902 from influxdb/rp-1hour-min
Enforce retention policy minimum (currently 1 hour)
2015-03-10 13:20:28 -06:00
Cory LaNou 410e357b1b spelling 2015-03-10 12:38:31 -06:00
Cory LaNou db067b6a2d move constant 2015-03-10 12:24:26 -06:00
Cory LaNou 5455a31430 update changelog 2015-03-10 10:57:17 -06:00
Cory LaNou a203e3cf92 add test for alter retention policy 2015-03-10 10:55:08 -06:00
Cory LaNou 91487cc8dd update comment 2015-03-10 10:52:23 -06:00
Cory LaNou b8fb723967 Enforce retention policy minimum (currently 1 hour) 2015-03-10 10:49:54 -06:00
Todd Persen 031ea1d2d3 Merge pull request #1900 from influxdb/update-limit-and-offset
Update LIMIT/OFFSET and SLIMIT/SOFFSET
2015-03-09 20:14:54 -07:00
Paul Dix 0063dd16ab Update CHANGELOG.md 2015-03-09 20:13:28 -07:00
Paul Dix 1a545a1cc0 Update Slimit and Soffset to SLimit and SOffset 2015-03-09 20:09:47 -07:00
Paul Dix a12f028de4 Wire up limit and offset per series.
Fixes #1709 and fixes #1103
2015-03-09 19:17:03 -07:00
Cory LaNou 436d20fec1 Merge pull request #1897 from influxdb/proactively-create-shard-groups
Pre-create shard groups
2015-03-09 20:03:12 -06:00
Cory LaNou 0d634c0266 update changelog 2015-03-09 19:57:12 -06:00
Paul Dix 8d2abc5c86 Add Slimit and Soffset. Update tests and behavior to use those. 2015-03-09 18:46:05 -07:00
Paul Dix 0f98a605e2 Merge pull request #1600 from influxdb/fix-raw-ordering
Query engine rewrite
2015-03-09 18:32:55 -07:00
Cory LaNou 35bcd4849f fix comment. note: cut and paste is the enemy 2015-03-09 18:58:46 -06:00
Cory LaNou 686d6b9bfe split is now dynamically calculated 2015-03-09 18:58:31 -06:00
Cory LaNou c150a8c8bc run all create shards groups through same methods 2015-03-09 18:54:37 -06:00
Paul Dix cf060e064a Fix build error after merge 2015-03-09 17:25:02 -07:00
Paul Dix 233678e831 Merge pull request #1899 from influxdb/fix-raw-ordering-parser
influxql: change 2 methods to funcs
2015-03-09 17:14:49 -07:00
Paul Dix acb75b9967 Merge pull request #1892 from influxdb/fix-raw-ordering-filters
avoid unnecessary call to walkWhereForSeriesIds
2015-03-09 17:14:02 -07:00
Cory LaNou 7495e6eb1c fix comments, some renaming, adding rlock 2015-03-09 18:05:39 -06:00
David Norton a032d77fa9 influxql: make walkFunctionCalls a func not method 2015-03-09 20:03:49 -04:00
David Norton 759838b5a0 influxql: make walkNames a func instead of a method 2015-03-09 19:59:03 -04:00
Cory LaNou b6e7210f47 close channel 2015-03-09 17:36:50 -06:00
Paul Dix 3628fbe7cd Updates based on PR feedback 2015-03-09 16:32:55 -07:00
Cory LaNou 67f03ef26b Pre-create shard groups
1) Pre create shard groups

2) Calculate and save the ShardGroupDuration for Retention Policies. This should never change even if they alter a retention policy in the future
2015-03-09 17:30:17 -06:00
Philip O'Toole 41747a119c Retention policies are now auto-created 2015-03-09 16:27:50 -07:00
Philip O'Toole abf664c18d Merge pull request #1895 from influxdb/create_default_rp
Create retention policy by default
2015-03-09 16:26:41 -07:00
Philip O'Toole 88daea22a4 Update changelog 2015-03-09 16:24:06 -07:00
Philip O'Toole 0422977675 Retention policy auto-create in sample config 2015-03-09 16:24:06 -07:00
Philip O'Toole 95040c2cec Test auto-create of retention policy 2015-03-09 16:24:06 -07:00
Philip O'Toole f72313edd9 Support retention policy auto-creation 2015-03-09 16:24:03 -07:00
Paul Dix b173e6a380 Fix bug with where clauses on tags, time, and fields 2015-03-09 16:00:20 -07:00
Philip O'Toole f6d1a00e23 Merge pull request #1883 from influxdb/retention_crash
RLock Server when checking retention policies
2015-03-09 15:52:34 -07:00
Philip O'Toole 5a796afcda Merge pull request #1894 from influxdb/minor_int_fixes
Use template DB and RP variables
2015-03-09 15:14:17 -07:00