[
https://issues.apache.org/jira/browse/KAFKA-16949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897782#comment-17897782
]
Kirk True commented on KAFKA-16949:
-----------------------------------
[~sagarrao]—unfortunately I'm seeing this again in recent system test runs.
Here's the log line that lists the current loggers:
{noformat}
[DEBUG - 2024-11-12 16:07:46,810 - connect_distributed_test -
test_dynamic_logging - lineno:469]: Listed all loggers via REST API: \{'root':
{'level': 'DEBUG', 'last_modified': None}}
{noformat}
I'm not sure _why_ other loggers aren't showing up, but I wanted to share the
above log with you.
> System test test_dynamic_logging in connect_distributed_test is failing
> -----------------------------------------------------------------------
>
> Key: KAFKA-16949
> URL: https://issues.apache.org/jira/browse/KAFKA-16949
> Project: Kafka
> Issue Type: Bug
> Components: connect
> Reporter: Sagar Rao
> Assignee: Sagar Rao
> Priority: Major
> Fix For: 3.9.0
>
>
> Noticed that the system test `test_dynamic_logging` in
> `connect_distributed_test` is failing with the following error:
>
> {code:java}
> [INFO - 2024-05-08 21:11:06,638 - runner_client - log - lineno:310]:
> RunnerClient:
> kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest.test_dynamic_logging:
> FAIL: AssertionError()
> Traceback (most recent call last):
> File
> "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python3.7/site-packages/ducktape/tests/runner_client.py",
> line 184, in _do_run
> data = self.run_test()
> File
> "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python3.7/site-packages/ducktape/tests/runner_client.py",
> line 262, in run_test
> return self.test_context.function(self.test)
> File
> "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/connect/connect_distributed_test.py",
> line 500, in test_dynamic_logging
> assert self._loggers_are_set(new_level, request_time, namespace,
> workers=[worker])
> AssertionError {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)