Actions
Issue #3664
closedImprove logging during data load
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Crane:
Platform Release:
2.16.1
Target Release - Crane:
3.2.0
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Crane previously logged only that it was about to start loading
metadata, and did not log when it completed. Log both when it
completed, and (at debug level) log each file loaded.
This is important for us as we've had problems with delays
before data became available in crane, and without the log at
completion:
- we can't measure the performance of crane's data loading, so we can't
judge if the performance is acceptable
- we can't know with certainty at what time published data has become
available, so we can't effectively debug issues with missing data
Added by rmcgover almost 5 years ago
Updated by ipanova@redhat.com almost 5 years ago
- Status changed from NEW to MODIFIED
Updated by ipanova@redhat.com almost 5 years ago
- Platform Release set to 2.16.1
- Target Release - Crane set to 3.2.0
Updated by ipanova@redhat.com almost 5 years ago
- Status changed from MODIFIED to 5
Updated by ipanova@redhat.com almost 5 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Improved logging during data load
crane previously logged only that it was about to start loading metadata, and did not log when it completed. Log both when it completed, and (at debug level) log each file loaded.
This is important for us as we've had problems with delays before data became available in crane, and without the log at completion:
we can't measure the performance of crane's data loading, so we can't judge if the performance is acceptable
we can't know with certainty at what time published data has become available, so we can't effectively debug issues with missing data