Ismael Juma created KAFKA-4354:
----------------------------------
Summary: System test failure:
test_rolling_upgrade_sasl_mechanism_phase_two.new_sasl_mechanism=PLAIN
Key: KAFKA-4354
URL: https://issues.apache.org/jira/browse/KAFKA-4354
Project: Kafka
Issue Type: Bug
Reporter: Ismael Juma
First time I am seeing this failure although not sure if it's due to a code
change or just an environmental issue.
{code}
test_id:
2016-10-28--001.kafkatest.tests.core.security_rolling_upgrade_test.TestSecurityRollingUpgrade.test_rolling_upgrade_sasl_mechanism_phase_two.new_sasl_mechanism=PLAIN
status: FAIL
run time: 5 minutes 50.440 seconds
1341 acked message did not make it to the Consumer. They are: 16384, 16385,
16386, 16387, 16388, 16389, 16390, 16391, 16392, 16393, 16394, 16395, 15055,
15056, 15057, 15058, 15059, 15060, 15061, 15062...plus 1321 more. Total Acked:
12394, Total Consumed: 11053. We validated that the first 1000 of these missing
messages correctly made it into Kafka's data files. This suggests they were
lost on their way to the consumer.(There are also 173 duplicate messages in the
log - but that is an acceptable outcome)
Traceback (most recent call last):
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/tests/runner.py",
line 106, in run_all_tests
data = self.run_single_test()
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/tests/runner.py",
line 162, in run_single_test
return self.current_test_context.function(self.current_test)
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/mark/_mark.py",
line 331, in wrapper
return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/tests/core/security_rolling_upgrade_test.py",
line 189, in test_rolling_upgrade_sasl_mechanism_phase_two
self.run_produce_consume_validate(self.roll_in_sasl_mechanism,
self.kafka.security_protocol, new_sasl_mechanism)
File
"/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/tests/produce_consume_validate.py",
line 105, in run_produce_consume_validate
raise e
AssertionError: 1341 acked message did not make it to the Consumer. They are:
16384, 16385, 16386, 16387, 16388, 16389, 16390, 16391, 16392, 16393, 16394,
16395, 15055, 15056, 15057, 15058, 15059, 15060, 15061, 15062...plus 1321 more.
Total Acked: 12394, Total Consumed: 11053. We validated that the first 1000 of
these missing messages correctly made it into Kafka's data files. This suggests
they were lost on their way to the consumer.(There are also 173 duplicate
messages in the log - but that is an acceptable outcome)
{code}
https://jenkins.confluent.io/job/system-test-kafka/392/console
http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-10-28--001.1477655548--apache--trunk--34e9cc5/report.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)