-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Influxdb stop fails with runtime error if configured graphite DB does not exist #4088
Comments
Auto-creation of whatever database is specified with your Graphite inputs does work. Something else is up with your system, that is prevent configurations such as database creation taking place. I have not seen this issue before. Are you running a cluster? |
No, only this single instance installed via Homebrew on OS X ( I will retest this on another host on Monday to check that the error messages are really identical. |
Hi @otoolep I has similar error but starting with OpenTSDB engine. Here the log https://gist.github.com/cdgraff/1be844aa5fcd22d962e6 I has setup by default... start well and with the first data arrive crash... |
@aheusingfeld -- are you still having issues? |
I can't reproduce this with the given config and master. |
You're right, this seems to be fixed in 0.9.4. Thanks! |
It seems that a new "feature" in 0.9.3 is that InfluxDB refuses to start if the configured database for the graphite plugin does not exist. Apart from complicating the initialization process e.g. of a docker based deployment (see https://github.com/tutumcloud/influxdb/tree/master/0.9), the error handling in this scenario looks a bit strange so I thought I'd let you know.
I tested with the following
config.toml
locally and within the docker container:this resulted in the following (shortened) log output:
The text was updated successfully, but these errors were encountered: