Commit Graph

9028 Commits (e036a4e69bd1821dfb125768fce7d3929a6a1962)

Author SHA1 Message Date
Nathaniel Cook 38295d83d1 Merge pull request #5076 from influxdb/nc-issue#5042
Count with fill(none) will drop 0 valued intervals
2015-12-09 15:29:52 -07:00
Nathaniel Cook b7000c80dd count with fill(none) will drop 0 valued intervals 2015-12-09 15:20:47 -07:00
Nathaniel Cook 50176c4c86 Merge pull request #5022 from influxdb/nc-issue#4622
Handle error when point doesnt have a shard group
2015-12-09 15:09:56 -07:00
Nathaniel Cook eb080785d4 add bounds checking for shard group timestamps
enforce strict valid time ranges on points

small
2015-12-09 13:07:13 -07:00
Philip O'Toole 7bae79cb71 Move to Go 1.5.2 2015-12-09 11:53:00 -08:00
Ady 07c0939fe1 Added logic To let the memeory mapped files to renamed by OS. Now a copy
is created in memory with SHARED_DELETE flag, so that OS is free to rename
or delete original file
2015-12-10 01:07:50 +05:30
Philip O'Toole e2ae97b2cd Update CHANGELOG for PR 4940
[ci skip]
2015-12-09 11:06:08 -08:00
Philip O'Toole da08304780 Merge pull request #4940 from li-ang/fix_aggregative_query_err
Fix distributed aggregative query error
2015-12-09 11:04:40 -08:00
Philip O'Toole 66cb861b59 Test_OpenRaft is racy 2015-12-09 11:01:41 -08:00
Philip O'Toole 40aae98d02 Correct typo in CHANGELOG
[ci skip]
2015-12-09 10:54:04 -08:00
Philip O'Toole 699ff6e1fd Update CHANGELOG for PR 5059
[ci skip]
2015-12-09 10:53:06 -08:00
Philip O'Toole 646573ee96 Merge pull request #5059 from farshidtz/master
go-client: changed statements' Err type to string, tagged by `error`
2015-12-09 10:51:51 -08:00
Philip O'Toole e499a94a23 Merge pull request #5069 from iakshay/contributing-fix
Fix install path in CONTRIBUTING.md
2015-12-09 10:49:34 -08:00
Akshay Aurora 544fe1f5fb fix install path 2015-12-09 23:24:20 +05:30
Paul Dix f844092c83 Update CHANGELOG.md 2015-12-09 11:15:35 -05:00
mengjingleli 3a901abbd8 fix issue #5054 2015-12-09 15:27:33 +08:00
Michael Desa 4f65dc05ef Merge pull request #5062 from influxdb/md-stress-http
Write stress stats back into influx
2015-12-08 16:42:41 -08:00
Michael Desa 35f45841ce Merge commit 'b1be2d5' into md-stress-http 2015-12-08 16:29:08 -08:00
Michael Desa 59169dcdc4 Implement WriteHTTPHandler 2015-12-08 16:09:12 -08:00
Jason Wilder 992aea7bd3 Merge pull request #5060 from influxdb/jw-drop-db
Cancel writing TSM files when engine closes
2015-12-08 16:16:07 -07:00
Paul Dix b192136887 Merge pull request #5058 from influxdb/pd-update-compaction-logic
Update TSM compaction logic
2015-12-08 18:14:15 -05:00
Paul Dix 27cc2ea0cc Update compact.Plan 2015-12-08 18:01:31 -05:00
Jason Wilder d7cff651d1 Cancel writing TSM files when engine closes
If the engine is closed while a compaction is going on, the close call
blocks until the goroutine exits.  This could be several minutes because
the control does not return back up to the channel selector while there is
still data to write.
2015-12-08 15:41:53 -07:00
Paul Dix 96445a53a7 Update TSM compaction logic
* Update compaction to look at newest files of the smallest step first
* Update compaction to look at older files in larger steps if newer files don't have enough small steps to compact
* Changed the TestDefaultCompactionPlanner_CombineSequence test to reflect what's possible now. We'd only have multiple files in the same generation if the all files but one were over the max allowable size.
* Clean up the logic on when full compactions are run and when planning can be skipped
2015-12-08 17:33:38 -05:00
Michael Desa 364a699416 Add broadcast channel for stress 2015-12-08 14:29:22 -08:00
Farshid Tavakolizadeh 460275a254 go-client: changed statements' Err type to string, tagged by `error` 2015-12-08 23:28:42 +01:00
Michael Desa b1be2d595c Rework outputConfig for influx_stress 2015-12-08 14:19:07 -08:00
Michael Desa 8e65e59bad Merge branch 'master' of github.com:influxdb/influxdb into md-stress-http 2015-12-08 13:35:26 -08:00
Jack Zampolin 8d64c9985e Things!! All the things! 2015-12-08 13:34:55 -08:00
Jason Wilder 62cb3a1e9b Merge pull request #5057 from influxdb/jw-5046
Fix leaking TSM files when compacting
2015-12-08 13:11:46 -07:00
Jason Wilder 81fd80eb89 Merge pull request #5051 from influxdb/jw-search
Avoid allocating strings during search
2015-12-08 13:10:21 -07:00
Jason Wilder 3543917a74 Avoid allocating strings during search 2015-12-08 13:02:17 -07:00
Jason Wilder 99c313ddae Fix leaking TSM files when compacting
The files being read were not closed after the compaction ran causing
them to leak.

