Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport: cloud_storage: suppress warning on successfull topic creation #3484

Merged
merged 1 commit into from
Jan 14, 2022

Conversation

LenaAn
Copy link
Contributor

@LenaAn LenaAn commented Jan 14, 2022

Backport of #3445

When topic is created with Shadow Indexing enabled, ntp_archiver starts
and tries to download a manifest from S3 before the manifest is
uploaded. That's a normal situation and should not create warnings.
Remote.cc now only logs errors about timeouts and retries, a decision
how to handle not_found happens on a higher level where we have a
context about situation.

(cherry picked from commit c71925d)

When topic is created with Shadow Indexing enabled, ntp_archiver starts
and tries to download a manifest from S3 before the manifest is
uploaded. That's a normal situation and should not create warnings.
Remote.cc now only logs errors about timeouts and retries, a decision
how to handle not_found happens on a higher level where we have a
context about situation.

(cherry picked from commit c71925d)
@LenaAn LenaAn merged commit b6a1ca6 into redpanda-data:v21.11.x Jan 14, 2022
@LenaAn LenaAn changed the title cloud_storage: suppress warning on successfull topic creation backport: cloud_storage: suppress warning on successfull topic creation Jan 28, 2022
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.

None yet

2 participants