Opened 8 years ago

Closed 7 years ago

#1143 closed defect (fixed)

WCST Import should write the result of the ingestion to a log file

Reported by: Alex Dumitru Owned by: Bang Pham Huu
Priority: minor Milestone: 9.5
Component: petascope Version: development
Keywords: Cc: Bang Pham Huu
Complexity: Medium

Description (last modified by Alex Dumitru)

Per Bang's suggestion, as many of our users are now running large ingestion processes we should give them a method of seeing the end result of their ingestion process (especially if skip=True is enabled which ignores some failures).
WCSTImport should create a file in the working directory called IngredientFileName.ingestion.log that contains the following information:

Coverage Name: Some coverage
Result: Success | Success with skipped files | Failure
Skipped files: (if any of them exist)

  • file 1
  • file 2

Unrecoverable failure (if any of them exist): Rasdaman service is down

Change History (8)

comment:1 by Alex Dumitru, 8 years ago

Cc: Bang Pham Huu added

comment:2 by Dimitar Misev, 8 years ago

WCSTImport should create a file in the working directory called CoverageName.ingestion.log

I think ingredients_filename.ingestion.log would be a better choice.

comment:3 by Alex Dumitru, 8 years ago

Description: modified (diff)

Sounds good, I modified the ticket

comment:4 by Bang Pham Huu, 8 years ago

thanks Alex, the file name is a good thing to discuss but the log detail is the most important (from my view, I need number of success files, error file with error (if it had)). Dimitar can give a good idea (as always).

comment:5 by Dimitar Misev, 7 years ago

Owner: changed from Alex Dumitru to Vlad Frasineanu
Status: newassigned

comment:6 by Dimitar Misev, 7 years ago

Owner: changed from Vlad Frasineanu to Bang Pham Huu

comment:7 by Dimitar Misev, 7 years ago

I think this can be closed Bang?

in reply to:  7 comment:8 by Bang Pham Huu, 7 years ago

Milestone: Future9.5
Resolution: fixed
Status: assignedclosed

Replying to dmisev:

I think this can be closed Bang?

patch is applied, close ticket.

Note: See TracTickets for help on using tickets.