chia7712 commented on PR #18185:
URL: https://github.com/apache/kafka/pull/18185#issuecomment-2564686680
@frankvicky could you please check e2e again?
```
test_id:
kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest.test_dynamic_logging.metadata_quorum=ISOLATED_KRAFT
status: FAIL
run time: 54.482 seconds
TimeoutError("Log level for namespace 'root' was not adjusted in a
reasonable amount of time.")
Traceback (most recent call last):
File
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line
351, in _do_run
data = self.run_test()
File
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line
411, in run_test
return self.test_context.function(self.test)
File "/usr/local/lib/python3.7/dist-packages/ducktape/mark/_mark.py", line
438, in wrapper
return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
File
"/opt/kafka-dev/tests/kafkatest/tests/connect/connect_distributed_test.py",
line 499, in test_dynamic_logging
self._wait_for_loggers(new_root, request_time, 'root')
File
"/opt/kafka-dev/tests/kafkatest/tests/connect/connect_distributed_test.py",
line 636, in _wait_for_loggers
err_msg="Log level for namespace '" + namespace + "' was not adjusted
in a reasonable amount of time."
File "/usr/local/lib/python3.7/dist-packages/ducktape/utils/util.py", line
58, in wait_until
raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from
last_exception
ducktape.errors.TimeoutError: Log level for namespace 'root' was not
adjusted in a reasonable amount of time.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]