-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Specifically, if the block in the configuration is missing:
"metrics_clusteragg": {
"jdbcUrl": "jdbc:h2:/opt/cluster-aggregator/data/metrics:clusteragg;AUTO_SERVER=TRUE;AUTO_SERVER_PORT=7067;MODE=PostgreSQL;INIT=create schema if not exists clusteragg;DB_CLOSE_DELAY=-1",
"driverName": "org.h2.Driver",
"username": "sa",
"password": "secret",
"maximumPoolSize": 2,
"minimumIdle": 2,
"idleTimeout": 0,
"modelPackages": [ "com.arpnetworking.clusteraggregator.models.ebean" ]
},
... then the application will not start, throwing a Guice unable-to-initialize type error. This DB (AFAIK) is only used for Circonus Sinks.
Ideally, the application should be able to run without this configuration if no Circonus sinks are in use.
Metadata
Metadata
Assignees
Labels
No labels