Skip to content

Some models can hit maximum value of sequence (32 bit integer primary keys) errors during normal operation #2080

@dralley

Description

@dralley

Version

Any

Describe the bug

Several models, such as BlobManifest, which do not inherit from Content and thus use the standard Django sequential 32bit integer primary key type, can potentially exhaust the address range of that 32 bit integer (actually 31 since negatives don't count) during normal Pulp operation

To Reproduce
See Jira

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
https://issues.redhat.com/browse/PULP-890

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Not Started

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions