You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2020/12/16 23:47:00 UTC

[jira] [Created] (KAFKA-10861) Flaky test `TransactionsTest.testFencingOnSendOffsets`

Jason Gustafson created KAFKA-10861:
---------------------------------------

             Summary: Flaky test `TransactionsTest.testFencingOnSendOffsets`
                 Key: KAFKA-10861
                 URL: https://issues.apache.org/jira/browse/KAFKA-10861
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson


{code}
org.scalatest.exceptions.TestFailedException: Got an unexpected exception from a fenced producer.
	at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:530)
	at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:529)
	at org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1389)
	at org.scalatest.Assertions.fail(Assertions.scala:1107)
	at org.scalatest.Assertions.fail$(Assertions.scala:1103)
	at org.scalatest.Assertions$.fail(Assertions.scala:1389)
	at kafka.api.TransactionsTest.testFencingOnSendOffsets(TransactionsTest.scala:373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at Caused by: org.apache.kafka.common.errors.InvalidProducerEpochException: Producer attempted to produce with an old epoch (producerId=0, epoch=0)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)