Skip to content

[v25.3.x] [CORE-15015] security & kafka: audit log deflaking#29042

Merged
WillemKauf merged 2 commits into
redpanda-data:v25.3.xfrom
vbotbuildovich:backport-pr-29019-v25.3.x-27
Dec 18, 2025
Merged

[v25.3.x] [CORE-15015] security & kafka: audit log deflaking#29042
WillemKauf merged 2 commits into
redpanda-data:v25.3.xfrom
vbotbuildovich:backport-pr-29019-v25.3.x-27

Conversation

@vbotbuildovich
Copy link
Copy Markdown
Collaborator

Backport of PR #29019

This is a fairly benign error code, we don't need to log at `ERROR`
here.

(cherry picked from commit 9ed3c5f)
It's kind of weird to see

```
DEBUG 2025-12-15 06:59:52,984 [shard 0:main] auditing - client.cc:55 - Error producing audit data: cluster::errc::success
```

in the logs, when `errc::success` is a successful error code.

Alter the log line such that:

```
DEBUG 2025-12-15 06:59:52,984 [shard 0:main] auditing - client.cc:55 - Audit data produce result: cluster::errc::timeout
DEBUG 2025-12-15 06:59:52,984 [shard 0:main] auditing - client.cc:55 - Audit data produce result: cluster::errc::success
```

Makes more sense in the success or failure case.

(cherry picked from commit ee75fe1)
@vbotbuildovich vbotbuildovich added this to the v25.3.x-next milestone Dec 18, 2025
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Dec 18, 2025
@WillemKauf WillemKauf enabled auto-merge December 18, 2025 01:09
@vbotbuildovich
Copy link
Copy Markdown
Collaborator Author

CI test results

test results on build#78078
test_class test_method test_arguments test_kind job_url test_status passed reason test_history
TxAtomicProduceConsumeTest test_basic_tx_consumer_transform_produce {"with_failures": true} integration https://buildkite.com/redpanda/redpanda/builds/78078#019b2f18-237d-4d5a-b59e-b4ed1d4a01cb FLAKY 49/51 Test PASSES after retries.Inconclusive result after max retries(baseline=0.0101, p0=0.3981, reject_threshold=0.0100. adj_baseline=0.0300, p1=0.5553, trust_threshold=0.5000) https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=TxAtomicProduceConsumeTest&test_method=test_basic_tx_consumer_transform_produce

@WillemKauf WillemKauf merged commit e8edbe1 into redpanda-data:v25.3.x Dec 18, 2025
19 checks passed
@piyushredpanda piyushredpanda modified the milestones: v25.3.x-next, v25.3.3 Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/redpanda kind/backport PRs targeting a stable branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants