tommyzli commented on a change in pull request #200: HBASE-22081 master shutdown: close RpcServer and procWAL first thing URL: https://github.com/apache/hbase/pull/200#discussion_r279592970
########## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/DeleteNamespaceProcedure.java ########## @@ -18,7 +18,7 @@ package org.apache.hadoop.hbase.master.procedure; import java.io.FileNotFoundException; -import java.io.IOException; +import java.io.IOException;import java.io.InterruptedIOException; Review comment: add the import to a new line? You have this in a few files ---------------------------------------------------------------- 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
