binlijin commented on a change in pull request #774: HBASE-23221 Polish the WAL interface after HBASE-23181 URL: https://github.com/apache/hbase/pull/774#discussion_r340404589
########## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/LogRoller.java ########## @@ -27,8 +27,8 @@ import java.util.Map.Entry; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; +import org.apache.hadoop.hbase.HBaseIOException; Review comment: Look like this is not used, and make a checkstyle warning ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
