HBASE-2373 Remove confusing log message of how "BaseScanner GET got different address/startcode than SCAN"
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@929857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86335c9fb2
commit
3e6935613c
|
@ -551,8 +551,6 @@ abstract class BaseScanner extends Chore implements HConstants {
|
|||
if (sa != null && sa.length() > 0) {
|
||||
// Reget startcode in case its changed in the meantime too.
|
||||
sc = getStartCode(r);
|
||||
LOG.debug("GET got values when meta found none: serverAddress=" + sa
|
||||
+ ", startCode=" + sc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue