Skip to content

rgw: Don't go through 'system object' subsystem for what should be simple RADOS operations#47797

Closed
adamemerson wants to merge 4 commits intoceph:mainfrom
adamemerson:wip-rgw-cr-direct
Closed

rgw: Don't go through 'system object' subsystem for what should be simple RADOS operations#47797
adamemerson wants to merge 4 commits intoceph:mainfrom
adamemerson:wip-rgw-cr-direct

Conversation

@adamemerson
Copy link
Contributor

@adamemerson adamemerson commented Aug 24, 2022

Motivated by cache coherence problems where some operations are run directly against RADOS and others go through the system object cache.

I had started a more thorough refactor, but since we're not going to need any of this once we get better coroutines, it's not really worth it.

Contribution Guidelines

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox
  • jenkins test windows

Don't go through the 'system object' cache. This also saves us the use
of the RADOS async completion processor.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Don't go through the 'system object' cache. This also saves us the use
of the RADOS async completion processor.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Don't go through the 'system object' cache. This also saves us the use
of the RADOS async completion processor.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Don't go through the 'system object' cache. This also saves us the use
of the RADOS async completion processor.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
@adamemerson
Copy link
Contributor Author

jenkins test make check

@adamemerson
Copy link
Contributor Author

Because RGWCoroutine is so fragile.

@github-actions
Copy link

github-actions bot commented Oct 3, 2022

This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved

@cbodley
Copy link
Contributor

cbodley commented Nov 23, 2022

included in #48898

@cbodley cbodley closed this Nov 23, 2022
@adamemerson adamemerson deleted the wip-rgw-cr-direct branch January 10, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants