[ https://issues.apache.org/jira/browse/KAFKA-19310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apoorv Mittal resolved KAFKA-19310. ----------------------------------- Fix Version/s: 4.1.0 Resolution: Fixed > Missing mocks for DelayedShareFetchTest tests related to Memory Records > slicing > ------------------------------------------------------------------------------- > > Key: KAFKA-19310 > URL: https://issues.apache.org/jira/browse/KAFKA-19310 > Project: Kafka > Issue Type: Sub-task > Reporter: Abhinav Dixit > Assignee: Abhinav Dixit > Priority: Major > Fix For: 4.1.0 > > > Here is an example of an error that is silently thrown- > {code:java} > ERROR Error while checking batches for acquired records: > [AcquiredRecords(firstOffset=0, lastOffset=3, deliveryCount=1)], skipping > slicing. (kafka.server.share.ShareFetchUtils:254){code} > The mocks could be missing in SharePartitionManagerTest and > SharePartitionTest, so they should be verified. > -- This message was sent by Atlassian Jira (v8.20.10#820010)