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
Cory LaNou
6efa090ddb
Merge pull request #1893 from influxdb/update-client-write
...
Update client write
2015-03-09 16:13:39 -06:00
Philip O'Toole
4ad4ce3140
Use template DB and RP variables
2015-03-09 15:12:24 -07:00
Ben Johnson
5f5c6ca297
Integrate stateless messaging into influxdb package.
2015-03-09 15:47:41 -06:00
Cory LaNou
e11262c398
Merge pull request #1881 from influxdb/client-readme
...
Client readme
2015-03-09 14:50:37 -06:00
Philip O'Toole
560573feb8
Merge pull request #1889 from influxdb/two_event_test
...
Add better test of string field WHERE
2015-03-09 13:07:53 -07:00
David Norton
de852c8e63
avoid unnecessary call to walkWhereForSeriesIds
2015-03-09 15:49:13 -04:00
Cory LaNou
18f159ae16
point to godoc
2015-03-09 13:07:50 -06:00
Ben Johnson
713ca4b831
Merge branch 'master' into stateless-broker
...
Conflicts:
messaging/broker.go
2015-03-09 12:27:14 -06:00
Paul Dix
744e6a2aec
Merge branch 'master' into fix-raw-ordering
2015-03-09 11:18:35 -07:00
Paul Dix
08ecaabc16
Fix decodes on multiple fields. Remove debug info. Update tests to match new query engine output.
2015-03-09 11:17:36 -07:00
Philip O'Toole
45d8642189
Add better test of string field WHERE
2015-03-09 11:15:04 -07:00
Philip O'Toole
62e8fa0c72
Update changelog
2015-03-09 10:58:36 -07:00
Philip O'Toole
1db4851e49
RLock Server when checking retention policies
2015-03-09 10:56:59 -07:00
Cory LaNou
d6d21b2118
need spell checker
2015-03-09 10:49:31 -06:00
Cory LaNou
8570494552
update CHANGELOG.md
2015-03-09 10:47:57 -06:00
Cory LaNou
3172f31416
version is a lie for the client library
2015-03-09 09:51:47 -06:00
Philip O'Toole
c714f147e8
Merge pull request #1875 from influxdb/raft_log_trace
...
Support control of Raft debug logging
2015-03-09 08:31:06 -07:00
Cory LaNou
abb96535dd
remove more indenting
2015-03-09 09:08:15 -06:00
Cory LaNou
b31ecd89ea
remove indents from readme
2015-03-09 09:08:15 -06:00
Cory LaNou
6afa4fb083
update test to expect a default user agent
2015-03-09 09:08:14 -06:00
Cory LaNou
f1d7b3e200
first pass at documenting library
2015-03-09 09:08:14 -06:00
Cory LaNou
c52210d9a5
fix signature and add comment
2015-03-09 09:08:14 -06:00
Cory LaNou
97dc11c96d
more documenting. starting to update readme.
2015-03-09 09:08:14 -06:00
Cory LaNou
2b4f155407
return no results if successful. update tests. add comments
2015-03-09 09:08:14 -06:00
Cory LaNou
7c926a9934
default and send user agent
2015-03-09 09:08:14 -06:00
Cory LaNou
278c652d6f
send credentials if provided
2015-03-09 09:08:14 -06:00
Cory LaNou
71ec2bbf2b
Merge pull request #1868 from influxdb/update-client-write
...
Use BatchPoints for writing from client library
2015-03-09 09:06:46 -06:00
Philip O'Toole
d802829946
Review feedback
2015-03-07 22:55:23 -08:00