Feature #3371
FileBucket should not keep files in memory
| Status: | Accepted | Start date: | 03/15/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | plumbing | |||
| Target version: | 2.7.x | |||
| Affected Puppet version: | development | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
It should not be necessary to load entire files into memory to checksum them.
History
Updated by Joshua Lifton about 1 month ago
- Assignee deleted (
Jesse Wolfe)
This issue was assigned to a former Puppet Labs employee. Adding back to the pool of unreviewed issues.
Updated by Joshua Lifton about 1 month ago
Updating tickets assigned to a former Puppet Labs employee.
Updated by Ben Hughes 22 days ago
- Status changed from Accepted to Unreviewed
Updated by Luke Kanies 21 days ago
- Status changed from Unreviewed to Accepted
This is definitely still an issue. All of the checksum methods now support incremental checksums, but we aren’t using it anywhere in this class.