Opened 8 years ago
Closed 8 years ago
#1466 closed defect (invalid)
Rasql_Coverage is not deleted when rasserver is ingesting big collection
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | server | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
When ingesting a big file by wcst_import and all the rasserver are processing. One send a request to delete a collection by WCS
http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=DeleteCoverage&coverageId=test_wms_3857
then the request from Petascope can delete the coverage metadata in petascopedb, but the rasql query will not be run (I think due to server are busy and somehow it forget this request). In the end, the collection in rasdaman still exists.
rasql -q 'select c from RAS_COLLECTIONNAMES as c' --out string Result object 2: test_wms_3857
and because petascopedb was removed this coverageId, so the request to delete in WCS will have error
http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=DeleteCoverage&coverageId=test_wms_3857
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0.1" xsi:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd"> <ows:Exception exceptionCode="NoSuchCoverage"> <ows:ExceptionText>test_wms_3857</ows:ExceptionText> </ows:Exception> </ows:ExceptionReport>
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
the error when running a rasql meanwhile ingesting big collection happens with rasql