dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31451
[Bug 1339078] Re: sql view is dropped after analytics run
This is not a bug, but happens because the views (which might be linked
to resource tables), need to be dropped, as the analytics process drops
the resource tables and rebuilds them. After this, the views should be
restored. So, it might be a bug if the views which are dropped, are not
restored, but as you have reported it, this is not a bug.
** Changed in: dhis2
Status: New => Invalid
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1339078
Title:
sql view is dropped after analytics run
Status in DHIS 2:
Invalid
Bug description:
the sql view is dropped at the end of the analytics run:
* INFO 2014-07-08 15:12:10,861 Drop view SQL: DROP VIEW IF EXISTS "_view_facilityregistry" (JdbcSqlViewExpandStore.java [http-bio-8080-exec-69])
* INFO 2014-07-08 15:12:14,398 Drop view SQL: DROP VIEW IF EXISTS "_view_facilityregistry" (JdbcSqlViewExpandStore.java [http-bio-8080-exec-75])
Version:
2.15
Build revision:
15054
To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1339078/+subscriptions
References