Commit Graph

7307 Commits (97f2dc830f2cd4cb71d0046fda94ae64b35707df)

Author SHA1 Message Date
Daniel Morsing 40dab87ac9 Merge pull request #3817 from influxdb/walmem
Walmem
2015-08-25 13:29:42 -06:00
David Norton 7b19a93459 add test for distributed SHOW MEASUREMENTS 2015-08-25 14:33:49 -04:00
Cory LaNou afafe1db18 Merge pull request #3828 from influxdb/support-all-numbers-in-points
Support all number types when decoding a point
2015-08-25 10:56:36 -05:00
Cory LaNou 6ba24e804a do not support uint64 2015-08-25 10:47:25 -05:00
David Norton fca932b943 skip deleted shard groups 2015-08-25 10:56:41 -04:00
David Norton 244948dc8d update shard mapper test 2015-08-25 10:20:58 -04:00
Cory LaNou 74dad8c68c fix collectd tests for float data 2015-08-25 09:14:38 -05:00
David Norton 6f0ba18904 fix TestDropMeasurementStatement 2015-08-25 10:01:38 -04:00
Cory LaNou f5230ecef4 fix changelog type 2015-08-25 08:55:24 -05:00
Cory LaNou 9204d88660 changelog 2015-08-25 08:54:31 -05:00
Cory LaNou 7916cade08 support all number types when decoding a point 2015-08-25 08:49:49 -05:00
Philip 3f525ff8c1 Re-order package type generation
This change is just cosmetic and will result in the same packages being
generated.

Temporary fix for #3755.

[ci skip]
2015-08-24 22:23:19 -07:00
Daniel Morsing 5455851ac7 move allocation outside struct + gofmt 2015-08-24 15:28:30 -06:00
Daniel Morsing 35b6c7867d reuse memory buffers for marshaling wal entries
By using preallocated buffers for marshaling WAL entries, we can
reduce the amount of memory we allocate.

On a run of `influx_stress -series 10000 -points 1000` this cuts
total allocations from 18684.15MB to 15200.73MB
2015-08-24 14:49:25 -06:00
Philip O'Toole 6193226ce8 Revert "Merge pull request #3771 from influxdb/tcp_graphite_timeout"
This reverts commit d7f646f7a4, reversing
changes made to d6f9903f10.

Conflicts:
	CHANGELOG.md

Fixes issue #3809
2015-08-24 10:53:14 -07:00
Philip O'Toole 9609d43ab4 Update CHANGELOG for PR 3804 2015-08-24 10:50:55 -07:00
Philip O'Toole 83577baa93 Merge pull request #3804 from KoeSystems/init-script-improvements
init.d script -- fix issue #3803
2015-08-24 10:49:50 -07:00
David Norton 636b4d1603 don't send empty row from ShowMeasurementsExecutor 2015-08-24 13:16:48 -04:00
Daniel Morsing b7bbe8b5e0 remove unused backoffcount field 2015-08-24 10:25:38 -06:00
KoeSystems 64dd2941bd Fix issue #3803 2015-08-24 17:22:21 +01:00
David Norton 88f556af72 convert SHOW MEASUREMENTS to a distributed query 2015-08-23 23:09:51 -04:00
Paul Dix ff41f4ebf0 Merge pull request #3807 from influxdb/pd-improve-wal-flush-log
Improve WAL flush log output.
2015-08-23 11:53:10 -04:00
Paul Dix 981d7175fb Improve WAL flush log output. 2015-08-23 11:28:06 -04:00
dgnorton f3ccd1965b Merge pull request #3800 from influxdb/mapper-refactor
Mapper refactor
2015-08-22 13:17:03 -04:00
Paul Dix 72f35747a7 Merge pull request #3801 from influxdb/import-doc-update
Update importer readme
2015-08-22 11:39:16 -04:00
Cory LaNou e3adb7665b Update importer readme
We no longer insert the `upgrade_artifiact`.  Instead we now just use the entire series name as the measurement name.

Add info on throttling as well as status messages.
2015-08-22 10:19:13 -05:00
David Norton 5d26cfa4d7 return interface{} from nextChunk* functions 2015-08-22 10:59:29 -04:00
Cory LaNou 57373a3800 Merge pull request #3584 from influxdb/document-import-export
Import/export documentation
2015-08-22 09:30:57 -05:00
Cory LaNou de020e6044 fix bad rebase 2015-08-22 09:18:40 -05:00
David Norton c8f88f9a61 refactor remote mapping 2015-08-22 10:16:41 -04:00
Cory LaNou aa1a794b83 Document export metrics 2015-08-22 09:16:33 -05:00
Cory LaNou f44803fcd8 changelog 2015-08-22 09:16:33 -05:00
Cory LaNou 4120c0a034 first pass at import/export documenation 2015-08-22 09:16:15 -05:00
Cory LaNou 303694015c Merge pull request #3795 from influxdb/throttle-import
Throttle import
2015-08-22 09:04:56 -05:00
Todd Persen a9e3b9d176 Merge pull request #3797 from influxdb/pd-fix-wal-dirty-sort
Ensure WAL cache gets sorted when needed.
2015-08-21 22:05:28 +00:00
Paul Dix 15cf803b57 Ensure WAL cache gets sorted when needed.
Fixes #3792
2015-08-21 17:48:42 -04:00
Paul Dix a52a4be94c Merge pull request #3793 from influxdb/pd-fix-unsafe-series-shard-access
Fix map concurrent race with adding a shard to a series in the index.
2015-08-21 16:37:04 -04:00
Paul Dix 1a3074ed54 Fix map concurrent race with adding a shard to a series in the index. 2015-08-21 16:24:55 -04:00
Cory LaNou 6d5d697f56 changelog 2015-08-21 15:18:49 -05:00
Cory LaNou 8f6edbbffe minor refactoring, comment updates 2015-08-21 15:17:42 -05:00
Cory LaNou ace4737228 throttle import 2015-08-21 15:07:01 -05:00
Paul Dix 0a6c8b1968 Merge pull request #3788 from influxdb/pd-add-drop-database-to-wal
Update store to properly manage WAL create/delete.
2015-08-21 15:29:02 -04:00
Philip O'Toole 1edb13ec3f Merge pull request #3778 from influxdb/select_on_time
SELECT solely on time should return error
2015-08-21 12:22:02 -07:00
Philip O'Toole 20e5d5f3a9 Test explicitly SELECTing time as a field 2015-08-21 12:14:53 -07:00
Philip O'Toole e032242d83 Refine implementation, sole time is invalid 2015-08-21 12:14:53 -07:00
Philip O'Toole 7eb004d1af Update CHANGELOG 2015-08-21 12:14:53 -07:00
Philip O'Toole a45d46aac3 Add parser-level test for SELECT on time 2015-08-21 12:14:39 -07:00
Philip O'Toole 7a2f0a89bb SELECT on time should return error
Fixes #3010.
2015-08-21 12:14:39 -07:00
Jason Wilder 3e74790c0e Merge pull request #3790 from influxdb/jw-equals
Fix line protocol parsing equals in measurements and NaN values
2015-08-21 12:31:06 -06:00
Jason Wilder 85da78205c Update changelog 2015-08-21 12:19:44 -06:00