Nathaniel Cook
bc2a95a877
Merge pull request #4455 from influxdb/nc-mr-signatures
...
update reduce func signatures to not have influxql.Call arguments
2015-10-15 15:16:39 -06:00
Ben Johnson
11cdb37793
Merge pull request #4460 from benbjohnson/tsm1-lint
...
tsm1 meta lint
2015-10-15 15:09:47 -06:00
Philip O'Toole
73f18d5dc4
More information about Enterprise registration
...
[ci skip]
2015-10-15 14:04:57 -07:00
Philip O'Toole
7521b9a897
Add Enterprise registration configuration details
...
[ci skip]
2015-10-15 14:04:19 -07:00
Ben Johnson
c27f8ae3a4
tsm1 meta lint
2015-10-15 15:03:10 -06:00
Philip O'Toole
42995ea326
Merge pull request #4459 from influxdb/add_token
...
Register with Enterprise server
2015-10-15 14:01:08 -07:00
Mark Bates
8f16a85cd2
Fixed issue sending JSON numbers to Enterprise when it wants strings
2015-10-15 16:51:48 -04:00
Philip O'Toole
0f001a6d9a
Handle registration errors from Enterprise server
2015-10-15 13:48:23 -07:00
Philip O'Toole
419415480a
Update CHANGELOG
2015-10-15 13:13:37 -07:00
Philip O'Toole
07db774423
Register with Enterprise if token available
2015-10-15 13:13:34 -07:00
Philip O'Toole
a7e841f447
Add config support for Enterprise token
2015-10-15 13:02:16 -07:00
Jason Wilder
ae925625ce
Merge pull request #4451 from influxdb/jw-int64
...
Int64 encoding enhancements
2015-10-15 13:44:55 -06:00
Jason Wilder
3db28cfe99
Fix typos
2015-10-15 13:36:42 -06:00
Jason Wilder
b19fbec093
Merge pull request #4445 from influxdb/jw-tsm
...
Add influx_inspect filtering support
2015-10-15 11:16:33 -06:00
Nathaniel Cook
d338f38d65
update reduce func signatures to not have influxql.Call arguments
2015-10-15 09:24:16 -06:00
Nathaniel Cook
cb1aaa8e42
Merge pull request #4375 from influxdb/subscriptions
...
Feature add subscriber service for creating/dropping subscriptions
2015-10-15 09:17:26 -06:00
Philip O'Toole
485c446e98
Correct typos in UDP README
...
[ci skip]
2015-10-15 07:48:34 -07:00
Daniel Morsing
13f6fd6238
Add measurement reference back to CQs
...
CQs has a feature where you can tell it to use the name of the originating measurement as the target name. This was missed when I reimplemented it.
2015-10-15 13:10:38 +00:00
Daniel Morsing
d990b5f28d
fix into queries when encountering nil values.
...
For aggregate queries, having a null result means that you haven't
got any data for that time period. CQs used this as a signal that
the measurement was not created and dropped the entire write.
INTO queries can have any structure, including wildcards, so dropping
the entire query isn't going to work. Instead, just drop the nulls
returned.
2015-10-15 12:12:40 +00:00
Daniel Morsing
8af6760494
Update CHANGELOG.md
...
Fixing copy and paste error.
2015-10-15 11:19:05 +01:00
Jason Wilder
30364aa2b0
Remove dead code
2015-10-14 19:26:46 -06:00
Jason Wilder
d3691425e0
Update influx_inspect to show RLE for int64 blocks
2015-10-14 19:24:04 -06:00
Jason Wilder
c037ae1416
Add run-length encoding to int64 encoder
...
This encoding can really help counter values with large runs of the same
value (e.g. a counter that is 0 for long periods of time).
2015-10-14 19:23:58 -06:00
Jason Wilder
014c51f32a
Delta-encode int64 before bit packing
...
This will help large integer counters type fields that increment by
small amounts over time. Instead of storing the larger raw value
in a compressed format, we store the difference from the prior value
in compressed format which allows the value to be stored using
fewer bits.
2015-10-14 19:23:51 -06:00
Michael Desa
7870b84f20
Merge pull request #4450 from influxdb/md-flags-override
...
Flags overwriting config file
2015-10-14 16:19:46 -07:00
Michael Desa
359f50ff85
Add support for flags overwriting config file
...
Previously the test file would over write any flags passed to
influx_stress, now flags overwrite config file options
Ammended with nit fixes
2015-10-14 16:14:20 -07:00
Sean Beckett
82f104a8b1
Merge pull request #4436 from influxdb/tag-names-to-keys
...
WIP tag name --> tag key, field name --> field key
2015-10-14 16:02:46 -07:00
Nathaniel Cook
8b31007aa7
Adds subscriber service for creating/dropping subscriptions to the
...
InfluxDB data stream.
2015-10-14 15:23:45 -06:00
Sean Beckett
d4bbd6e6e8
Update QUERIES.md
2015-10-14 13:59:19 -07:00
Philip O'Toole
c6992ab238
Merge pull request #4438 from influxdb/opentsdb_shutdown
...
openTSDB service shutdown
2015-10-14 11:29:27 -07:00
Sean Reifschneider
cb85b9db25
Issue #4446 : Fixing logrotate config file.
...
This issue switches from "cp" to "install" for the logrotate file,
with the option to specify the mode. Also uses the name "influxdb"
instead of "influxd".
2015-10-14 11:15:48 -06:00
Philip O'Toole
fa83767664
Update CHANGELOG
2015-10-14 08:55:46 -07:00
Philip O'Toole
25f957c5c6
Only call Stop on non-nil batchers
2015-10-14 08:55:06 -07:00
Philip O'Toole
a938cd3dee
openTSDB Open should complete before Close runs
2015-10-14 08:55:06 -07:00
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