Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Failure (Unable to receive response from driver) in KafkaStreamsSumLambda.test_kafka_streams #8588

Closed
rystsov opened this issue Feb 3, 2023 · 3 comments
Labels
area/tests ci-failure kind/bug Something isn't working sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages

Comments

@rystsov
Copy link
Contributor

rystsov commented Feb 3, 2023

https://buildkite.com/redpanda/redpanda/builds/22392#01861451-1889-48a4-aabc-7e9762c830a4

Module: rptest.tests.compatibility.kafka_streams_test
Class:  KafkaStreamsSumLambda
Method: test_kafka_streams
test_id:    rptest.tests.compatibility.kafka_streams_test.KafkaStreamsSumLambda.test_kafka_streams
status:     FAIL
run time:   28.019 seconds

    RuntimeError('Unable to receive response from driver')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 226, in run_test
    self.log(logging.INFO, "Running...")
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 280, in log
    self.send(self.message.log(msg, level=log_level))
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 66, in send
    return self.sender.send(event)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 332, in send
    raise RuntimeError("Unable to receive response from driver")
RuntimeError: Unable to receive response from driver
Test requested 5 nodes, used only 3
@NyaliaLui
Copy link
Contributor

NyaliaLui commented Feb 3, 2023

This issue is in ducktape and not this test. Looking at the debug log we see that the test didn't even get a chance to run before the error occurred. It may be ignorable if it doesn't happen again in 30d.

[DEBUG - 2023-02-02 23:38:36,129 - kafka_cli_tools - _execute - lineno:409]: Executing command: ['/opt/kafka-3.0.0/bin/kafka-topics.sh', '--bootstrap-server', 'docker-rp-17:9092,docker-rp-6:9092,docker-rp-18:9092', '--create', '--topic', 'sum-of-odd-numbers-topic', '--partitions', '1', '--replication-factor', '3', '--config', 'cleanup.policy=delete']
[DEBUG - 2023-02-02 23:38:37,809 - kafka_cli_tools - _execute - lineno:414]: Created topic sum-of-odd-numbers-topic.

[INFO  - 2023-02-02 23:38:37,809 - runner_client - log - lineno:278]: RunnerClient: rptest.tests.compatibility.kafka_streams_test.KafkaStreamsSumLambda.test_kafka_streams: Running...
[INFO  - 2023-02-02 23:38:52,821 - runner_client - log - lineno:278]: RunnerClient: rptest.tests.compatibility.kafka_streams_test.KafkaStreamsSumLambda.test_kafka_streams: FAIL: RuntimeError('Unable to receive response from driver')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 226, in run_test
    self.log(logging.INFO, "Running...")
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 280, in log
    self.send(self.message.log(msg, level=log_level))
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 66, in send
    return self.sender.send(event)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 332, in send
    raise RuntimeError("Unable to receive response from driver")
RuntimeError: Unable to receive response from driver

@NyaliaLui
Copy link
Contributor

Because this is a ducktape error, I'm giving it sev/low tag

@NyaliaLui NyaliaLui added the sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages label Feb 3, 2023
@jcsp jcsp added the area/tests label Feb 7, 2023
@NyaliaLui
Copy link
Contributor

Closing because this is not an issue in our tests or Redpanda. If it pops up again then we can re-investigate

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests ci-failure kind/bug Something isn't working sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages
Projects
None yet
Development

No branches or pull requests

3 participants