Commit Graph

8886 Commits (825296ddd8c4e971a92f2d50784c574d674c5666)

Author SHA1 Message Date
Jason Wilder 825296ddd8 Add comments 2015-12-16 11:30:06 -07:00
Jason Wilder 93d93797da Fix snappy decode error w/ influx_inspect 2015-12-16 11:28:13 -07:00
Jason Wilder 88324bf61c Optimize indirectIndex.UnmarshalBinary further 2015-12-16 11:28:13 -07:00
Jason Wilder 70d1f45058 Load TSM files concurrently 2015-12-16 11:28:12 -07:00
Jason Wilder 737871268b Speed up indirectIndex.UnmarshalBinary
Remove a bunch of unnecessary allocations to improve startup times.
2015-12-16 11:16:17 -07:00
Jason Wilder 3893bc60e1 Speed up TSM compactor
Just keep the current block for each iterator in the buffers.
2015-12-16 11:16:17 -07:00
Jason Wilder 00f570441b Convert TSMKeyIterator to return blocks 2015-12-16 11:16:17 -07:00
Jason Wilder 59a57d8f73 Convert CacheKeyIterator to return encoded blocks 2015-12-16 11:16:17 -07:00
Jason Wilder 0623648140 Add chunking support back to TSMKeyIterator
Was removed when MergeIterator was deleted.
2015-12-16 11:16:17 -07:00
Jason Wilder 31b97c3fe0 Add max points per block back for CacheKeyIterator
Was removed when MergeIterator was removeed.
2015-12-16 11:16:16 -07:00
Jason Wilder 45e87cdfe4 Strip checksum when returning block from ReadBytes 2015-12-16 11:16:16 -07:00
Jason Wilder 97435b9124 Return minTime/maxTime from BlockIterator.Read 2015-12-16 11:16:16 -07:00
Jason Wilder ce6de9728e Add test for BlockIterator with multiple blocks for a key 2015-12-16 11:16:16 -07:00
Jason Wilder 4a3037814f Add WriteBlock to TSMWriter 2015-12-16 11:16:16 -07:00
Jason Wilder d99c1f944e Add BlockIterator for reading TSM blocks without decoding 2015-12-16 11:16:16 -07:00
Jason Wilder 928aef04cd Split data_file.go into reader.go and writer.go 2015-12-16 11:16:16 -07:00
Philip O'Toole 47317d73b4 Merge pull request #5131 from influxdb/site-fixes
Default data logging to on
2015-12-16 10:03:25 -08:00
Nathaniel Cook 509d1ec22b Merge pull request #5126 from influxdb/nc-faster-docker-save
Only save docker image if changed from load
2015-12-16 08:41:01 -07:00
Paul Dix 414a34b622 Merge pull request #5140 from influxdb/js-contributing-md-formatting
Formatting and spelling fixes for CONTRIBUTING.md
2015-12-16 10:14:01 -05:00
Jonathan A. Sternberg 69d2bd2d03 Formatting and spelling fixes for CONTRIBUTING.md
Fixing a typo: Trouleshotting -> Troubleshooting.

Removing a trailing space in the file and a misplaced space at the
beginning of a section that causes the markdown to be formatted
incorrectly.
2015-12-16 10:12:41 -05:00
Ross McDonald 2a54e93ab0 Merge pull request #5119 from miili/master
Fixed bash syntax error in influxdb.service
2015-12-16 08:44:06 -06:00
Cameron Sparr 616da49019 It _is_ recommended to send data with a timestamp
closes #5061
2015-12-15 18:33:36 -06:00
Philip O'Toole 2e68646fba Merge pull request #5133 from aviau/patch-4
typo: unkown -> unknown
2015-12-15 18:01:52 -06:00
Alexandre Viau ad1044dde9 typo: unkown -> unknown 2015-12-15 18:10:47 -05:00
Philip O'Toole d45048455a Default data logging to on 2015-12-15 13:15:38 -08:00
Philip O'Toole 0e4bc275d8 Merge pull request #5115 from influxdb/site-fixes
Log TSM initialization
2015-12-15 13:13:17 -08:00
Nathaniel Cook 9840b5f1f4 only save image if changed from load 2015-12-15 12:50:49 -07:00
Nathaniel Cook efc2f8fdcd Merge pull request #5125 from influxdb/nc-issue#4735
Fix panic when merging empty series
2015-12-15 12:38:29 -07:00
Philip O'Toole 01ac0b3f23 Tweak compaction log messages 2015-12-15 10:33:13 -08:00
Nathaniel Cook 8214676363 fix panic when merging empty series 2015-12-15 11:32:51 -07:00
Nathaniel Cook 314f48114d Merge pull request #5025 from influxdb/nc-issue#4761
Fix parsing of functions ending in 'derivative'
2015-12-15 09:40:41 -07:00
Nathaniel Cook 804ddaa2df fix #4773 use explict derivative function names not just suffix 2015-12-15 09:21:25 -07:00
Nathaniel Cook 96dea3cf90 Merge pull request #4971 from influxdb/nc-docker-tests
Decouple circleci from tests using docker
2015-12-15 08:47:48 -07:00
dgnorton d89e233567 Merge pull request #5100 from influxdb/dgn-fix-4303
fix #4303: don't drop from multiple databases
2015-12-15 07:27:05 -05:00
Mi! d721bc5eee Fixed syntax Error in influxdb.service
Updated, removed erroneous spaces for stdout and stderr redirect ```2>>$STDERR``` which resulted in a broken forward.
2015-12-15 10:51:11 +01:00
Philip O'Toole a6cdb5229d Log tsm initialization 2015-12-14 15:50:56 -08:00
Nathaniel Cook 1e816e618b decouple circleci from tests using docker 2015-12-14 16:39:39 -07:00
Jack Zampolin 78bc8e06d9 Merge pull request #5080 from influxdb/jz-stress-retry
Implement retry logic for failed writes in influx_stress
2015-12-14 15:13:00 -08:00
Todd Persen 5ce840e280 Merge pull request #4286 from ivanyu/master
Complete DROP RETENTION POLICY query template
2015-12-14 13:57:19 -08:00
Jack Zampolin 7d0d9b75d9 Add backoff to retry function
Set backoff constant

Wait to parse flags

Remove unnecessary logging

Fix retry logic
2015-12-14 13:46:40 -08:00
Jack Zampolin 39dc75ea4c Implement retry logic 2015-12-14 13:46:10 -08:00
Philip O'Toole 8c8e9c1eb6 Set linker flags in Go 1.5 style
[ci skip]
2015-12-14 09:54:56 -08:00
David Norton 69f22803d2 fix #4303: duplicate url.Values 2015-12-14 12:28:01 -05:00
Philip O'Toole 98db147df2 Merge pull request #5102 from aviau/patch-4
removed trailing space

[ci skip]
2015-12-13 14:20:46 -08:00
Alexandre Viau b8ea35ffe3 removed trailing space 2015-12-13 16:58:05 -05:00
David Norton 7ae4e2a3e0 fix #4303: update CHANGELOG.md 2015-12-12 13:56:39 -05:00
David Norton 3014fb90e4 fix #4303: don't drop from multiple databases 2015-12-12 13:54:23 -05:00
Philip O'Toole 75764517f6 Merge pull request #5082 from li-ang/fix_x
Fix wrong value of countCompacting in WAL
2015-12-11 10:07:56 -08:00
Philip O'Toole 8154536e8d More updates for new domain
[ci skip]
2015-12-10 20:55:03 -08:00
Philip O'Toole d5f492a73d Update README with influxdata URLs
[ci skip]
2015-12-10 20:53:28 -08:00