HBASE-12543 Incorrect log info in the store compaction of mob (Jiajia Li)

This commit is contained in:
Ramkrishna 2014-11-21 15:28:37 +05:30
parent 170eb1e88d
commit 10e4ef7402

View File

@ -404,7 +404,7 @@ public class HMobStore extends HStore {
if (zk.lockColumnFamily(getTableName().getNameAsString(), getFamily().getNameAsString())) {
try {
LOG.info("Obtain the lock for the store[" + this
+ "], forcing the delete markers to be retained");
+ "], ready to perform the major compaction");
// check the sweeping node to find out whether the sweeping is in progress.
boolean hasSweeper = zk.isSweeperZNodeExist(getTableName().getNameAsString(),
getFamily().getNameAsString());