You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/05 14:28:00 UTC

[jira] [Commented] (KAFKA-6528) Transient failure in DynamicBrokerReconfigurationTest.testThreadPoolResize

    [ https://issues.apache.org/jira/browse/KAFKA-6528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352449#comment-16352449 ] 

ASF GitHub Bot commented on KAFKA-6528:
---------------------------------------

rajinisivaram opened a new pull request #4526: KAFKA-6528: Fix transient test failure in testThreadPoolResize
URL: https://github.com/apache/kafka/pull/4526
 
 
   Add locking to access `AbstractFetcherThread#partitionStates` during dynamic thread update. Also make testing of thread updates that trigger retries more resilient.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Transient failure in DynamicBrokerReconfigurationTest.testThreadPoolResize
> --------------------------------------------------------------------------
>
>                 Key: KAFKA-6528
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6528
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jason Gustafson
>            Assignee: Rajini Sivaram
>            Priority: Major
>
> {code:java}
> java.lang.AssertionError: expected:<108> but was:<123>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:834)
> 	at org.junit.Assert.assertEquals(Assert.java:645)
> 	at org.junit.Assert.assertEquals(Assert.java:631)
> 	at kafka.server.DynamicBrokerReconfigurationTest.stopAndVerifyProduceConsume(DynamicBrokerReconfigurationTest.scala:755)
> 	at kafka.server.DynamicBrokerReconfigurationTest.verifyThreadPoolResize$1(DynamicBrokerReconfigurationTest.scala:443)
> 	at kafka.server.DynamicBrokerReconfigurationTest.testThreadPoolResize(DynamicBrokerReconfigurationTest.scala:451){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)