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 2017/01/27 19:38:24 UTC

[jira] [Created] (KAFKA-4707) Transient failure FetchRequestTest.testBrokerRespectsPartitionsOrderAndSizeLimits

Jason Gustafson created KAFKA-4707:
--------------------------------------

             Summary: Transient failure FetchRequestTest.testBrokerRespectsPartitionsOrderAndSizeLimits
                 Key: KAFKA-4707
                 URL: https://issues.apache.org/jira/browse/KAFKA-4707
             Project: Kafka
          Issue Type: Bug
          Components: unit tests
    Affects Versions: 0.10.2.0
            Reporter: Jason Gustafson


{code}
kafka.server.FetchRequestTest > testBrokerRespectsPartitionsOrderAndSizeLimits FAILED
    java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.NotEnoughReplicasException: Messages are rejected since there are fewer in-sync replicas than required.
        at org.apache.kafka.clients.producer.internals.FutureRecordMetadata.valueOrError(FutureRecordMetadata.java:70)
        at org.apache.kafka.clients.producer.internals.FutureRecordMetadata.get(FutureRecordMetadata.java:57)
        at org.apache.kafka.clients.producer.internals.FutureRecordMetadata.get(FutureRecordMetadata.java:25)
        at kafka.server.FetchRequestTest$$anonfun$produceData$2.apply(FetchRequestTest.scala:231)
        at kafka.server.FetchRequestTest$$anonfun$produceData$2.apply(FetchRequestTest.scala:231)
        at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
        at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
        at kafka.server.FetchRequestTest.produceData(FetchRequestTest.scala:231)
        at kafka.server.FetchRequestTest.testBrokerRespectsPartitionsOrderAndSizeLimits(FetchRequestTest.scala:88)

        Caused by:
        org.apache.kafka.common.errors.NotEnoughReplicasException: Messages are rejected since there are fewer in-sync replicas than required.
{code}

Here: https://builds.apache.org/job/kafka-trunk-jdk8/1224/console, and here: https://builds.apache.org/job/kafka-trunk-jdk7/1887/console



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)