Opened 7 years ago
Closed 7 years ago
#1598 closed defect (fixed)
Petascope_Cannot delete coverage with error in metadata
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.4 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
In Petascope version 9.4 and older, when DeleteCoverage is requested, it needs to read the coverage metadata before trying to delete metadata from petascopedb and rasdaman collection.
However, if irregular coverage has error in metadata, such as
Coverage 'test_irr_cube_2 has a wrong number of coefficients for axis 3 (4) and is not consistent with its rasdaman `sdom' (4).
Then the DeleteCoverage request cannot be done.
It should not read the whole coverage metadata but only rasdaman collection (oid, collectionname) and that is enough to delete coverage as petascopedb supports the cascade delete with coveargeId.
Note:
See TracTickets
for help on using tickets.