by rhoml on 3/25/15, 1:58 PM with 22 comments
by shanemhansen on 3/25/15, 3:36 PM
I'm currently running the latest 0.8.x release and there are a few issues:
1.My influxdb instances stop servicing reads once every 12 hours so I have a cron job that force restarts it. https://github.com/influxdb/influxdb/issues/1116
2. Enabling the graphite plugin on the first run can crash the process (the creation of the default cluster admin user seems to be racy). Not a big deal except in automated deployment scenarios.
3. I lost an entire database (luckily it was just used for storing grafana graph definitions and not actual data).
4. I'm not sure if anyone's currently working on their admin UI. I submitted a pull request to their admin UI to sort shards by ID because currently it randomizes the order on every load (I presume because of golang's randomized map iteration). It's sat there since January. The last PR they merged into that repo was in May of 2014.
I really want influxdb to be successful. Every organization I've worked for in the last few years has serious graphite scaling issues and influxdb is well positioned to fix those. I think even in it's current state it's a better option than graphite (and the influxdb-graphite plugin gives you all the graphite features).
by infinotize on 3/25/15, 4:16 PM
* No dependencies. Compare this with setting up HDFS/HBase and Graphite which is a real pain in the neck to manage, especially since my tsdb has to run on an arbitrary machine pool in a sandbox.
* Active development. This is a big one. Releases have been coming steadily and Paul & co. do a good job of having a real roadmap and chipping away at it; this is probably my tipping point over Graphite.
* Clustering. Maybe it's not there yet, but see above. Most tools in this space are not elastic at all.
* Grafana integration - seems like there is a good bit of momentum in that project in general which is promising.
PS Reading this it almost sounds like an ad, no I'm not affiliated with influx.
PPS logfile configuration for rotation/cleanup would be a nice-to-have enhancement ;)
by gtrubetskoy on 3/25/15, 4:04 PM
The site says "production ready in March" - it seemed to me like there's at least 3 months of work there given that most of the clustering features (e.g. how to rebuild a fialed node, how to expand the cluster, distributed queries) are not there.
My other concern with InfluxDB is that it doesn't follow the fate of FoundationDB - get acquired by a giant corporation and disappear.
by CSDude on 3/25/15, 3:12 PM
by erichmond on 3/25/15, 2:52 PM
by jacques_chester on 3/25/15, 3:36 PM
by bad_user on 3/25/15, 3:27 PM
by lasermike026 on 3/25/15, 3:34 PM
Mike (BMark Admin)