Commit Graph

3603 Commits (221954fbdc5eff61158cdede21c1a31d4544e73b)

Author SHA1 Message Date
Peter C. Norton f5247cb8f3 Remove more ksh/bash-isms 2015-01-29 13:01:55 -05:00
Peter C. Norton 1b645b0d52 Fix tests/seige/urlgen for non-macs
Should address https://github.com/influxdb/influxdb/issues/1437
2015-01-29 12:08:49 -05:00
Ben Johnson b1417eaeb9 Update urlgen to do batching. 2015-01-29 02:13:57 -05:00
Ben Johnson 138474f9fe Add simple write series batching.
This commit adds a simple per-request batching of points during writes.
It sends all requests to the broker separately and in parallel and combines
the data at the end.

This is only a stop gap solution until we implement full batching.
2015-01-29 02:11:40 -05:00
Ben Johnson 0e8d5f749d Merge pull request #1435 from influxdb/siege
Siege
2015-01-29 01:29:57 -05:00
Ben Johnson 1d587f9c1d Add siege script and url generation. 2015-01-29 01:10:10 -05:00
Ben Johnson 03134ec83e Add urlgen. 2015-01-29 00:47:19 -05:00
Ben Johnson 8ae192d04c Merge pull request #1433 from influxdb/bench
Add Broker over HTTP benchmark.
2015-01-28 22:43:46 -05:00
Philip O'Toole 594e4fbb4c Merge pull request #1408 from influxdb/tmux_abs_paths
Absolute paths in multi-node config files
2015-01-28 19:31:23 -08:00
Ben Johnson 26f4cf6cba Add raw broker benchmark. 2015-01-28 21:44:13 -05:00
Ben Johnson efc0a263e3 Add Broker over HTTP benchmark. 2015-01-28 21:38:02 -05:00
dgnorton f86e078900 Merge pull request #1429 from influxdb/show-tag-key
issue #1411: wire up show tag keys
2015-01-28 21:35:21 -05:00
David Norton f4383f330f issue #1411: fix result format 2015-01-28 21:33:19 -05:00
David Norton ae33bc99db issue #1411: wire up show tag keys 2015-01-28 21:33:19 -05:00
Philip O'Toole 094e9bd008 Merge pull request #1428 from influxdb/new_cli_bin
Create link for renamed CLI binary
2015-01-28 17:28:14 -08:00
Philip O'Toole 7f88b8bb16 Create link for renamed CLI binary 2015-01-28 17:25:50 -08:00
Cory LaNou 7d3706233d Merge pull request #1417 from influxdb/cli-liner
CLI Enhancements
2015-01-28 18:01:49 -07:00
Philip O'Toole a84afd3a6a Merge pull request #1416 from influxdb/dont_panic_no_measurement
Ensure measurement exists when querying
2015-01-28 16:36:02 -08:00
Cory LaNou e066826657 renamed influxdb to influx for cli 2015-01-28 17:22:28 -07:00
Philip O'Toole a0e02406f9 Ensure measurement exists when querying 2015-01-28 16:22:21 -08:00
Cory LaNou 9609425d94 adding history, better results, misc enhancements 2015-01-28 17:15:16 -07:00
Cory LaNou 6ae51f876e Merge pull request #1409 from influxdb/results-unmarshal-json
Need to custom unmarshal results
2015-01-28 15:53:57 -07:00
Cory LaNou 41cb753470 Need to custom unmarshal results 2015-01-28 15:44:49 -07:00
Philip O'Toole 0cca0e5267 Don't index configs, just use port number 2015-01-28 14:32:23 -08:00
Philip O'Toole bfef027606 Use absolute paths in multi-node configs 2015-01-28 14:23:56 -08:00
Philip O'Toole da89a0eff9 Merge pull request #1407 from influxdb/detail_package_doc
Add detailed packaging instructions
2015-01-28 12:21:58 -08:00
Philip O'Toole f328e7a8e6 Add detailed packaging instructions 2015-01-28 12:21:26 -08:00
Philip O'Toole 716ab6384c Merge pull request #1403 from influxdb/set_aws_config_var
Explicitly set AWS creds during upload
2015-01-28 11:50:41 -08:00
dgnorton 843afd2dd8 Merge pull request #1406 from influxdb/fix-default-rp
fix CREATE RETENTION POLICY ... DEFAULT
2015-01-28 14:31:32 -05:00
David Norton 4b8f9d8970 fix CREATE RETENTION POLICY ... DEFAULT 2015-01-28 14:27:05 -05:00
Philip O'Toole 88e054492b Merge pull request #1405 from influxdb/name_init_section
Explicity name "initialization" section in config
2015-01-28 11:25:08 -08:00
Philip O'Toole a4f4c42a15 Explicity name "initialization" section in config 2015-01-28 11:13:44 -08:00
Philip O'Toole c41b2b64d6 Add comment about 'fpm' and AWS CLI prerequisites 2015-01-28 09:51:54 -08:00
Philip O'Toole 2cb2b5d0b5 Explicitly set AWS creds during upload
Also, check return codes to make sure everything worked OK.
2015-01-28 09:43:19 -08:00
dgnorton eb9b97ec4b Merge pull request #1401 from influxdb/show-series-fixes
fix SHOW SERIES
2015-01-28 12:04:21 -05:00
David Norton 204aad21d3 fix SHOW SERIES 2015-01-28 11:50:14 -05:00
Paul Dix 3ad3abaf64 Merge pull request #1398 from influxdb/show-queries
Show queries
2015-01-28 10:44:08 -05:00
Paul Dix 821d81c540 Remove writeseries band aid 2015-01-28 10:42:47 -05:00
Paul Dix d5c1406144 Fix locking on show queries 2015-01-28 10:41:10 -05:00
Paul Dix b57d13e747 Fix show tests 2015-01-28 10:37:25 -05:00
Paul Dix ac53db23ce Merge pull request #1399 from influxdb/parse-tag
influxql: fix WHERE TAG KEY parsing
2015-01-28 10:03:08 -05:00
David Norton 2cf41d6ea9 influxql: fix WHERE TAG KEY parsing 2015-01-28 05:02:36 -05:00
Ben Johnson 22195c097b Merge pull request #1389 from influxdb/normalize-query
Add statement normalization before execution.
2015-01-28 04:09:09 -05:00
Philip O'Toole d61d22483c Merge pull request #1395 from influxdb/add_cli
Create symlink to current InfluxDB CLI
2015-01-28 01:07:18 -08:00
Ben Johnson 65fc906b00 fix test. 2015-01-28 04:06:24 -05:00
Ben Johnson c9a9f9b988 godoc 2015-01-28 03:59:02 -05:00
Ben Johnson 0a73416e4d Use the last ident segment for result names. 2015-01-28 03:57:38 -05:00
Ben Johnson c651fb497a Merge branch 'master' of https://github.com/influxdb/influxdb into normalize-query 2015-01-28 03:45:37 -05:00
David Norton 3a4d12aa76 wip 2015-01-28 03:45:21 -05:00
Ben Johnson d37ab3a6c0 Merge pull request #1397 from influxdb/more-broker-redirection
Add additional broker HTTP redirection.
2015-01-28 03:45:07 -05:00