Opened 45 hours ago
Closed 30 hours ago
#2847 closed defect (fixed)
FIX - petascope should work properly in case of running multiple same coverage inserts in parallel
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | petascope | Version: | 10.4 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
For example, run two InsertCoverage
request in the same time, so one request should work and the other request should fail because coverage already exists and any created rasdaman collections of the other request should be cleaned from rasdaman.
for i in {1..2}; do wcst_import.sh -i ~/.rasadmin_credentials ingest.json & done; wait
Note:
See TracTickets
for help on using tickets.