chia7712 commented on PR #17294: URL: https://github.com/apache/kafka/pull/17294#issuecomment-2378033264
I encountered the following error locally with this patch. @ahuang98 Could you please take a look? ``` rror("'KafkaService' object has no attribute 'dynamicRaftQuorum'") Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 186, in _do_run data = self.run_test() File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 246, in run_test return self.test_context.function(self.test) File "/usr/local/lib/python3.9/dist-packages/ducktape/mark/_mark.py", line 433, in wrapper return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) File "/opt/kafka-dev/tests/kafkatest/tests/client/message_format_change_test.py", line 88, in test_compatibility self.kafka.start() File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 674, in start Service.start(self, **kwargs) File "/usr/local/lib/python3.9/dist-packages/ducktape/services/service.py", line 265, in start self.start_node(node, **kwargs) File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 892, in start_node prop_file = self.prop_file(node) File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 772, in prop_file self.set_protocol_and_port(node) File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 755, in set_protocol_and_port if (self.dynamicRaftQuorum and quorum.NodeQuorumInfo(self.quorum_info, node).has_controller_role) or \ AttributeError: 'KafkaService' object has no attribute 'dynamicRaftQuorum' ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org