Commit Graph

5371 Commits (4fbdba6805456562a50bf1c1319a4b7b7af7d721)

Author SHA1 Message Date
Philip O'Toole 4fbdba6805 Set the GORACE environment variable correctly 2015-04-30 13:16:59 -07:00
Ben Johnson dd93ce2fe2 Merge pull request #2453 from influxdb/fix-write-entries-to
Do not require snapshot on Log.WriteEntriesTo().
2015-04-30 10:57:44 -06:00
Paul Dix f2cca1ef70 Update CHANGELOG.md 2015-04-29 15:28:34 -07:00
Paul Dix dc7f371af3 Update CHANGELOG.md 2015-04-29 15:28:16 -07:00
Paul Dix 8d91b75a5a Merge pull request #2354 from neonstalwart/stddev
make stddev work
2015-04-29 15:27:26 -07:00
Philip O'Toole cadc4ecb06 Merge pull request #2449 from influxdb/diags_panic
Always check if shard is local when accessing its stats
2015-04-29 15:10:27 -07:00
Philip O'Toole 6cbc80fa50 Only access shard stats if shard is local
Fixes issue #2452
2015-04-29 15:05:45 -07:00
Ben Johnson 80a6f2eccd Do not require snapshot on Log.WriteEntriesTo().
This commit fixes a bug where snapshots were always sent when connecting
to the leader -- even when not required.
2015-04-29 14:41:11 -06:00
ben hockey ee01a5f66f add test for stddev on 1 point 2015-04-29 15:40:07 -05:00
Philip O'Toole 50501624d5 Update CHANGELOG for PR 2446 2015-04-29 13:17:02 -07:00
Philip O'Toole 23e3407b6d Merge pull request #2446 from neonstalwart/queriesExecuted-stat
count each executed query in queriesExecuted stat
2015-04-29 13:08:48 -07:00
Paul Dix 53292d2a32 Update README.md 2015-04-29 11:34:03 -07:00
Paul Dix 3a0f25fcc7 Update README.md 2015-04-29 11:31:54 -07:00
ben hockey cb2fe96ba0 count each executed query in queriesExecuted stat 2015-04-28 15:03:56 -05:00
Jason Wilder b086598445 Merge pull request #2445 from influxdb/jw-locks
Read locks and data race fixes
2015-04-28 07:31:56 -07:00
Jason Wilder 3e1c6edfd2 Update changelog 2015-04-27 23:21:07 -07:00
Jason Wilder a3013009aa Fix data race in client setConfig()/randomizeURL() 2015-04-27 23:12:14 -07:00
Jason Wilder c7f0ccf443 Fix data races in stats
Fixes #2401
2015-04-27 22:57:51 -07:00
Jason Wilder 6b36e419fd Use read locks for Topic 2015-04-27 22:26:04 -07:00
Jason Wilder fc90719261 Use read lock for messaging connections 2015-04-27 22:21:49 -07:00
Jason Wilder b8f7c24413 Use a read lock for retrieving client urls 2015-04-27 22:18:23 -07:00
Jason Wilder 026ee0f7c3 Use a read lock for messaging client URL 2015-04-27 22:15:50 -07:00
Jason Wilder 6e2a0f8310 Use a read lock for reading data node URL 2015-04-27 19:11:22 -06:00
Jason Wilder 75e638f95b Use a read lock for running continuous queries 2015-04-27 19:10:22 -06:00
Jason Wilder 1efbdd1631 Use a read lock to look up a retention policy 2015-04-27 19:04:00 -06:00
Jason Wilder f624537cf8 Use a read lock to authenticate users 2015-04-27 19:02:01 -06:00
Jason Wilder 105637fc88 Use a read lock for admin user lookup 2015-04-27 18:59:28 -06:00
Jason Wilder 03ed70e6a3 Use read lock for user lookup 2015-04-27 18:48:20 -06:00
Todd Persen f50b2a0a98 Update CHANGELOG.md 2015-04-27 14:54:18 -07:00
Todd Persen 8597bdf4c7 Update CHANGELOG.md for RC28 2015-04-27 14:53:46 -07:00
Todd Persen 07774b2414 Merge pull request #2441 from influxdb/add_missing_unlock
RUnlock server after dropping series
2015-04-27 14:27:21 -07:00
Philip O'Toole 26348534b9 Update CHANGELOG 2015-04-27 14:22:29 -07:00
Philip O'Toole e78c481c01 Show features first in CHANGELOG 2015-04-27 14:21:46 -07:00
Philip O'Toole 76c29053cf Move drop series lock control into local function
This change means that lock control can use the defer call, which means
there is no chance the RLock will be left locked at function exit
Previously this code was more complex as it managed locks manually,
since the RLock must be released to allow the "drop series" broadcast
message go through.
2015-04-27 14:19:24 -07:00
Philip O'Toole a1a2f60241 Merge pull request #2440 from influxdb/more_truncation_logging
Enhance topic truncation logging
2015-04-27 12:56:34 -07:00
Philip O'Toole 72fefcd2fa Enhance topic truncation logging 2015-04-27 12:36:02 -07:00
Philip O'Toole 86b9ec5b28 Merge pull request #2431 from influxdb/diags_path_issues
Always append shard path in diags
2015-04-26 11:06:44 -07:00
Philip O'Toole 257aa4d6bd Always append shard path in diags
This code is clearer -- simply append an empty path if the shard is not
local.

Fixes issue #2430
2015-04-26 11:01:12 -07:00
Philip O'Toole 8b12472130 Merge pull request #2432 from influxdb/truncation_rix
RLock broker during topic truncation
2015-04-26 11:00:24 -07:00
Philip O'Toole 885f25c07f Merge pull request #2429 from influxdb/null_fields
Ensure no field value is null
2015-04-26 10:59:49 -07:00
Philip O'Toole 0994c8d9d5 Ensure no field value is null
Fix issue #2420.
2015-04-26 10:59:18 -07:00
Philip O'Toole 73a5747fa6 Add credit for PR 2415
[ci skip]
2015-04-25 10:24:17 -07:00
Philip O'Toole b2de822c2d Merge pull request #2426 from influxdb/opentsdb_race
Lock openTSDB and Graphite listener address
2015-04-25 10:03:29 -07:00
Philip O'Toole 2d5b860fc7 Add race test 2015-04-25 10:00:17 -07:00
Philip O'Toole ec0acb1b77 Fix race condition when accesing Graphite listener 2015-04-25 10:00:17 -07:00
Philip O'Toole b544241108 Lock openTSDB listener address 2015-04-25 10:00:17 -07:00
Philip O'Toole 812a73cd11 RLock broker during topic truncation 2015-04-24 21:55:16 -07:00
Philip O'Toole a8d9c7fbc8 Credit for PR2415 2015-04-24 18:16:33 -07:00
Philip O'Toole 6f326bcd9a Add details on http-access 2015-04-24 16:20:59 -07:00
Philip O'Toole 43827a4ca3 Merge pull request #2423 from influxdb/reenable_elect_test
Re-enable leader election test
2015-04-24 15:53:00 -07:00