Philip O'Toole
b038afa049
Don't truncate topic data unless fully replicated
...
Fix issue #2521
2015-05-08 12:41:56 -07:00
Gabriel Taylor-Russ
44c0017fd8
Remove unused variable
...
Correct typo
2015-05-08 12:04:13 -07:00
Gabriel Taylor-Russ
c1c643d5f7
Add ShowContinuousQueriesTest
2015-05-08 12:00:37 -07:00
Ben Johnson
19ece442d8
Add meta.Store accessors.
2015-05-08 11:56:08 -06:00
Ben Johnson
1df7b0e6a2
Merge pull request #2492 from influxdb/metastore
...
Refactor meta data to separate package.
2015-05-08 11:53:37 -06:00
Ben Johnson
85e285623e
Refactor meta data to separate package.
...
This commit moves meta data from the influxdb.Server and extracts it
out to a new "meta" package. This package handles all strongly
consistent data in the database and maintains a small set of metadata
in-memory.
Conflicts:
meta/store.go
2015-05-08 11:52:05 -06:00
Jason Wilder
5fe2757e6e
Merge pull request #2518 from influxdb/jw-write-path
...
Write path interfaces
2015-05-08 09:22:29 -06:00
Philip O'Toole
dc6471f4c3
Merge pull request #2515 from gabrieltaylor/server_test_coverage
...
Replace several pending tests in server
2015-05-08 08:22:25 -07:00
dgnorton
23c8effd2c
Merge pull request #2509 from neonstalwart/restore-config-file
...
call ParseConfigFile with path from restore command
2015-05-08 07:51:29 -07:00
Jason Wilder
229638cfaf
Write path interfaces
...
This adds some placeholder interfaces for the new write path.
2015-05-07 23:12:12 -06:00
Gabriel Taylor-Russ
8c3269bc79
Fill in test for creating a continuous query but specifying a nonexistant retention policy
2015-05-07 17:26:03 -07:00
Gabriel Taylor-Russ
4152f35c29
Fill in test for CreateContinuousQuery when DatabaseNotFound error is raised
2015-05-07 16:47:44 -07:00
Sean Beckett
3abaa03231
Merge pull request #2502 from influxdb/beckettsean-patch-1
...
more detail in error message
2015-05-07 16:28:06 -07:00
Sean Beckett
3f9bcb6a63
Update run.go
2015-05-07 16:11:41 -07:00
Sean Beckett
7dac0c1a1e
Merge pull request #2498 from s7v7nislands/clear_unused
...
remove unused function
2015-05-07 16:01:53 -07:00
Gabriel Taylor-Russ
1fff68ddf1
Filled in test for empty path being passed to Server.Open
...
Filled in test for Server.Open being called on already open server
2015-05-07 11:38:34 -07:00
ben hockey
1cec5da461
call ParseConfigFile with path from restore command
...
fixes #2506
2015-05-07 11:05:26 -05:00
Sean Beckett
f3957714ae
more detail in error message
2015-05-06 13:30:31 -07:00
s7v7nislands
4f881139ac
remove unused function
2015-05-06 22:00:31 +08:00
Todd Persen
b8cf01dd4a
Update CHANGELOG.md
2015-05-05 20:06:42 -07:00
Todd Persen
10285b6194
Merge pull request #2488 from influxdb/fix-2281
...
fix #2281 : passthru escapes when parsing regex
2015-05-05 19:59:10 -07:00
Todd Persen
12f15c9317
Merge pull request #2489 from labrown/graphite_test_names
...
Correct spelling in test titles
2015-05-05 19:58:38 -07:00
Todd Persen
710576e825
Merge pull request #2411 from neonstalwart/median-aggregate
...
implement median aggregate
2015-05-05 19:50:48 -07:00
Lance A. Brown
150c197bf3
Correct spelling in test titles
2015-05-05 16:56:35 -04:00
ben hockey
e20444fe45
add some tests for getSortedRange and improve efficiency of partitioning
2015-05-04 16:59:39 -05:00
David Norton
775e3d9e55
fix #2281 : passthru escapes when parsing regex
2015-05-04 16:04:12 -04:00
ben hockey
c47f803699
add some documentation for getSortedRange
2015-05-04 11:09:49 -05:00
ben hockey
6fbae016cd
use distinct series names to avoid resetting db between each test
2015-05-04 11:09:49 -05:00
ben hockey
40af5fd1e3
implemented median aggregation
2015-05-04 11:09:48 -05:00
ben hockey
6571f95ea5
add median aggregation tests
2015-05-04 11:09:48 -05:00
Cory LaNou
99fc054df4
Merge pull request #2485 from influxdb/unused-code
...
Removing unused code
2015-05-04 10:02:54 -06:00
Cory LaNou
3205d8e182
removing unused code
2015-05-04 09:53:03 -06:00
Paul Dix
5bd53e5450
Update CHANGELOG.md
2015-05-02 12:12:54 -04:00
Paul Dix
24e7f69e61
Update CHANGELOG.md
2015-05-02 12:12:40 -04:00
Paul Dix
21c927c244
Merge pull request #2473 from neonstalwart/lowercase-name-alternative
...
normalize Call.Name to be lowercase
2015-05-02 12:11:32 -04:00
Ben Johnson
64cdee2e5f
CHANGELOG
2015-05-01 15:46:21 -06:00
Philip O'Toole
b1474ed380
Merge pull request #2475 from influxdb/fix_race_during_shards_group_check
...
RLock server when checking shard groups
2015-05-01 12:17:33 -07:00
Philip O'Toole
b93554e39b
RLock server when checking shard groups
...
This fixes a race detected by the race detector. "Create shard groups"
commands must be broadcast across the cluster without holding the server
lock so the commands are created under lock, and then processed after
releasing the lock.
2015-05-01 12:03:58 -07:00
ben hockey
ce54004961
normalize Call.Name to be lowercase
2015-05-01 12:05:55 -05:00
Philip O'Toole
de1e695c25
Update CHANGELOG for PR 2465
2015-05-01 09:55:49 -07:00
Philip O'Toole
68a323dfeb
Merge pull request #2465 from Jackkoz/patch-1
...
Implemented Flush() for httpd.responseLogger
2015-05-01 09:54:29 -07:00
Tristan Colgate-McFarlane
2c68fd27c6
Add Support for OpenTSDB HTTP interface
...
OpenTSDB support a http and telnet interface on the same port. This
patch adds support for the /api/put endpoint, both single, for both
single and multiple datapoint submissions.
2015-05-01 08:05:05 +01:00
Philip O'Toole
e413539389
Merge pull request #2451 from marcosnils/influxql_fix
...
Update create user statement example.
2015-04-30 18:50:46 -07:00
Philip O'Toole
a73d08267c
Merge pull request #2469 from influxdb/reduce_min_topic_size
...
Reduce maximum topic size to 50MB
2015-04-30 17:18:24 -07:00
Philip O'Toole
8ed9e6895f
Reduce maximum topic size to 50MB
...
1GB per topic seems way to large. Instead make it 50MB. Topic data will
never be deleted until at least 1 data node has replicated the data.
2015-04-30 17:14:36 -07:00
Philip O'Toole
2320241ada
Merge pull request #2433 from influxdb/peer_shard
...
Peer shard replication -- broker side
2015-04-30 16:32:41 -07:00
Philip O'Toole
5fd548625a
Merge pull request #2460 from influxdb/collectd_value_fix
...
Collectd input should use "value" as field name
2015-04-30 16:17:51 -07:00
Philip O'Toole
cc54a62449
Update CHANGELOG
2015-04-30 16:15:26 -07:00
Philip O'Toole
cc3f8f1c90
Integrate PR #2433 review comments
2015-04-30 16:15:26 -07:00
Jackkoz
beda713adb
Implemented Flush() for ResponseLogger
2015-05-01 00:49:49 +02:00