Commit Graph

7463 Commits (e467226b2e473b79a4c07c48d3ca1199dcab93c1)

Author SHA1 Message Date
Philip O'Toole e467226b2e Merge pull request #4061 from influxdb/opentsdb_eof2
Cleanly terminate openTSDB connection on EOF
2015-09-09 13:17:49 -07:00
Philip O'Toole fef20c77b2 Cleanly terminate openTSDB connection on EOF
This is not really an error, so don't log it.
2015-09-09 13:01:13 -07:00
Philip O'Toole 7a56f15d44 Merge pull request #4059 from influxdb/add_version
Add build information to diagnostic output
2015-09-09 12:50:31 -07:00
Philip O'Toole 0ea0a3a71b Add build info to diagnostics 2015-09-09 12:43:51 -07:00
Philip O'Toole 402576bd93 Pass richer build information to Server 2015-09-09 12:36:32 -07:00
Philip O'Toole e1de0c6842 Use Go 1.5 linker flag syntax
[ci skip]
2015-09-09 12:26:32 -07:00
Philip O'Toole ab95274030 Add node re starting with systemd
[ci skip\]
2015-09-09 11:57:10 -07:00
Philip O'Toole c1f232b3bc Merge pull request #4053 from influxdb/dont_delete_default
Prohibit dropping the default retention policy
2015-09-09 10:23:17 -07:00
Cameron Sparr a8c7e2ac04 Install & update systemd influxdb service
Closes #3989
Closes #4047
2015-09-09 10:00:48 -06:00
Philip O'Toole a7ba677efd Further fixes to packaging script re config sample 2015-09-09 00:51:37 -07:00
Philip O'Toole 734f424e97 Correct config file name and fix logrotate
[ci skip]
2015-09-09 00:46:31 -07:00
Philip O'Toole 02fcaf853d Add node re Graphite configuration
[ci skip]
2015-09-08 23:22:34 -07:00
Philip O'Toole 519a30a463 Add note on openTSDB batching
[ci skip]
2015-09-08 23:19:17 -07:00
Philip O'Toole 3a0b4ec269 Update CHANGELOG 2015-09-08 23:02:53 -07:00
Philip O'Toole ca07b86254 Prohibit dropping the default retention policy
This is to prevents users from putting their system into an awkward
state. It is a policy that all databases must have at least a default
retention policy.

Fixes issue #3699.
2015-09-08 23:00:19 -07:00
Paul Dix 482e00d3e3 Merge pull request #4011 from influxdb/pd-simplify-wal
Simplify WAL to not compact
2015-09-08 22:32:53 -07:00
Philip O'Toole 8f5f84e97b Merge pull request #4051 from influxdb/monitor_default
Set default monitor store interval to 10 seconds
2015-09-08 20:46:34 -07:00
Philip O'Toole 70607836e1 Set default monitor store interval to 10 seconds 2015-09-08 20:37:15 -07:00
Philip O'Toole 7bad518c8c Merge pull request #4006 from influxdb/add_instrumentation
Basic instrumentation for shards
2015-09-08 19:57:17 -07:00
Philip O'Toole 0b3d7fd459 Update CHANGELOG 2015-09-08 19:56:59 -07:00
Philip O'Toole 3db9cc9b76 Basic instrumentation for shards 2015-09-08 19:56:42 -07:00
Philip O'Toole 2b0a40e262 Merge pull request #4007 from influxdb/instrument_bz1
Basic instrumentation for bz1 engine
2015-09-08 19:56:06 -07:00
Philip O'Toole 02a54d0992 Merge pull request #4042 from influxdb/buffered_batcher
Add pending control to batcher
2015-09-08 19:48:49 -07:00
Philip O'Toole 78f4a6944b Merge pull request #4045 from influxdb/writer_stats
Add stats to PointsWriter
2015-09-08 19:38:45 -07:00
Paul Dix ecbc79e7e3 Fix disksize to work with new WAL 2015-09-08 19:37:33 -07:00
Philip O'Toole 24aca5611a Add batch-pending control to openTSDB input 2015-09-08 19:35:42 -07:00
Philip O'Toole 95530e1623 Set UDP input defaults if not set 2015-09-08 19:32:20 -07:00
Philip O'Toole e4a332ea12 Update CHANGELOG 2015-09-08 19:32:20 -07:00
Philip O'Toole 5373f263a3 Add pending control to batcher
With this change, the generic batcher used by many inputs can now be
buffered. Testing shows that this performance of the Graphite input by
10-100%, with the biggest improvements at lower numbers of connections.
2015-09-08 19:32:00 -07:00
Philip O'Toole f0bbec6699 Add stats to PointsWriter 2015-09-08 19:30:07 -07:00
Paul Dix dfd6b11dda Fix memory compaction logic.
* Only fire a go routine to flush and compact if it isn't already running
* Have a sleep backoff time that scales up as the percentage of memory used goes up
2015-09-08 19:28:29 -07:00
Paul Dix a1fb77198b Simplify WAL to not compact since it doesn't really help the engine anyway 2015-09-08 19:28:29 -07:00
Philip O'Toole e38a204afc Merge pull request #4043 from influxdb/opentsdb_batching
Add batching and stats to openTSDB input
2015-09-08 19:27:35 -07:00
Philip O'Toole 1ce5187b66 Merge pull request #4049 from influxdb/udp_stats
Add stats to the UDP input
2015-09-08 19:18:17 -07:00
Philip O'Toole dbcf56abf6 Merge pull request #4050 from influxdb/collectd_stats
Add collectd stats
2015-09-08 19:17:22 -07:00
Philip O'Toole 76903f7440 Instrument bz1 engine 2015-09-08 19:09:39 -07:00
Philip O'Toole 9677a0faab Add collectd stats 2015-09-08 19:07:47 -07:00
Philip O'Toole 27932409b0 Add stats to the UDP input 2015-09-08 18:48:35 -07:00
Philip O'Toole abaee68a62 Merge pull request #4048 from influxdb/cq_stats
Add basic stats to the CQ service
2015-09-08 18:36:31 -07:00
Philip O'Toole 817328d378 Add basic stats to the CQ service 2015-09-08 18:17:20 -07:00
Philip O'Toole 46405440bf Update CHANGELOG
[ci skip]
2015-09-08 16:27:02 -07:00
Philip O'Toole 349ba8b307 Add batching and stats to openTSDB input 2015-09-08 16:19:50 -07:00
Sean Beckett 7a8966cbd4 fixing filename
[ci skip]
2015-09-08 15:28:29 -07:00
Philip O'Toole 4934a59fd1 Merge pull request #4009 from influxdb/cluster_level_stats
Add cluster-level tags to all stats when stored
2015-09-08 12:33:57 -07:00
Cory LaNou dea5814e04 Merge pull request #4038 from influxdb/issue-3926
Fix group by time intervals
2015-09-08 14:26:33 -05:00
Cory LaNou 9d091b4362 changelog 2015-09-08 14:19:08 -05:00
Cory LaNou 62e9c24b25 fixes #3926 2015-09-08 14:15:48 -05:00
Philip O'Toole 8a3d7e584d Call lograte file simple "influxdb"
[ci skip]
2015-09-08 12:14:20 -07:00
Philip O'Toole becb5b62b1 Fix small typo in packaging script
[ci skip]
2015-09-08 12:07:14 -07:00
Philip O'Toole 5d50cdffb6 Merge pull request #4036 from influxdb/rp_invalidate_fix
Allow retention policy look up trigger cache-invalidate
2015-09-08 12:03:30 -07:00