cmccabe commented on a change in pull request #10812: URL: https://github.com/apache/kafka/pull/10812#discussion_r661796457
########## File path: metadata/src/main/java/org/apache/kafka/controller/QuorumController.java ########## @@ -687,15 +697,8 @@ public void handleSnapshot(SnapshotReader<ApiMessageAndVersion> reader) { ) ); } - if (lastCommittedOffset != -1) { - throw new IllegalStateException( - String.format( - "Asked to re-load snapshot (%s) after processing records up to %s", - reader.snapshotId(), - lastCommittedOffset - ) - ); - } + Review comment: Can you add a log here indicating that we're processing a snapshot load (and what offset we're loading...) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org