Opened 5 years ago
Closed 5 years ago
#2279 closed defect (fixed)
wcst_import - daemon with "track_files": true is stopped by checking daemon status
Reported by: | Bang Pham Huu | Owned by: | Vlad Merticariu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Import with daemon:
wcst_import.sh ingest.json --watch 20
{ "config": { "service_url": "http://localhost:8082/rasdaman/ows", "default_crs": "http://abc.secore.net/def/crs/EPSG/0/4326", "automated": true, "track_files": true }, "input": { "coverage_id": "test_AverageTemperature", "paths": [ "SCALED*.TIFF" ] }, "recipe": { "name": "time_series_regular", "options": { "time_start": "2012-12-02T20:12:02", "time_format": "auto", "time_crs {{{ }}} ": "http://localhost:8080/def/crs/OGC/0/AnsiDate", "time_step": "2 days 10 minutes 3 seconds", "tiling": "ALIGNED [0:0, 0:999, 0:999]" } } }
Then, daemon stopped as it can be seen by running:
wcst_import.sh ingest.json -d status
Change History (2)
comment:1 by , 5 years ago
Owner: | changed from | to
---|
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.