Commit Graph

8220 Commits (b4637ab814a6d7c06935225bc5ef439ddc1acdec)

Author SHA1 Message Date
Philip O'Toole 878663e1e3 Periodic upload of stats to Enterprise 2015-10-19 15:25:07 -07:00
Philip O'Toole 667ad3342a Refactor registration as a service
Registration also involves statistics and diagnostics upload, for the
purposes of remote management. This means there will be long-running
goroutines in effect. Therefore move the code to a service model.
2015-10-19 15:01:14 -07:00
Philip O'Toole ef72c3c64d Fix typo in retention service comment
[ci skip]
2015-10-19 14:24:25 -07:00
Philip O'Toole 90cc2cdce2 Export Statistic type 2015-10-19 14:06:14 -07:00
Gunnar f101e98bcb Merge pull request #4500 from influxdb/ga-time-bounds
Handle negative timestamps
2015-10-19 13:51:40 -07:00
gunnaraasen 859d2a46e8 Add test for 1- timestamp 2015-10-19 13:06:13 -07:00
Jason Wilder efea0edb82 Merge pull request #4504 from influxdb/jw-4444
Fix panic: runtime error: index out of range - Values.MinTime
2015-10-19 13:44:28 -06:00
gunnaraasen 44c5e33c2c Update CHANGELOG 2015-10-19 12:37:31 -07:00
gunnaraasen 3244d3f213 Handle negative timestamps 2015-10-19 12:36:28 -07:00
Philip O'Toole 9e383dacec Merge pull request #4502 from influxdb/graphite_shutdown
Make Open() and Close() on Graphite sync'ed
2015-10-19 12:33:20 -07:00
Jason Wilder ba73b1fac6 Fix panic: runtime error: index out of range - Values.MinTime
When rewriting a tsm file, a panice on the Values slice could happen
if there were no values in the slice and the conditions of the rewrite
causes DecodeAndCombine to be called with the empty slice.  This could
happen is the sizes of the points new values was equal to
the MaxPointsInBlock config options and there were no future blocks after
the current one being written.

When this happens, DecodeAndCombine returns a zero length remaining values
slice which is passed back into DecodeAndCombine one last time.  In this case,
we now just return the original block since there is nothing new to combine.

Fixes #4444 #4365
2015-10-19 13:31:43 -06:00
dgnorton 5bc649246c Merge pull request #4501 from influxdb/dgn-feat-3523
Allow filtering SHOW MEASUREMENTS by regex
2015-10-19 14:49:17 -04:00
David Norton a268ba6bb4 feat #3523: add unit test for no matches 2015-10-19 14:40:06 -04:00
Philip O'Toole ff18bf7213 Make Open() and Close() on Graphite sync'ed
This will ensure that these operations don't run concurrently. This
change also ensures nil batchers are not closed.

