Oren Leiman
Oren Leiman
Adds `tls::get_impl` to expose the gnutls objects underlying `tls::certificate_credentials`. In particular, we want to access the trust list, cert expiry, and cert serial number, primarily for monitoring purposes. Also adds...
https://buildkite.com/redpanda/redpanda/builds/44921#018d8b3e-c497-4199-963c-c72f2a2d127b ``` Module: rptest.tests.e2e_shadow_indexing_test Class: ShadowIndexingWhileBusyTest Method: test_create_or_delete_topics_while_busy Arguments: { "cloud_storage_type": 1, "short_retention": false } ``` ``` ==================================================================================================== test_id: rptest.tests.e2e_shadow_indexing_test.ShadowIndexingWhileBusyTest.test_create_or_delete_topics_while_busy.short_retention=False.cloud_storage_type=CloudStorageType.S3 status: FAIL run time: 2 minutes 44.294 seconds Traceback (most...
https://buildkite.com/redpanda/redpanda/builds/38843#018b258e-3c04-46de-a3d9-1b6073086727 ``` Module: rptest.tests.e2e_shadow_indexing_test Class: EndToEndThrottlingTest Method: test_throttling Arguments: { "cloud_storage_type": 1 } ``` ``` test_id: rptest.tests.e2e_shadow_indexing_test.EndToEndThrottlingTest.test_throttling.cloud_storage_type=CloudStorageType.S3 status: FAIL run time: 4 minutes 13.106 seconds AssertionError('Expected consumer to be throttled,...
This PR introduces some metrics for transform logging: logger_probe for tracking metrics specific to individual transform loggers: - data_transforms_logger_events_total - Total # of log events emitted by some transform. -...
https://buildkite.com/redpanda/redpanda/builds/45064#018daf88-57ac-4ba6-8598-bce02b094d94 ``` Module: rptest.tests.cpu_profiler_admin_api_test Class: CPUProfilerAdminAPITest Method: test_get_cpu_profile_with_override ``` ``` test_id: rptest.tests.cpu_profiler_admin_api_test.CPUProfilerAdminAPITest.test_get_cpu_profile_with_override status: FAIL run time: 1 minute 3.667 seconds KeyError('samples') Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 184,...
- Adds CPP/H implementation - updates system design tool HTML - Includes an example sketch (examples/Synthesis/ProtoByteBeat) Signed-off-by: Oren Leiman
Introduce an Admin API endpoint for pausing and unpausing transforms TODO: - [ ] Probably split admin endpoint into two - [ ] `rpk` experience Closes CORE-1653 ## Backports Required...
This PR adds the ability to configure output batch compression on WASM transforms, either at deploy time or *post facto*, via metadata patch request. Includes rpk experience for same TODO:...
Some side effects of this: - In general, this PR keeps existing checks in place but adds reference-compatible error codes and messages to provide human-readable detail. - On the protobuf...
This PR wires up the ability to configure the start offset of a transform at deploy time. This can be either a unix timestamp (ms since epoch) or an offset...