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 |
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 |
Cory LaNou
|
697e9721dd
|
fixing rebase conflicts
|
2015-02-21 17:10:12 -07:00 |
Cory LaNou
|
0d6b7616de
|
accidentally lost this in my rebase
|
2015-02-21 17:10:11 -07:00 |
Cory LaNou
|
495cedb53b
|
move where we unlock
|
2015-02-21 17:10:11 -07:00 |
Cory LaNou
|
4948b62784
|
first working version of drop series. more testing to come
|
2015-02-21 17:10:11 -07:00 |
Cory LaNou
|
c2daa18aae
|
first test for dropping series
|
2015-02-21 17:10:11 -07:00 |
Cory LaNou
|
8306057179
|
actually drop shard data
|
2015-02-21 17:10:11 -07:00 |
Cory LaNou
|
6d5be3da25
|
wip. compiles now. tests next
|
2015-02-21 17:10:11 -07:00 |
Cory LaNou
|
7cfc2a5601
|
wip
|
2015-02-21 17:10:11 -07:00 |
Cory LaNou
|
6370a4ef2b
|
wip in progress for actually dropping the series data
|
2015-02-21 17:05:08 -07:00 |
Cory LaNou
|
27d7f45729
|
support drop series without from but with where
|
2015-02-21 17:05:08 -07:00 |
Cory LaNou
|
918c5c8ce9
|
one more err test condition for drop series
|
2015-02-21 17:05:08 -07:00 |
Cory LaNou
|
fd9c19ad9c
|
wire up drop series parsing
|
2015-02-21 17:05:08 -07:00 |
Philip O'Toole
|
77a07b6345
|
Merge pull request #1671 from influxdb/more_single_node_batching
Multi-batch write testing on a single-node
|
2015-02-21 15:21:18 -08:00 |
Philip O'Toole
|
491a6e1a4a
|
Fix single-node test names
|
2015-02-21 15:16:15 -08:00 |
Philip O'Toole
|
22f3b246cd
|
Multi-batch write testing on a single-node
|
2015-02-21 15:15:54 -08:00 |
Philip O'Toole
|
0fc9a31ed6
|
Merge pull request #1670 from influxdb/n_time_parsing
Add batch test of 3-node and 5-node clusters
|
2015-02-21 15:10:08 -08:00 |
Philip O'Toole
|
66fc561a10
|
Wait only 1 second after writes
Fix
6e93a52bf2
means data is read correctly by data nodes
|
2015-02-21 15:04:37 -08:00 |
Ben Johnson
|
7107d4b0ac
|
Start replica subscription from index zero.
|
2015-02-21 15:01:32 -08:00 |
Philip O'Toole
|
4e95b35295
|
Add batch test of 3-node and 5-node clusters
The wait time after the write had to be increased x3.
|
2015-02-21 15:01:32 -08:00 |
Ben Johnson
|
4e5b6e93ff
|
Merge pull request #1672 from influxdb/data-node-recovery
Add index tracking to metastore.
|
2015-02-21 15:34:54 -07:00 |
Ben Johnson
|
0be9a1f630
|
Merge pull request #1667 from influxdb/broker-recovery
Broker recovery
|
2015-02-21 15:31:13 -07:00 |
Ben Johnson
|
408cf37e5a
|
Fix broker reopen test, docs.
|
2015-02-21 15:25:11 -07:00 |
dgnorton
|
e9ac532fdb
|
Merge pull request #1659 from influxdb/wire-regex
Wire up regex queries
|
2015-02-21 17:23:28 -05:00 |