@@ -122,10 +116,13 @@ public class PullMessageProcessor extends AsyncNettyRequestProcessor implements
returnbuildErrorResponse(ResponseCode.NOT_LEADER_FOR_QUEUE,String.format("%s-%d cannot find mapping item in request process of current broker %s",topic,globalId,mappingDetail.getBname()));
}
if(globalOffset<mappingItem.getStartOffset()){
log.warn("{}-{} fetch offset {} smaller than the min mapping offset {}",topic,globalId,globalOffset,mappingItem.getStartOffset());
returnbuildErrorResponse(ResponseCode.PULL_OFFSET_MOVED,String.format("%s-%d fetch offset {} smaller than the min mapping offset {} in broker %s",