setting DASHBOARD_CACHE_UPDATE=false indeed stops the issue. Thanks.
On Mon, Dec 12, 2016 at 4:44 PM, Scott Dickerson <[email protected]> wrote: > > On Mon, Dec 12, 2016 at 9:28 AM, Martin Perina <[email protected]> wrote: > >> Hi Scott, >> >> isn't this error related to your latest changes in dashboard data caching >> [1]? Have you tested in development environment without DWH installed? >> >> > It is due to my patch, and no I didn't test without DWH installed. I'll > modify the code so it won't do this. > > In the meantime, devs without DWH setup can disable the Dashboard > background queries via ovirt-engine.conf. Adding a file > "$DEV_OVIRT_PREFIX/etc/ovirt-engine/engine.conf.d/99-no-dashboard.conf" > with the contents: > > # > # Enable/disable updating the dashboard DB query caches at regular > intervals. > # > DASHBOARD_CACHE_UPDATE=false > > will stop the issue Yanir is experiencing. > > > >> Thanks >> >> Martin >> >> [1] https://gerrit.ovirt.org/67709 >> >> >> On Mon, Dec 12, 2016 at 1:50 PM, Roy Golan <[email protected]> wrote: >> >>> >>> >>> On 12 December 2016 at 13:11, Yanir Quinn <[email protected]> wrote: >>> >>>> Hi, >>>> I am running with the latest Ovirt engine master and get a repeating >>>> error in engine.log regarding Dashboard utilization. >>>> >>>> engine.log attached >>>> >>>> Regards >>>> Yanir Quinn >>>> >>>> _______________________________________________ >>>> Devel mailing list >>>> [email protected] >>>> http://lists.phx.ovirt.org/mailman/listinfo/devel >>>> >>> >>> >>> The log says "Unable to get managed connection for java:/DWHDataSource" >>> Your DWH is not configured and that's obvious cause this is a developer >>> setup. If the datasource isn't up I would prevent the init of the servlet >>> altogether to reply with a 503 of some sort instead of this. Infra UI would >>> you like a bug on that? >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Devel mailing list >>> [email protected] >>> http://lists.phx.ovirt.org/mailman/listinfo/devel >>> >> >> > > > -- > Scott Dickerson > Senior Software Engineer > RHEV-M Engineering - UX Team > Red Hat, Inc >
_______________________________________________ Devel mailing list [email protected] http://lists.phx.ovirt.org/mailman/listinfo/devel
