[ https://issues.apache.org/jira/browse/KAFKA-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900736#comment-16900736 ]
Bruno Cadonna edited comment on KAFKA-8757 at 8/6/19 8:01 AM: -------------------------------------------------------------- https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/23951/testReport/junit/kafka.api/SaslSslAdminClientIntegrationTest/testIncrementalAlterConfigsForLog4jLogLevelsCanResetLoggerToCurrentRoot/ was (Author: cadonna): https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/23951/testReport/junit/kafka.api/AdminClientIntegrationTest/testIncrementalAlterConfigsForLog4jLogLevelsCanResetLoggerToCurrentRoot/ Same failure exception but only this error in stdout {code} [2019-08-06 00:14:56,951] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition unclean-test-topic-1-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition. {code} > Flaky Test > SaslSslAdminClientIntegrationTest#testIncrementalAlterConfigsForLog4jLogLevelsCanResetLoggerToCurrentRoot > -------------------------------------------------------------------------------------------------------------------- > > Key: KAFKA-8757 > URL: https://issues.apache.org/jira/browse/KAFKA-8757 > Project: Kafka > Issue Type: Bug > Components: admin, core, unit tests > Affects Versions: 2.4.0 > Reporter: Matthias J. Sax > Priority: Critical > Labels: flaky-test > > [https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/23942/testReport/junit/kafka.api/SaslSslAdminClientIntegrationTest/testIncrementalAlterConfigsForLog4jLogLevelsCanResetLoggerToCurrentRoot/] > {quote}org.junit.ComparisonFailure: expected:<[TRACE]> but was:<[INFO]> at > org.junit.Assert.assertEquals(Assert.java:117) at > org.junit.Assert.assertEquals(Assert.java:146) at > kafka.api.AdminClientIntegrationTest.testIncrementalAlterConfigsForLog4jLogLevelsCanResetLoggerToCurrentRoot(AdminClientIntegrationTest.scala:1918){quote} > STDOUT > {quote}[2019-08-05 20:46:05,440] ERROR [KafkaApi-1] Error when handling > request: clientId=adminclient-330, correlationId=4, api=CREATE_ACLS, > body=\{creations=[{resource_type=2,resource_name=foobar,resource_pattern_type=3,principal=User:ANONYMOUS,host=*,operation=3,permission_type=3},\{resource_type=5,resource_name=transactional_id,resource_pattern_type=3,principal=User:ANONYMOUS,host=*,operation=4,permission_type=3}]} > (kafka.server.KafkaApis:76) > org.apache.kafka.common.errors.ClusterAuthorizationException: Request > Request(processor=1, connectionId=127.0.0.1:42483-127.0.0.1:57808-0, > session=Session(User:client2,localhost/127.0.0.1), > listenerName=ListenerName(SASL_SSL), securityProtocol=SASL_SSL, buffer=null) > is not authorized.{quote} > {quote}[2019-08-05 21:11:53,030] ERROR [ReplicaFetcher replicaId=1, > leaderId=2, fetcherId=0] Error for partition topic-0 at offset 0 > (kafka.server.ReplicaFetcherThread:76) > org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server > does not host this topic-partition.{quote} -- This message was sent by Atlassian JIRA (v7.6.14#76016)