Abhinav Dixit created KAFKA-19310: ------------------------------------- Summary: 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: Chirag Wadhwa
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)