Commit Graph

1231 Commits (876de6b745747a19d5897306b3e14606ebbe8dd6)

Author SHA1 Message Date
John Shahid 876de6b745 fix #437. Note the previous fix in 6cb9413 broke other functionality 2014-04-15 16:22:52 -04:00
John Shahid afb76a8183 fix #432. Create a checkpoint before executing a delete query 2014-04-15 15:49:31 -04:00
John Shahid 6cb941310e fix #437. Queries with negative constants don't parse properly 2014-04-15 15:22:48 -04:00
John Shahid 8d810e8807 remove a whitespace 2014-04-15 15:22:48 -04:00
Todd Persen 5295f199bc Revert "Fix #433. Remove custom interfaces endpoint."
This reverts commit f6fc73d06b.
2014-04-15 15:06:00 -04:00
Todd Persen 7b969c1c58 Revert "Remove unused import. /me shakes fist @toddpersen"
This reverts commit cba20324c0.
2014-04-15 15:05:38 -04:00
John Shahid e829508d47 update the changelog 2014-04-15 14:51:08 -04:00
John Shahid 826e9f90ed fix #442. Fix some bugs in shouldQuerySequentially and add a test 2014-04-15 14:49:39 -04:00
John Shahid 545cc05147 use point batch size from the config file 2014-04-15 13:57:36 -04:00
Paul Dix 8d7e91a5c7 Change logging of query to be an info level event 2014-04-15 09:29:24 -04:00
John Shahid 9a2f9f1c3b Merge pull request #429 from influxdb/fix-tests
Fix tests
2014-04-14 21:10:52 -04:00
John Shahid d9fdc289e0 More robust test suite 2014-04-14 21:01:13 -04:00
John Shahid 583b08d0d9 simplify 2014-04-14 20:43:55 -04:00
John Shahid 378723abbb Be less verbose when servers go up and down 2014-04-14 20:43:39 -04:00
John Shahid fc8b35da54 get rid of tip, it's failing on travis 2014-04-14 20:43:39 -04:00
John Shahid bde7e919a4 log an error if the graphite plugin can't write data 2014-04-14 20:43:39 -04:00
John Shahid ce0044036b make the heartbeat backoff configurable
We mainly need this for testing. before this change the backoff
defaulted to 1 second and could get up to 10 seconds before the server
attempted to do another heartbeat.
2014-04-14 20:43:39 -04:00
John Shahid b88f760521 use the same query spec 2014-04-14 20:43:39 -04:00
John Shahid e3c55bd6a6 start the protobuf server after raft has initialized
Otherwise, we may get a protobuf request to write data to the local
shards which don't exist yet
2014-04-14 20:43:39 -04:00
John Shahid 69c19018e2 add a way to tell if the cluster is in sync or not 2014-04-14 20:43:39 -04:00
John Shahid d199866ae4 simplify the recovery logic 2014-04-14 20:43:39 -04:00
Paul Dix d3eba5f4d3 Update changelog 2014-04-14 20:03:37 -04:00
Paul Dix 0d29548010 Merge pull request #441 from influxdb/fix-440-heartbeat-timeouts
Fix #440. Update protobuf client to clear out heartbeat requests after t...
2014-04-14 19:59:51 -04:00
Paul Dix 2aa5933958 Fix #440. Update protobuf client to clear out heartbeat requests after they've completed 2014-04-14 19:53:58 -04:00
John Shahid 75a81e0743 fix another bug with initial recovery 2014-04-14 15:35:59 -04:00
John Shahid 673e66d5bd use shard ids not server ids 2014-04-14 15:06:22 -04:00
Paul Dix 7978283c4a Add log output on error with openeing shard 2014-04-14 15:05:10 -04:00
Paul Dix cba20324c0 Remove unused import. /me shakes fist @toddpersen 2014-04-14 14:54:16 -04:00
Todd Persen 3408c32d08 Merge pull request #427 from lucapette/fix_typo
Fix typo
2014-04-13 21:24:25 -04:00
Todd Persen f6fc73d06b Fix #433. Remove custom interfaces endpoint. 2014-04-13 21:19:46 -04:00
Todd Persen 46a874dffc Merge pull request #435 from mitbra/make-clean-typo
typo in Makefile.in 'clean' target
2014-04-13 21:17:28 -04:00
Mitchell Bradd c25e8165fd typo in Makefile.in 'clean' target 2014-04-14 10:53:50 +10:00
Paul Dix 56afa387b2 Add output on heartbeat error 2014-04-11 13:02:16 -04:00
Paul Dix 45029616b4 Add the request to the running request object in protobuf client so we can output it if it times out for more debug info. 2014-04-11 12:11:04 -04:00
Paul Dix ffaf0891da Change log output for buffer size on query to debug. Too noisy on Info. 2014-04-11 12:08:46 -04:00
lucapette 8ee3131766 Fix typo 2014-04-10 15:05:31 +02:00
Paul Dix 9086c99747 Fix config parsing so we actually get the per server write buffer size 2014-04-09 16:31:00 -04:00
John Shahid 5371dc9280 fix #328. Join queries with math expressions don't work 2014-04-09 14:18:07 -04:00
John Shahid 8756940fd4 bump the version in the changelog 2014-04-08 20:09:02 -04:00
John Shahid c163db89ba update the changelog 2014-04-08 20:02:31 -04:00
John Shahid 08ab09a4dc Merge pull request #392 from influxdb/fix-392-different-columns-across-shards
Points with different number of columns from multiple shards return incorrect result
2014-04-08 20:01:59 -04:00
John Shahid 2785782e17 fix #392. Different columns in different shards returns invalid results 2014-04-08 19:54:48 -04:00
John Shahid 0748eda4ed wip: add tests to illustrate #392 2014-04-08 19:54:19 -04:00
John Shahid 998bf827fb Merge pull request #424 from influxdb/fix-421-api-read-timeout
Fix #421. Add read timeout to API to make sure we don't keep thousands o...
2014-04-08 19:53:59 -04:00
Paul Dix caf3b45979 Fix #421. Add read timeout to API to make sure we don't keep thousands of connections open needlessly. 2014-04-08 19:48:16 -04:00
John Shahid dbbea8d05f fix #415. Include the database when sending an auth error 2014-04-08 17:04:19 -04:00
John Shahid 3973b5fb41 update the changelog 2014-04-08 16:46:28 -04:00
John Shahid a04aed4f71 Merge pull request #413 from influxdb/fix-413-small-group-by-time
runtime error: integer divide by zero.
2014-04-08 16:45:17 -04:00
John Shahid 683a2344ea fix #413. Don't assume the group by interval is > second 2014-04-08 16:37:15 -04:00
John Shahid 03decd47e9 no need to copy to a buffer then reset it 2014-04-08 15:22:24 -04:00