Abhijat Malviya
Abhijat Malviya
An archiver is removed in reconcile loop if it is considered to be stopped. The stop condition checks if the upload loop is stopped. with read replica there are two...
``` [INFO - 2022-08-06 07:54:38,171 - runner_client - log - lineno:278]: RunnerClient: rptest.scale_tests.franz_go_verifiable_test.FranzGoVerifiableWithSiTest.test_si_without_timeboxed.segment_size=104857600: FAIL: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 135, in run data = self.run_test() File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py",...
### Who is this for and what problem do they have today? when tiered storage/SI is used in redpanda, the cloud storage cache needs to be set up to be...
## Cover letter Describe in plain language the motivation (bug, feature, etc.) behind the change in this PR and how the included commits address it. Fixes #ISSUE-NUMBER, Fixes #ISSUE-NUMBER, ......
We now have control over compaction via #5318 so that segments can only be compacted if their offset is below max collectible offset reported by the STM manager. We should...
https://buildkite.com/redpanda/redpanda/builds/15051#01830c1a-4df6-458d-9bc2-504ab105f41b several log errors starting from ``` logger.go:42: 06:25:50 | centralized-configuration-upgrade/0-redpanda-cluster | [pod/redpanda-controller-manager-68b46d8bb4-hnnlh/manager] 2022-09-05T06:12:15.484Z ERROR controllers.redpanda.Cluster Failed to reconcile resource {"redpandacluster": "kuttl-test-liked-muskox/schema-registry-test", "error": "error while fetching Service resource: PodDisruptionBudget.policy \"schema-registry-test\"...
There is another issue for the same test but it is very different. In this test the actual assertions passed but sometimes the upload fails to S3: ``` test_id: rptest.tests.e2e_shadow_indexing_test.ShadowIndexingWhileBusyTest.test_create_or_delete_topics_while_busy.short_retention=True...
## Cover letter When scanning through a segment to find the given offset, it is possible the offset is not found in the segment. In this case the changes in...
https://buildkite.com/redpanda/redpanda/builds/41212 https://buildkite.com/redpanda/redpanda/builds/41374 ``` Module: rptest.tests.cloud_storage_timing_stress_test Class: CloudStorageTimingStressTest Method: test_cloud_storage Arguments: { "cleanup_policy": "compact,delete" } ``` ``` test_id: CloudStorageTimingStressTest.test_cloud_storage status: FAIL run time: 141.244 seconds TimeoutError('Workload did not complete within 120s:...
The inventory API is introduced for AWS. The primary object introduced here is `cloud_storage::inventory::inv_ops` which is not wired into any service yet. Eventually it will be used by the scrubber-inventory...