Actions
Task #8484
closedBug #8483: datamanager fails if >=50 collections have the same modified_at timestamp
Sanity check the number of collections successfully retrieved before returning from GetCollection (datamanager)
Description
Sanity-check the number of collections retrieved after exiting the query loop in GetCollections. It should in all cases be >= initialNumberOfCollectionsAvailable. If not, GetCollections should return an error so that datamanager won't make bad decisions based on partial information (e.g. potentially deleting huge amounts of data).
Updated by Joshua Randall about 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
PR ready for review: https://github.com/curoverse/arvados/pull/38
Updated by Tom Clegg about 10 years ago
- Status changed from Feedback to Resolved
- Remaining (hours) set to 0.0
Applied in changeset arvados|commit:e5659d21c942c7c315fc33668717329d1487e6c6.
Actions