Todd Persen
99cb11de49
Merge pull request #1997 from influxdb/fix-1997-include-tags-in-select-wildcard
...
Update SELECT * to return tag values
2015-05-25 23:35:14 -07:00
Todd Persen
6735963a6b
Reset test timeout.
2015-05-25 20:41:33 -07:00
Ben Johnson
79ce57ce30
Merge pull request #2654 from influxdb/meta
...
Implement meta.Store and meta.Data.
2015-05-25 16:32:15 -06:00
Ben Johnson
7258a9be3c
Implement meta.Store and meta.Data.
2015-05-25 16:28:58 -06:00
Paul Dix
82b4df7173
Merge pull request #2648 from influxdb/fix-2635
...
fix #2635 : Fix query against bool field in WHERE
2015-05-24 07:57:58 -04:00
Paul Dix
f861159e8e
Merge pull request #2646 from influxdb/shared-shard-index
...
Shared metadata index
2015-05-24 07:40:07 -04:00
Paul Dix
6c80108f63
Change Database to DatabaseIndex, remove leftover warn statement
2015-05-24 07:39:45 -04:00
David Norton
e4670cb934
fix #2635 : Fix query against bool field in WHERE
2015-05-24 05:00:59 -04:00
Chris Laws
6bb0dfdd21
Fixes typos in sample config file
2015-05-24 09:25:07 +09:30
Paul Dix
c3ab88a715
Make the metadata index shared across shards while keeping field types and encoding local to each shard.
2015-05-23 18:06:07 -04:00
Jason Wilder
e30e7f3c16
Fix broken merge
...
tcp client/server was added while Point was moved and converted
to an interface in two other PRs.
2015-05-22 22:23:01 -06:00
Jason Wilder
2a727dc8ce
Merge pull request #2641 from influxdb/jw-points
...
Convert Points to interface
2015-05-22 22:08:32 -06:00
Gabriel Taylor-Russ
d11b943f62
Corrected comments on server tests to better reflect test actions
2015-05-22 18:33:17 -07:00
Gabriel Taylor-Russ
9eb0ee9708
Merge branch 'master' into server_privilege_tests
2015-05-22 18:20:47 -07:00
Todd Persen
ea5d8e8eca
Fix `DROP SERIES` tests.
2015-05-22 16:34:11 -07:00
Todd Persen
84d11d15a7
Fix `TestHandler_serveWriteSeriesBatch` for `SELECT *`
2015-05-22 16:34:11 -07:00
Todd Persen
338c1acb38
Add tags to OpenTSDB `SELECT *` tests.
2015-05-22 16:34:01 -07:00
Cory LaNou
7a645698e2
Merge pull request #2632 from influxdb/tcp-client-server
...
first pass at tcp client/server with proto buffs
2015-05-22 16:21:32 -06:00
Cory LaNou
54bcc0d331
WriteShardRequest -> WriteShard
2015-05-22 16:19:29 -06:00
Jason Wilder
1076153a00
Convert Point to interface
...
Should be possible to replace the implementation with a more
optimized version now.
2015-05-22 15:39:55 -06:00
Cory LaNou
afbb6e28bb
test ErrBindAddressRequired
2015-05-22 15:33:37 -06:00
Cory LaNou
1098a8aea1
more refactoring
2015-05-22 15:28:22 -06:00
Jason Wilder
528f47e093
Convert Point.Fields to Point.Fields()
2015-05-22 15:22:03 -06:00
Jason Wilder
f8d599cda9
Convert Point.Tags to Point.Tags()
2015-05-22 15:12:34 -06:00
Cory LaNou
742b9de3c2
refactor writeShardRequest
2015-05-22 15:12:07 -06:00
Cory LaNou
cf02c342d9
make some methods private
2015-05-22 15:08:28 -06:00
Cory LaNou
888b2cbecb
clarify error comment
2015-05-22 15:01:27 -06:00
Jason Wilder
5dcab443dc
Move data.Point to tsdb.Point
2015-05-22 15:00:51 -06:00
Cory LaNou
e0f13cb44c
removing unused error
2015-05-22 14:58:34 -06:00
Todd Persen
ae6d82c8de
Fix AST test for `SELECT *` rewrite.
2015-05-22 13:56:11 -07:00
Cory LaNou
0b6f83871c
acking with proper success/error messages
2015-05-22 14:53:42 -06:00
Jason Wilder
d633d7683f
Convert Point.Name to Point.Name()
...
Hiding state behind interface.
2015-05-22 14:39:33 -06:00
Jason Wilder
997020963a
Convert Point.Time to Point.Time()
...
Make public state private so that Point can be converted to an
interface.
2015-05-22 14:39:15 -06:00
Todd Persen
fec08fc858
Include tags when doing a `SELECT *`.
2015-05-22 13:38:28 -07:00
Paul Dix
8ea9da2703
Merge pull request #2638 from influxdb/metadata-in-shard
...
Metadata in shard
2015-05-22 16:34:44 -04:00
Paul Dix
ae56dbb77a
Fix rebase issues.
2015-05-22 16:15:36 -04:00
Paul Dix
8f937cae87
Initial implementation for writing data to a shard.
2015-05-22 16:11:18 -04:00
Jason Wilder
a6ae533572
Allow coordinator to map points to multiple shards
...
Given a WritePointsRequest, MapShards will return a map
of shard ID to points. This map can then be used to write
each point to the respective shard owners.
2015-05-22 16:11:18 -04:00
David Norton
644fbdc1e8
fix #2564 : fix client package
2015-05-22 07:22:35 -04:00
Todd Persen
8ade485b58
Reset +x on package.sh
2015-05-21 17:50:46 -07:00
Todd Persen
5c567352b9
Revert changes to package.sh
2015-05-21 17:49:45 -07:00
David Norton
35b02fd8ec
fix #2564 : update CHANGELOG.md
2015-05-21 19:08:35 -04:00
David Norton
0fb4e14c44
fix #2564 : chg name to measurement in write JSON
2015-05-21 19:05:32 -04:00
Cory LaNou
7ae8c76ff4
unskip tests
2015-05-21 16:38:58 -06:00
Cory LaNou
02cbf09afd
first pass at tcp client/server with proto buffs
2015-05-21 16:26:20 -06:00
Todd Persen
a05c368c07
Update CHANGELOG.md for RC31
2015-05-21 14:45:59 -07:00
Philip O'Toole
be0d0738d7
Completely decouple "in order" testing
2015-05-21 13:17:39 -07:00
Todd Persen
37c47e36d5
Merge pull request #2624 from influxdb/fix-2563-remove-drop-series-id
...
Remove references to SeriesID in `DROP SERIES` handlers.
2015-05-21 13:14:29 -07:00
Todd Persen
0c4cb89d67
Expand sources.
2015-05-21 13:09:14 -07:00
Todd Persen
524710c279
Merge pull request #2620 from influxdb/fix-2531
...
fix #2531 : make WHERE with multiple OR terms work
2015-05-21 12:45:55 -07:00