Fixes issue #4494.
2015-10-19 11:13:31 -07:00
David Norton a6b18a1334 feat #3523: update CHANGELOG.md 2015-10-19 14:03:17 -04:00
Jason Wilder 1bcd8dd5de Handle reading partially written tsm files better
If a tsm file was partially written, we were not able to read the
raw block data because we panic/exited when reading the corrupted
index.  This allows us to read the raw blocks if we can.
2015-10-19 12:03:12 -06:00
David Norton 401447cbed feat #3523: filter SHOW MEASUREMENTS by WITH 2015-10-19 14:00:53 -04:00
David Norton a1b0f53108 feat #3523: parse WITH in SHOW MEASUREMENTS 2015-10-19 14:00:53 -04:00
Daniel Morsing e73c37088f Merge pull request #4454 from influxdb/intofixes
Intofixes
2015-10-19 18:58:42 +01:00
Philip O'Toole e3dfe43b48 Merge pull request #4493 from puentesarrin/typos-contributing-doc
Fix typos for Contributing doc.
2015-10-19 10:54:06 -07:00
Sean Beckett c0708e5977 Merge pull request #4483 from charleswhchan/fix-typo-1
Typo: omitt --> omit.
2015-10-19 10:40:24 -07:00
Cory LaNou defd017c10 Merge pull request #4497 from influxdb/fix-meta-proto
fix sequence in meta proto
2015-10-19 10:06:13 -05:00
Philip O'Toole d3ae12b18b Merge pull request #4489 from samaitra/master
README client example bug #4488
2015-10-19 07:10:46 -07:00
Cory LaNou d73cda4956 changelog 2015-10-19 09:04:36 -05:00
Cory LaNou 00acf0b01e fix sequence in meta proto 2015-10-19 09:02:10 -05:00
Jorge Puente Sarrín 0f5b62a464 Fix typos for Contributing doc.
necessarly -> necessarily
libaries -> libraries
CirceCI -> CircleCI
2015-10-18 22:55:14 -05:00
samaitra f9cceb1a53 README client example bug #4488 2015-10-18 14:09:37 +05:30
Philip O'Toole cc54cba87f Merge pull request #4486 from mre/bugfix/comments-for-runner-package
Bugfix/comments for runner package
2015-10-17 21:52:42 -07:00
Philip O'Toole c794a5db76 Merge pull request #4484 from charleswhchan/fix-typo-2
Fix typos.
2015-10-17 21:50:36 -07:00
Philip O'Toole a6d544f127 Merge pull request #4485 from charleswhchan/fix-typo-3
Fix typos.
2015-10-17 21:50:12 -07:00
Matthias Endler 7fdf81fd9c Update changelog 2015-10-17 21:43:38 +02:00
Matthias Endler 9df7cb65ed Add proper comments to exported types and funcs in runner package 2015-10-17 21:29:20 +02:00
Matthias Endler 2b2ceb4203 Fix warning about invalid comment format on NewSeries function 2015-10-17 21:27:53 +02:00
Charles Chan 456a9a8ab7 Fix typos.
* meaining --> meaning
* communcation --> communication
* deterimine --> determine
* mistmatch --> mistmatch
2015-10-17 07:50:45 -07:00
Charles Chan 9382d5b534 Fix typos.
* non-existant --> non-existent
* propogate --> propagate
2015-10-17 07:36:56 -07:00
Charles Chan e0d4ccd1a7 Typo: omitt --> omit. 2015-10-17 07:30:07 -07:00
Philip O'Toole d9f04132ef Update CHANGELOG for PR4447
[ci skip]
2015-10-16 08:27:52 -07:00
Philip O'Toole 6b377d9272 Merge pull request #4447 from realgo/logrotate
Issue #4446: Fixing logrotate config file.
2015-10-16 08:26:39 -07:00
dgnorton 15e9e34b8b Merge pull request #4476 from influxdb/dgn-fix-4475
fix #4475: correct error msg for SHOW TAG VALUES
2015-10-16 10:57:27 -04:00
David Norton 026611aea9 fix #4475: update unit test for new error message 2015-10-16 10:50:35 -04:00
Philip O'Toole 22f7cdecc2 Clarify profiling instructions
[ci skip]
2015-10-16 07:46:11 -07:00
David Norton 203a411eec fix #4475: correct error msg for SHOW TAG VALUES 2015-10-16 10:37:08 -04:00
dgnorton 9d5a66d10b Merge pull request #4473 from influxdb/dgn-fix-4472
fix #4472: too many points in the GROUP BY interval
2015-10-16 10:32:31 -04:00
Philip O'Toole 3fd1c77b62 Merge pull request #4474 from influxdb/fix_build
Fix build after go metalinter cleanup
2015-10-16 07:12:00 -07:00
Philip O'Toole 100ca62f5c Fix build after go metalinter cleanup 2015-10-16 07:02:39 -07:00
Paul Dix f4d8271006 Merge pull request #4402 from influxdb/pd-tsm-file-size-limit
TSM1 fixes
2015-10-16 07:46:08 -04:00
Paul Dix ba41d6fd92 remove failing test 2015-10-16 07:25:33 -04:00
David Norton e73a8e423c fix #4472:too many points in the GROUP BY interval 2015-10-16 07:17:14 -04:00
Philip O'Toole 542efbbd79 Merge pull request #4467 from dhowden/unescape-tests
Added tests for esape.Unescape
2015-10-15 19:31:06 -07:00
Cory LaNou 9df7803606 Merge pull request #4469 from influxdb/fix-4415
Always return time, never strings. fixes #4415
2015-10-15 21:20:54 -05:00