HBASE-20065 Addendum remove wrong comment
This commit is contained in:
parent
549a6d93d4
commit
a8471bd987
|
@ -1535,7 +1535,6 @@ public class MetaTableAccessor {
|
||||||
RegionInfo regionA, RegionInfo regionB, ServerName sn, int regionReplication)
|
RegionInfo regionA, RegionInfo regionB, ServerName sn, int regionReplication)
|
||||||
throws IOException {
|
throws IOException {
|
||||||
try (Table meta = getMetaHTable(connection)) {
|
try (Table meta = getMetaHTable(connection)) {
|
||||||
// use the maximum of what master passed us vs local time.
|
|
||||||
long time = EnvironmentEdgeManager.currentTime();
|
long time = EnvironmentEdgeManager.currentTime();
|
||||||
|
|
||||||
// Put for parent
|
// Put for parent
|
||||||
|
|
Loading…
Reference in New Issue