pulp / pulp/pulpcore

As a user, my clients can fetch content from Pulp even when Pulp is not completely 'online'

Open
#1,943 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
Dominant language
Python
Stars
598
Forks
168
Avg merge
1d 4h
Merged PRs (30d)
86

Description

Author: @dralley (dalley)

Redmine Issue: 7810, https://pulp.plan.io/issues/7810


Many users have expressed a desire to be able to fall back to a read-only mode when Pulp is offline, to simplify upgrades. This is currently difficult/impossible, as clients are handled by a "content app" which requires a database connection at all times.

This complicates Pulp's "high availability" story and is in some respects a regression from Pulp 2.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files, tests, or entry points are named. Start by reviewing the content app's database-connection requirements and the linked Redmine issue, then compare the behavior with Pulp 2. Done would mean clients can fetch content in a read-only mode while Pulp is not fully online, but the implementation scope needs design clarification.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, databases, infrastructure
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.