Commit Graph

5251 Commits (36954b2506e5f5ad4aa7cb91c9849745bce34530)

Author SHA1 Message Date
Philip O'Toole 36954b2506 Update CHANGELOG 2015-04-21 19:30:27 -07:00
Philip O'Toole 554b581060 Explicitly unit-test negative values 2015-04-21 19:30:24 -07:00
Philip O'Toole c855549973 Add shard path to first diag value
Fix issue #2369
2015-04-21 19:19:08 -07:00
Philip O'Toole 92899c3715 Add integration test to sanity check diags 2015-04-21 19:19:08 -07:00
Jari Takkala cc9689c691 Handle int and int32 types correctly. 2015-04-21 19:19:08 -07:00
Jason Wilder 6d6db1fb2b Merge pull request #2375 from influxdb/jw-int-tests
Print CPU and GOMAXPROCS when running integration tests
2015-04-21 16:51:08 -06:00
Philip O'Toole b50c503518 Merge pull request #2373 from influxdb/control_http_loggign
Actually allow HTTP logging to be enabled
2015-04-21 15:35:43 -07:00
Jason Wilder 6590653528 Print CPU and GOMAXPROCS when running integration tests
Hopefully make it easier to reproduce the test env locally.
2015-04-21 16:35:10 -06:00
Philip O'Toole 5ff1bd1f87 Skip partial-replication test 2015-04-21 15:21:25 -07:00
Philip O'Toole df7ed03cd4 Actually allow HTTP logging to be enabled 2015-04-21 15:21:21 -07:00
Cory LaNou 9824585a43 Merge pull request #2372 from influxdb/graphite-data-race
Fix race condition in graphite endpoints
2015-04-21 15:47:30 -06:00
Cory LaNou 3355bdf810 update changelog [ci skip] 2015-04-21 15:43:20 -06:00
Cory LaNou ff24d0a00e fix race condition in graphite endpoints 2015-04-21 15:42:25 -06:00
Jason Wilder 9993c0dab3 Merge pull request #2371 from influxdb/2352
Don't set client to nil when closing broker
2015-04-21 15:37:40 -06:00
Cory LaNou ec990771e4 Merge pull request #2370 from influxdb/tsdb-data-race
Fix data race for openTSDB listener addr
2015-04-21 15:33:18 -06:00
Cory LaNou 5ec039034e update changelog [ci skip] 2015-04-21 15:32:00 -06:00
Cory LaNou c5790abe84 fix data race for openTSDB listener addr 2015-04-21 15:26:11 -06:00
Jason Wilder ca845ad119 Don't set client to nil when closing broker
Fixes 2352
2015-04-21 15:18:07 -06:00
Philip O'Toole 4cc106887c RC26 is out
[ci skip]
2015-04-21 14:09:20 -07:00
Cory LaNou 5203e7f426 Merge pull request #2367 from influxdb/localhost-2350
Always use localhost, not host name
2015-04-21 14:29:45 -06:00
Cory LaNou 3a83c6e9ec new config should not set host name 2015-04-21 13:49:20 -06:00
Cory LaNou bf087eb561 changelog 2015-04-21 13:49:20 -06:00
Cory LaNou ae43e0c8b2 always use localhost, not host name 2015-04-21 13:48:42 -06:00
Jason Wilder fbf9cdbfeb Merge pull request #2353 from influxdb/2272-fix
Distributed Query/Clustering Fixes
2015-04-21 13:45:31 -06:00
Jason Wilder 2975a9d450 Update changelog
Fix #2353 #2348 #2343 #2334 #2272
2015-04-21 13:42:03 -06:00
Jason Wilder 38628e540b Make drop database close and release resources
Drop database did not close any open shard files or close
any topic reader/heartbeats.  In the tests, we create and drop new
databases during each test run so these were open files and connection
slowed things down and consumed a lot of RAM as the tests progressed.
2015-04-21 13:39:58 -06:00
Jason Wilder 25a43a8f11 Change 6 node test to 5 node 2015-04-21 13:39:58 -06:00
Jason Wilder 406a951718 Fix comments 2015-04-21 13:39:58 -06:00
Jason Wilder 90e3059a8b Fix processRawQuery from returning duplicate data 2015-04-21 13:39:58 -06:00
Jason Wilder f5a8227077 Fix cluster join
New data nodes would never actually join the cluster.  They would
pose as server ID 1 in a cluster.
2015-04-21 13:39:58 -06:00
Jason Wilder 9268ddfefc Pass series IDs for shards in DQ instead of all series IDs 2015-04-21 13:39:58 -06:00
Philip O'Toole e3fcdd2d01 Source gvm script before running gvm 2015-04-21 10:18:54 -07:00
Philip O'Toole deb089afaf Corrections to packaging script 2015-04-21 10:14:26 -07:00
Philip O'Toole feee330a1e Merge pull request #2356 from marcosnils/regex_scanner_test
Add tests for REGEX operators
2015-04-20 21:11:59 -07:00
Philip O'Toole 4bf18760d3 Merge pull request #2365 from influxdb/different_build_options
Simpler 'go get' options
2015-04-20 21:05:04 -07:00
Philip O'Toole 8dac41d7a9 Simple 'go get' options 2015-04-20 20:59:38 -07:00
Philip O'Toole 384ca9c7de Use Go 1.4.2 during testing 2015-04-20 19:01:38 -07:00
Philip O'Toole 7903b2c4b0 Merge pull request #2362 from marcosnils/remove_govet
Avoid downloading go vet as included in go binary
2015-04-20 18:28:57 -07:00
Marcos Lilljedahl 527365db4d Merge branch 'master' into regex_scanner_test 2015-04-20 22:26:15 -03:00
Marcos Lilljedahl f07b500c7c Avoid downloading go vet as included in go binary
Source: https://github.com/golang/tools/blob/master/README
2015-04-20 22:25:13 -03:00
Philip O'Toole 274be50cef Merge pull request #2361 from influxdb/package_gvm
Packaging now uses gvm
2015-04-20 18:19:42 -07:00
Philip O'Toole 7d37a8b6b8 Packaging now uses gvm
This allows the script to set the exact version of Go used to build the
program.
2015-04-20 18:14:46 -07:00
Philip O'Toole 7766247552 Add note regarding Go versionb 2015-04-20 18:10:25 -07:00
Philip O'Toole ecdd31a256 Merge pull request #2359 from influxdb/retry_go_get
Merge with master, not PR branch
2015-04-20 17:46:30 -07:00
Philip O'Toole 0c8a2396b0 Merge with master, not PR branch 2015-04-20 17:41:29 -07:00
Todd Persen 290fddd0d2 Merge pull request #2355 from influxdb/fix-go-version-on-circle
Explicitly install Go 1.4.2 on CircleCI
2015-04-20 16:22:23 -07:00
Marcos Lilljedahl 2bac1a8097 Add test for REGEX operators 2015-04-20 19:43:06 -03:00
Todd Persen 75082349df Install from binary package. 2015-04-20 15:11:32 -07:00
Todd Persen 32264038be Specifically install Go 1.4.2 on CircleCI 2015-04-20 14:57:26 -07:00
Philip O'Toole 46583ff41d Merge pull request #2351 from influxdb/diags_data_rate
RLock shard during diagnostics
2015-04-20 14:12:08 -07:00