Commit Graph

5499 Commits (f27e97e2548ee7a9f91612d7eff1d8694128d51e)

Author SHA1 Message Date
Paul Dix 21c927c244 Merge pull request #2473 from neonstalwart/lowercase-name-alternative
normalize Call.Name to be lowercase
2015-05-02 12:11:32 -04:00
Ben Johnson 64cdee2e5f CHANGELOG 2015-05-01 15:46:21 -06:00
Philip O'Toole b1474ed380 Merge pull request #2475 from influxdb/fix_race_during_shards_group_check
RLock server when checking shard groups
2015-05-01 12:17:33 -07:00
Philip O'Toole b93554e39b RLock server when checking shard groups
This fixes a race detected by the race detector. "Create shard groups"
commands must be broadcast across the cluster without holding the server
lock so the commands are created under lock, and then processed after
releasing the lock.
2015-05-01 12:03:58 -07:00
ben hockey ce54004961 normalize Call.Name to be lowercase 2015-05-01 12:05:55 -05:00
Philip O'Toole de1e695c25 Update CHANGELOG for PR 2465 2015-05-01 09:55:49 -07:00
Philip O'Toole 68a323dfeb Merge pull request #2465 from Jackkoz/patch-1
Implemented Flush() for httpd.responseLogger
2015-05-01 09:54:29 -07:00
Tristan Colgate-McFarlane 2c68fd27c6 Add Support for OpenTSDB HTTP interface
OpenTSDB support a http and telnet interface on the same port. This
patch adds support for the /api/put endpoint, both single, for both
single and multiple datapoint submissions.
2015-05-01 08:05:05 +01:00
Philip O'Toole e413539389 Merge pull request #2451 from marcosnils/influxql_fix
Update create user statement example.
2015-04-30 18:50:46 -07:00
Philip O'Toole a73d08267c Merge pull request #2469 from influxdb/reduce_min_topic_size
Reduce maximum topic size to 50MB
2015-04-30 17:18:24 -07:00
Philip O'Toole 8ed9e6895f Reduce maximum topic size to 50MB
1GB per topic seems way to large. Instead make it 50MB. Topic data will
never be deleted until at least 1 data node has replicated the data.
2015-04-30 17:14:36 -07:00
Philip O'Toole 2320241ada Merge pull request #2433 from influxdb/peer_shard
Peer shard replication -- broker side
2015-04-30 16:32:41 -07:00
Philip O'Toole 5fd548625a Merge pull request #2460 from influxdb/collectd_value_fix
Collectd input should use "value" as field name
2015-04-30 16:17:51 -07:00
Philip O'Toole cc54a62449 Update CHANGELOG 2015-04-30 16:15:26 -07:00
Philip O'Toole cc3f8f1c90 Integrate PR #2433 review comments 2015-04-30 16:15:26 -07:00
Jackkoz beda713adb Implemented Flush() for ResponseLogger 2015-05-01 00:49:49 +02:00
Philip O'Toole 60222a310d Merge pull request #2462 from influxdb/fix_circle_race
Set the GORACE environment variable correctly
2015-04-30 15:37:16 -07:00
Philip O'Toole c539072519 Return whether a snap should occur as bool
This avoids a race condition when accessing snapshotIndex.
2015-04-30 15:14:25 -07:00
Philip O'Toole 77fea49cca Use a locking-buffer to prevent races during tests 2015-04-30 14:44:20 -07:00
Philip O'Toole f851f896db Lock the client when randomizing its broker URL 2015-04-30 13:40:41 -07:00
Philip O'Toole 4fbdba6805 Set the GORACE environment variable correctly 2015-04-30 13:16:59 -07:00
Philip O'Toole 69810e12b5 Collectd input should use "value" as field name
Fixes issue #2412
2015-04-30 13:01:50 -07:00
Philip O'Toole 9e870a9fb3 Merge pull request #2459 from influxdb/collectd_value_fix
Re-order test data with struct definition
2015-04-30 11:46:50 -07:00
Philip O'Toole c3e6ea2701 Re-order test data with struct definition 2015-04-30 11:42:39 -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 6460d52440 Return list of data nodes with topic data
This is done using a custom HTTP header "X-Broker-Truncated".
2015-04-29 13:18:22 -07:00
Philip O'Toole 9635811efa Unit test TopicReader and truncation 2015-04-29 13:18:22 -07:00
Philip O'Toole 8ab44301b9 Return redirect to client if topic is truncated 2015-04-29 13:18:22 -07:00
Philip O'Toole 6eefb9ffdc Provide URLs as nodes for truncated topic data 2015-04-29 13:18:22 -07: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
Marcos Lilljedahl e74e75821e Update create user statement example. 2015-04-29 15:38:20 -03: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