HBASE-10143 Clean up dead local stores in FSUtils
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2124f4054d
commit
c4ef948ecb
|
@ -717,7 +717,7 @@ public abstract class FSUtils {
|
|||
}
|
||||
// If not pb'd, make it so.
|
||||
if (!ProtobufUtil.isPBMagicPrefix(content)) {
|
||||
String cid = new String();
|
||||
String cid = null;
|
||||
in = fs.open(idPath);
|
||||
try {
|
||||
cid = in.readUTF();
|
||||
|
|
Loading…
Reference in New Issue