Fixes #5046
2015-12-08 12:55:30 -07:00
Jack Zampolin 11aaf631e6 Implement WriteHTTPHandler 2015-12-08 11:43:57 -08:00
Philip O'Toole ffd232461a Merge pull request #5055 from influxdb/skipped_c_tests
Skip cluster tests until fixed
2015-12-08 11:10:50 -08:00
Michael Desa c7709643b1 Add broadcast channel for stress 2015-12-08 11:10:44 -08:00
Philip O'Toole cfc000a688 Skip cluster tests until fixed 2015-12-08 10:58:53 -08:00
Jason Wilder 8f6b6f9cb5 Merge pull request #5053 from influxdb/jw-tsm-deletes
Fix performance of dropping large number of keys
2015-12-08 11:47:41 -07:00
Philip O'Toole f40e6ee243 Nightly is now 0.10.0
[ci skip]
2015-12-08 10:00:57 -08:00
Jason Wilder 9d82e24ca0 Fix performance of dropping large number of keys 2015-12-08 10:47:06 -07:00
Jason Wilder 7a9019cf41 Merge pull request #5052 from influxdb/jw-compact-full2
Set full compaction duration option on planner
2015-12-08 10:05:38 -07:00
Jason Wilder f245b44afa Set full compaction duration option on planner
Was set on engine and not planner so it was always 0.
2015-12-08 09:56:36 -07:00
Paul Dix b341fdf90f Update CHANGELOG.md 2015-12-08 10:19:47 -05:00
Philip O'Toole 4f7479b174 Merge pull request #5043 from influxdb/fix_monitor_error
More precise error checking
2015-12-08 07:04:37 -08:00
Philip O'Toole ddb4039564 More precise error checking
This is due to currently brittle error "marshalling" in our system, so a
more precise compare is required.

Fixes issue #5037.
2015-12-08 06:47:52 -08:00
Paul Dix 6b040c82f0 Update CHANGELOG.md 2015-12-08 09:40:45 -05:00
Paul Dix a8b3358121 Update CHANGELOG.md 2015-12-08 09:34:32 -05:00
Philip O'Toole 9c65e1750a Update CHANGELOG for PR 5016
[ci skip]
2015-12-07 20:29:02 -08:00
Jason Wilder d32aeb2535 Merge pull request #5031 from influxdb/jw-mintime
Dedupe points at query time if there are overlapping blocks
2015-12-07 21:28:29 -07:00
Philip O'Toole c6ba1bff2a Merge pull request #5016 from oiooj/master
Fix raftState close panic
2015-12-07 20:27:31 -08:00