Commit Graph

4256 Commits (4ad4ce314082aec7592ab766a166346f23048f2b)

Author SHA1 Message Date
Philip O'Toole bf3aa528b0 Allow parsing of * for GROUP BY 2015-02-23 19:07:01 -08:00
Philip O'Toole 2647e79e2a Add failing test of wildcard GROUP BY 2015-02-23 19:07:01 -08:00
Philip O'Toole 149015a93c Remove field value count when writing to disk
Fixes issue #1636
2015-02-23 18:58:15 -08:00
Philip O'Toole 86b91ead94 "SHOW TAG VALUES" now outputs series per tag key
This change tightens up the type used for "Series" so the pre-existing
sort method can be used.
2015-02-23 17:15:55 -08:00
Todd Persen e8ea78391c Update admin interface. 2015-02-23 16:20:40 -08:00
Todd Persen 5cf40e9732 Merge pull request #1701 from influxdb/single-node-heartbeat
Add small delay for single node heartbeat.
2015-02-23 15:29:32 -08:00
Ben Johnson 9dd299fe80 Add small delay for single node heartbeat.
This commit adds a small 10ms delay to the heartbeat when there is only
one node in the cluster. This code needs a larger fix to avoid heartbeats
with a single node cluster but this should work well in the short term.
2015-02-23 16:18:19 -07:00
Philip O'Toole fa1f6d1d70 Merge pull request #1700 from influxdb/vlaues_to_fields
Rename "Values" to "Fields" for writes
2015-02-23 15:14:14 -08:00
Philip O'Toole 2f0fe901e3 Rename "Values" to "Fields" for writes 2015-02-23 15:06:56 -08:00
Todd Persen 2cc23d3c66 Merge pull request #1529 from influxdb/stats-reporting
Bring back stats reporting.
2015-02-23 12:57:49 -08:00
Todd Persen f8400a8c97 Merge pull request #1699 from influxdb/profiling
Add profiling to influxd
2015-02-23 12:53:34 -08:00
Todd Persen f647cdc031 Add read locking and inline data collection. 2015-02-23 12:37:17 -08:00
Ben Johnson d6358b1764 Add profiling to influxd.
This commit adds -cpuprofile and -memprofile to influxd.
2015-02-23 13:27:51 -07:00
Cory LaNou 146bbd008b Merge pull request #1694 from influxdb/deleteDatabase-to-dropDatabase
Change delete to drop for [dD]ropDatabase
2015-02-23 13:19:41 -07:00
Cory LaNou 8e086a447b Change delete to drop for [dD]ropDatabase 2015-02-23 13:14:18 -07:00
Cory LaNou 1a7f0681b0 Merge pull request #1693 from influxdb/speed-up-integration-testing
Make integration tests faster
2015-02-23 13:07:57 -07:00
Todd Persen 20a5d0b932 Rename ids for clarity. 2015-02-23 10:42:39 -08:00
Todd Persen c059e21974 Also track number of databases. 2015-02-23 10:42:39 -08:00
Todd Persen 20e7f2a750 Some small cleanups. 2015-02-23 10:42:39 -08:00
Todd Persen e45611cde3 Pull in cluster ID for reporting. 2015-02-23 10:42:39 -08:00
Todd Persen ddf1332ff8 Add reporting of series and measurement counts 2015-02-23 10:42:39 -08:00
Todd Persen ff1c61c5c1 Only report if ReportingDisabled is set to false. 2015-02-23 10:42:39 -08:00
Todd Persen 2ac2538ed3 Don't block for stats reporting. 2015-02-23 10:42:39 -08:00
Todd Persen c366fcbbf6 Update stats reporting to just POST for now. 2015-02-23 10:42:38 -08:00
Cory LaNou 7d931ad585 make integration tests faster 2015-02-23 11:01:21 -07:00
Philip O'Toole 6412ed86f9 Merge pull request #1687 from influxdb/row_to_series
Change "Rows" to "Series" in API output
2015-02-22 21:26:32 -08:00
Philip O'Toole 3e727ac01e Change "Rows" to "Series" in API output 2015-02-22 21:21:49 -08:00
Philip O'Toole cc32f08019 Merge pull request #1682 from influxdb/move_raft_commands
Move Raft command types to own file
2015-02-22 12:01:11 -08:00
Philip O'Toole 9ab1221a35 Move Raft command types to own file
server.go is getting long, so start breaking it up a little.
2015-02-22 11:50:43 -08:00
Cory LaNou 3c512b1a6c Merge pull request #1629 from influxdb/wire-up-drop-series
Wire up drop series parsing
2015-02-21 22:35:24 -07:00
Cory LaNou 0f42be34bd check that the store exists 2015-02-21 22:32:07 -07:00
Cory LaNou c8afd6242a deleteing a key that does not exist is ok 2015-02-21 22:29:37 -07:00
Cory LaNou 8637a10b6a start with seriesByMeasurement 2015-02-21 22:18:25 -07:00
Cory LaNou 29910c3c99 better transaction batching for drop series 2015-02-21 21:48:18 -07:00
Cory LaNou 113fcea9c8 no need to cursor 2015-02-21 21:37:30 -07:00
Cory LaNou d059b3e2da update test name 2015-02-21 21:20:28 -07:00
Cory LaNou 3e94c14ef2 no need to resort 2015-02-21 21:15:14 -07:00
Cory LaNou 63b6719e39 better basic drop series test 2015-02-21 20:21:02 -07:00
Cory LaNou d5ac049812 remove bogus method 2015-02-21 20:20:36 -07:00
Cory LaNou b53d02fc05 delete correct map 2015-02-21 20:20:16 -07:00
Cory LaNou da10fa8e80 in depth drop series test 2015-02-21 20:06:58 -07:00
Cory LaNou d35e2a92b1 locking is now done in process messages 2015-02-21 19:14:00 -07:00
Cory LaNou c575ee9a04 fixing a fat fingering rebase 2015-02-21 19:13:01 -07:00
Cory LaNou 7d74ccac6a addressing nit 2015-02-21 17:21:27 -07:00
Cory LaNou 5df9726c3b fix deleting from crazy map 2015-02-21 17:21:27 -07:00
Cory LaNou 2752ada587 moving more responsibility to database.dropSeries 2015-02-21 17:21:27 -07:00
Cory LaNou 6114c8138e refactoring drop series 2015-02-21 17:21:27 -07:00
David Norton 61352f78b6 pass all series IDs to Server.DropSeries at once 2015-02-21 17:18:50 -07:00
David Norton 9a6e29ece8 collect all series IDs then unlock 2015-02-21 17:18:50 -07:00
Cory LaNou 5ab3731159 delete -> drop for series naming 2015-02-21 17:18:50 -07:00