showuon commented on a change in pull request #10749:
URL: https://github.com/apache/kafka/pull/10749#discussion_r638511262



##########
File path: raft/src/main/java/org/apache/kafka/raft/FileBasedStateStore.java
##########
@@ -67,7 +68,7 @@ public FileBasedStateStore(final File stateFile) {
         this.stateFile = stateFile;
     }
 
-    private QuorumStateData readStateFromFile(File file) throws IOException {
+    private QuorumStateData readStateFromFile(File file) {

Review comment:
       You're right! Not necessary. Please ignore my comment. Thanks.




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to