Open travisdowns opened 1 year ago
Also noticed this today on the long running test cluster (it only got upgraded to 23.1 a day or so ago).
No sign of it having an impact (uploads appeared to be proceeding eventually), Evgeny suggested that it could happen in situations where the retention code is racing with the upload code, but it has been seen on topics that had infinite retention.
Sounds like something we should target for next minor, then?
This has started to come up in automated tests.
FAIL test: KgoVerifierWithSiTestLargeSegments.test_si_with_timeboxed.cloud_storage_type=CloudStorageType.S3 (1/2 runs)
failure at 2023-05-04T17:16:24.037Z:
FAIL test: CloudRetentionTest.test_cloud_retention.max_consume_rate_mb=20.cloud_storage_type=CloudStorageType.S3 (1/31 runs)
failure at 2023-05-05T04:45:27.129Z:
Created https://github.com/redpanda-data/redpanda/issues/10583 so that it easier for PR authors to find and refer to the issue.
for me it looks like the issue we are seeing in the mentioned tests and the one mentioned in the issue title are two different problems. Then one that started happening in the mentioned tests is related with the size mismatch, whereas the problem seen in the PoC is more general as it hits the case where there is no upload candidate at all.
This issue hasn't seen activity in 3 months. If you want to keep it open, post a comment or remove the stale
label – otherwise this will be closed in two weeks.
Version & Environment
Redpanda version: v23.1.1
What went wrong?
The following warning shows in the log:
What should have happened instead?
No warnings without external causes that we can't avoid.
JIRA Link: CORE-1214