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
Philip O'Toole
4e920063b8
Merge pull request #4410 from kostya-sh/4406_delete-String
...
Fix infinite recursion in DeleteStatement.String()
2015-10-12 12:46:36 -07:00
Jason Wilder
16b3084ca9
Merge pull request #4397 from influxdb/jw-tsmdump
...
tsm1 file dump
2015-10-12 08:12:23 -06:00
Konstantin Shaposhnikov
d887e798c3
Fix infinite recursion in DeleteStatement.String()
...
Fixes #4406
2015-10-12 21:38:50 +08:00
Paul Dix
a99c9ec5af
Ensure rewrite index doesn't write corrupt file.
...
Fixes #4401
2015-10-10 16:58:25 -04:00
Jason Wilder
f58c283d8a
Add some comments
2015-10-09 22:53:58 -06:00
Jason Wilder
629219951a
Fix timestamp encoding not using run-length encoding when possible
...
influx_inpsect uncovered some scenarios where timestamps could be stored using
run-length encoding but were being stored using simple8 which uses more space.
2015-10-09 22:38:17 -06:00
Jason Wilder
53cc8aaa31
Store monitor statistics with seconds precision
...
influx_inspect uncovered that the monitoring database was storing it's data with almost
no compression because it recorded points at nanosecond precision but spaced them 10s apart. This
still requires 8 bytes.
Instead, store the points at seconds precision which allows the timestamp data to be run-length
encoded.
2015-10-09 22:35:43 -06:00
Jason Wilder
bc6d677b06
Add tsm file dump support to influx_inspect
...
This will read a tsm file and dump index, block and compression level info from the file.
It reads the file directly as opposed to reading it through the tsm engine which should
help with debugging and troubleshooting data file issues.
The implementation is not pretty but the output is very useful. In the future, we can
add data extraction, recovery and verification functionality if needed.
2015-10-09 22:32:11 -06:00
Philip O'Toole
f1e0c5938f
Merge pull request #4394 from influxdb/map_cleanup
...
Deletion while iterating is OK in Go
2015-10-09 16:43:28 -07:00
Philip O'Toole
37cf9a1610
Deletion while iterating is OK in Go
2015-10-09 16:30:20 -07:00
dgnorton
d8d87d97cd
Merge pull request #4385 from influxdb/dgn-fix-4280
...
fix #4280 : only drop points matching WHERE clause
2015-10-09 18:40:57 -04:00
David Norton
9627f5ab84
fix #4280 : add comments based on code review
2015-10-09 18:38:33 -04:00
David Norton
2fbd1052b5
update CHANGELOG.md
2015-10-09 18:35:06 -04:00