Ticket #983 (closed Defect: fixed)
topic in declarative migration not in DB after successfull installation
Reported by: | Malte | Owned by: | |
---|---|---|---|
Priority: | Critical | Milestone: | Release 4.8.1 |
Component: | DeepaMehta Standard Distribution | Version: | 4.8 |
Keywords: | Cc: | jri | |
Complexity: | 3 | Area: | Application Framework / API |
Module: | deepamehta-core |
Description
I have made a very strange observation as i was installing the dm4-kiezatlas-etl module into a new database with dm 4.8.1-SNAPSHOT.
"topics": [ .. { "value": "Rummelsburger Bucht", "uri": "ka2.bezirksregion.li-rummelsburger-bucht", "type_uri": "ka2.bezirksregion" }, { "value": "Berlin", "uri": "ka2.city.berlin", "type_uri": "dm4.contacts.city" }, { "value": "Deutschland", "uri": "ka2.country.deutschland", "type_uri": "dm4.contacts.country" } ]
After successfull installation of this migration, a topic with URI "ka2.country.deutschland" is in my DB but a topic with the URI "ka2.city.berlin" is not. I deemed this impossible and retried it now several times - and when doing a "cold start" with the dm4-kiezatlas-etl module it is the case. I am running this on the latest SNAPSHOT 4f0e76a6bdaeec664cb34fdde8335dd02babb424 ("dm4-storage-neo4j: deal with non-DM nodes (#911).")
Do you have any idea how this could happen or what might has changed that this could happen?
Sorry, all clear. OMG, of course i deleted the topic in a later migration.