[ https://issues.apache.org/jira/browse/KAFKA-5095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976372#comment-15976372 ]
ASF GitHub Bot commented on KAFKA-5095: --------------------------------------- GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2877 KAFKA-5095: Adjust accepted overhead You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-5095-cacheOverheads Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2877.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2877 ---- commit 3f15637fc6832baed6925c9653ba72bcc02d9fb8 Author: Eno Thereska <e...@confluent.io> Date: 2017-04-20T09:34:24Z Adjust fudge factor ---- > ThreadCacheTest.cacheOverheadsSmallValues fails intermittently > --------------------------------------------------------------- > > Key: KAFKA-5095 > URL: https://issues.apache.org/jira/browse/KAFKA-5095 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 0.11.0.0 > Reporter: Damian Guy > Assignee: Eno Thereska > > {code} > java.lang.AssertionError: Used memory size 249731736 greater than expected > 2.47212045E8 > Stacktrace > java.lang.AssertionError: Used memory size 249731736 greater than expected > 2.47212045E8 > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at > org.apache.kafka.streams.state.internals.ThreadCacheTest.checkOverheads(ThreadCacheTest.java:98) > at > org.apache.kafka.streams.state.internals.ThreadCacheTest.cacheOverheadsSmallValues(ThreadCacheTest.java:111) > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)