Ben Johnson
6ce003c025
Merge pull request #4431 from benbjohnson/tsm1-quick
...
Add tsm1 WAL QuickCheck
2015-10-14 09:38:49 -06:00
Ben Johnson
f2d23b070b
add tsm1 wal quickcheck
...
This commit adds quickcheck testing for the tsm1 WAL.
2015-10-14 09:38:38 -06:00
Philip O'Toole
f22c06a474
Merge pull request #4379 from influxdb/some_docs
...
Auto-create database for UDP input
2015-10-14 08:31:45 -07:00
Philip O'Toole
d555242be7
Update CHANGELOG
2015-10-14 08:30:55 -07:00
Philip O'Toole
3907656cc2
Add README for UDP service
...
Fixes issue #4041 .
2015-10-14 08:30:10 -07:00
Philip O'Toole
f298e88b39
Auto-create UDP service database
...
All other services operate like this, so make UDP service consistent.
2015-10-14 08:30:09 -07:00
Jason Wilder
214e451af5
Move info command to separate file
2015-10-14 09:27:24 -06:00
Jason Wilder
4e9e3a4763
Shorten dumptsm flags
2015-10-14 09:24:54 -06:00
Cory LaNou
b88dd21581
Merge pull request #4173 from lenko-d/enable_golint_on_the_codebase_4098
...
Changes to make the uuid subpakage golint-able.
2015-10-14 10:09:59 -05:00
Daniel Morsing
6d188d9703
Merge pull request #4409 from influxdb/intoq
...
wire up INTO queries.
2015-10-14 15:29:54 +01:00
Daniel Morsing
48223a90f9
Fix spelling nit.
...
Make it obvious that INTO is a keyword and not part of the sentence
2015-10-14 15:16:27 +01:00
Daniel Morsing
af217e6362
Update CHANGELOG.md
2015-10-14 14:53:11 +01:00
Philip O'Toole
c0a3f947a0
Merge pull request #4443 from influxdb/create_shard_race
...
RLock access to store's shards
2015-10-14 06:24:07 -07:00
Philip O'Toole
6d38559f24
RLock access to store's shards
...
Fix issue #4442 .
2015-10-13 20:28:19 -07:00
Philip O'Toole
5da06cb245
Merge pull request #4439 from skanjo/lint-client
...
ref #4098 lint client package
2015-10-13 19:18:58 -07:00
Philip O'Toole
c767259e5d
Symlink to stress and inspect
...
[ci skip]
2015-10-13 18:54:26 -07:00
Michael Desa
fcedf5768a
Merge pull request #4440 from influxdb/md-jitter
...
Add negative jitter
2015-10-13 18:36:24 -07:00
Michael Desa
67a93aa704
Fix timestamps
2015-10-13 18:06:26 -07:00
Michael Desa
80695dbac6
Add negative jitter
2015-10-13 17:46:28 -07:00
Samer Kanjo
a20a0bce56
ref #4098 lint client package
2015-10-13 19:40:51 -05:00
Jason Wilder
bbe0eb49bc
Add ability to filter index and block by key string match
2015-10-13 18:16:16 -06:00
Sean Beckett
5ab86f7578
Update README.md
2015-10-13 16:56:37 -07:00
Sean Beckett
fd342ed411
Update rpc.go
2015-10-13 16:56:05 -07:00
Sean Beckett
7151116016
Update points.go
2015-10-13 16:55:20 -07:00
Sean Beckett
8f79ce89aa
Update INFLUXQL.md
2015-10-13 16:54:48 -07:00
Sean Beckett
cbb7e3cbbd
Update points_test.go
2015-10-13 16:53:50 -07:00
Sean Beckett
8e65f0c84f
Update server_test.go
2015-10-13 16:53:10 -07:00
Sean Beckett
9a9e04084f
Update config.go
2015-10-13 16:49:09 -07:00
Jason Wilder
467ada073a
Add flags for dumping only index, block or all data
2015-10-13 17:47:37 -06:00
Sean Beckett
1d83c8c427
Update meta.go
2015-10-13 16:46:59 -07:00
Sean Beckett
2100c1459c
Update points_test.go
2015-10-13 16:46:23 -07:00
Sean Beckett
e84a24541f
Update points.go
2015-10-13 16:43:59 -07:00
Sean Beckett
47e9491be9
Update QUERIES.md
2015-10-13 16:43:07 -07:00
Sean Beckett
ed7b9f7485
tag name --> tag key
2015-10-13 16:41:57 -07:00
Jason Wilder
1a3f8c403e
Re-work influx_inspect command-line options to use sub-commands
...
Should make adding new functionality easier.
2015-10-13 17:26:23 -06:00
Jason Wilder
ad35dcea38
Handle case where IDs file is out of sync with tsm1 file or missing
...
Avoids a panic if a series ID exists in the tsm file but not in the IDs file.
Also handles the case were we don't have an ids file and just a tsm file.
2015-10-13 17:19:59 -06:00
Philip O'Toole
7f5b486e99
More profiling help
...
[ci skip]
2015-10-13 15:23:07 -07:00
Philip O'Toole
ff9a3072ab
Merge pull request #4434 from influxdb/upper_scientific
...
Allow uppercase 'e' with scientific notation
2015-10-13 15:01:06 -07:00
Philip O'Toole
ea3ecc733e
Remove superfluous blank lines
2015-10-13 14:22:09 -07:00
Philip O'Toole
967099385f
Update CHANGELOG
2015-10-13 14:18:59 -07:00
Philip O'Toole
16580d32a7
Allow uppercase 'e' with scientific notation
2015-10-13 13:30:21 -07:00
Jason Wilder
87d99fb0d4
Merge pull request #4427 from influxdb/jw-remote-notify
...
Fix meta.WaitForDataChanged not signaling for remote nodes
2015-10-13 10:35:19 -06:00
Jason Wilder
59ddaa960b
Fix meta.WaitForDataChanged not signaling for remote nodes
...
WaitForDataChanged is used to block a goroutine so it can be woken
up when the metastore has been updated. This makes it so clients
to the metastore do not need to poll the metastore repeatedly to
watch for changes. This was only working for local raft nodes, but
was supposed to work for remote nodes as well.
2015-10-13 10:20:38 -06:00
Daniel Morsing
822af73f88
implement continuous queries as regular execs of into queries.
...
Now that we have into queries, we can implement them as regular
queries that are just run on a timer.
2015-10-13 15:51:19 +00:00
Jason Wilder
8e33590491
Merge pull request #4426 from influxdb/jw-4421
...
Fix line protocol accepting tags with no values
2015-10-13 09:51:08 -06:00
Jason Wilder
e0ece9f8b5
Fix line protocol accepting tags with no values
...
If a tag with no value was in the middle of all the tags, it would
get accepted as valid incorrectly.
Fixes #4421
2015-10-13 09:43:13 -06:00
Daniel Morsing
62dff895e2
wire up INTO queries.
...
Since INTO queries need to have absolute information about the database
to work, we need to create a loopback interface back to the cluster
in order to perform them.
2015-10-13 15:00:36 +00:00
Cory LaNou
f0efd1f539
Merge pull request #4391 from influxdb/fix-4360
...
Prevent multiple selectors overwriting each other during post processing
2015-10-12 22:22:54 -05:00
Cory LaNou
6787525912
fixes multiple selectors overwriting each other. fixes #4360
2015-10-12 21:40:57 -05:00
Philip O'Toole
86b5ad2096
Add credits to changelog
...
[ci-skip]
2015-10-12 12:53:08 -07:00