Ben Johnson
f5954ace5e
Move version and commit sha into main.go.
2014-11-17 17:34:47 -07:00
Ben Johnson
0cc1818eaa
Remove protobufs.
2014-11-17 17:23:21 -07:00
Ben Johnson
220131146b
Merge pull request #1133 from influxdb/cleanup
...
Remove engine, parser, and Makefile.
2014-11-17 16:56:42 -07:00
Ben Johnson
c8e997c741
README
2014-11-17 16:56:35 -07:00
Ben Johnson
7c32361646
Update travis.yml.
2014-11-17 16:02:30 -07:00
Ben Johnson
37ee2ac23c
Remove engine, parser, and Makefile.
2014-11-17 15:54:35 -07:00
Ben Johnson
f49785a44f
Merge pull request #903 from influxdb/streaming-raft
...
WIP: Streaming Raft
2014-11-17 07:52:04 -07:00
Ben Johnson
adf94eef91
Merge branch 'master' of https://github.com/influxdb/influxdb into streaming-raft
...
Conflicts:
cluster/cluster_configuration.go
coordinator/coordinator.go
coordinator/protobuf_client.go
coordinator/protobuf_client_test.go
daemon/influxd.go
datastore/shard_datastore.go
datastore/shard_datastore_test.go
datastore/storage/hyperleveldb.go
datastore/storage/leveldb.go
datastore/storage/mdb.go
datastore/storage/registry.go
datastore/storage/rocksdb.go
engine/aggregator_operators.go
2014-11-17 07:49:27 -07:00
Todd Persen
a0fd0cd03e
Update CHANGELOG for v0.8.6
2014-11-16 00:49:32 -05:00
Ben Johnson
0e9a74294e
Add InfluxQL AST and tokens.
2014-11-15 12:04:30 -07:00
John Shahid
5259b3a3d8
sed_i -> $(sed_i)
2014-11-14 17:42:18 -05:00
Todd Persen
6652de1fec
Merge pull request #1093 from influxdb/fix-1093
...
Incorrect error message if using last()
2014-11-14 17:20:58 -05:00
Todd Persen
0169fb190d
Merge pull request #1024 from influxdb/fix-1024
...
Hitting open files limit causes influxdb to create shards in loop
2014-11-14 17:18:20 -05:00
Todd Persen
3fb1d5d195
Merge pull request #959 from influxdb/fix-959
...
Using closed connection in the protobuf client
2014-11-14 17:15:49 -05:00
David Norton
82cc881599
Fix #1093 : correct error message for last()
2014-11-14 17:12:42 -05:00
Todd Persen
4e8ee46085
Merge branch 'fix-1113'
2014-11-14 17:09:18 -05:00
Todd Persen
23c054e158
Merge branch 'master' into fix-1113
...
Conflicts:
coordinator/coordinator.go
2014-11-14 17:09:05 -05:00
Todd Persen
667b5d3f20
Merge pull request #1109 from influxdb/fix-947
...
Fix #947 : exit nice if no permission to write log
2014-11-14 17:05:34 -05:00
Todd Persen
6b58826e0d
Fixes #1069 . Fix interfaces in admin UI.
2014-11-14 16:57:18 -05:00
Todd Persen
28816c6c37
Processor chain notices should get logged as Debug.
2014-11-14 16:14:16 -05:00
Ben Johnson
5fe566466e
Add messaging and raft test coverage.
2014-11-12 22:32:42 -07:00
John Shahid
98cebfbac6
Add a help target and some docs
2014-11-12 12:29:48 -05:00
Ben Johnson
ab0efbe677
Config encoding fixes.
2014-11-11 21:14:32 -07:00
Ben Johnson
eef79f8aff
Add raft configuration encoding test coverage.
2014-11-11 20:30:21 -07:00
David Norton
e7639d7ef9
Fix #1113 : engine.ProcessorChain check for nil
2014-11-11 16:11:24 -05:00
Ben Johnson
2c7f879f4d
Integrating http handler.
2014-11-10 22:25:03 -07:00
David Norton
0b018f25ff
Fix #959 : don't use closed connection in pb client
2014-11-10 18:45:33 -05:00
David Norton
684262531f
Fix #947 : exit nice if no permission to write log
2014-11-10 08:56:14 -05:00
Ben Johnson
f52c85a8a1
Query engine and parser integration into root pkg.
2014-11-09 19:55:53 -07:00
dgnorton
b611d020cd
Merge pull request #1100 from influxdb/fix-1100-panic-removing-shard-spaces
...
Removing shard spaces in a cluster causes a continuous panic
2014-11-07 15:58:09 -05:00
Todd Persen
a5bb9115ce
Fix cluster panic when trying to remove a shard space that doesn't exist.
2014-11-07 11:04:12 -05:00
Ben Johnson
b78d4f1329
Add basic query code into the database.
2014-11-06 20:18:36 -05:00
Ben Johnson
9d1464813a
Merge branch 'master' of https://github.com/influxdb/influxdb into streaming-raft
...
Conflicts:
Makefile.in
_vendor/raft/server.go
_vendor/raft/snapshot.go
_vendor/raft/snapshot_test.go
admin/http_server.go
admin/http_server_test.go
api/graphite/api.go
api/http/series_writer.go
cluster/cluster_configuration.go
cluster/cluster_server.go
cluster/nil_processor.go
cluster/shard_space.go
cmd/influxd/main.go
common/helpers.go
configuration/configuration.go
configuration/configuration_test.go
coordinator/protobuf_server.go
coordinator/raft_server.go
datastore/point_iterator.go
datastore/shard.go
datastore/storage_key.go
engine/aggregator_engine.go
engine/arithmetic_operators.go
parser/group_by.go
parser/query_api.go
response_channel.go
server/server.go
2014-11-06 01:20:36 -05:00
Ben Johnson
c138aaaf58
Integrating query into shards.
2014-11-06 01:03:35 -05:00
David Norton
ce0c4a54eb
Fix #1024 : cleanup files if shard creation fails
2014-11-05 20:19:08 -05:00
John Shahid
b180155ba6
run valgrind on travis
2014-11-05 18:50:17 -05:00
John Shahid
4a3a286f2e
Check for valgrind and mercurial
...
If valgrind isn't found, `make valgrind` will be disabled. Otherwise it
will run valgrind to make sure the parser doesn't leak any memory. If
mercurial isn't found an error will be displayed and configure will
abort.
Close #978
2014-11-05 18:49:49 -05:00
John Shahid
6beed4fe54
Determine if we should use sed -i or sed -i ''
...
Close #671
2014-11-05 18:38:44 -05:00
John Shahid
9507b187f1
Don't emit the time condition for single point queries
...
Close #925
2014-11-05 18:35:44 -05:00
John Shahid
b5fb4840a9
Make sure all services are stopped properly
...
Close #663
2014-11-05 18:14:56 -05:00
John Shahid
de8836ca4f
Return an appropriate exit code if the daemon exists because of errors
...
Currently we only return an exit code of 1 if an error occurred,
otherwise an exit code of 0 is returned.
Close #1008
2014-11-05 18:13:34 -05:00
John Shahid
bd5bd8aa12
update travis email notification and go version
...
- Travis now notifies on failures only
- Use go 1.3.3 and 1.4beta1
- Get rid of the old hipchat notifications
2014-11-05 17:21:27 -05:00
John Shahid
1f3570536f
Don't try to close the protobuf server if it's not open
...
Fix #584
2014-11-05 16:46:54 -05:00
John Shahid
d14c14844f
update the changelog
2014-11-05 16:33:42 -05:00
Spencer Owen
3d56b53798
Replaces sudo with su in init script
...
http://stackoverflow.com/questions/8940771/switch-user-in-a-init-script
Fix #800 . Close #1017
2014-11-05 16:32:14 -05:00
runner.mei
c82046ec6b
use syslog only when running under linux or osx
...
Close #937
2014-11-05 14:13:10 -05:00
Ben Johnson
dcef4baeb1
Add bolt-backed metastore.
2014-11-05 00:32:17 -05:00
John Shahid
7d77c2593f
add some docs
2014-11-04 12:55:23 -05:00
John Shahid
d1f4f4b8e1
add #1092 to the changelog
2014-11-04 10:34:21 -05:00
Ben Johnson
922931500f
Intermediate commit.
2014-11-03 23:25:33 -05:00