HBASE-27690 Fix a misspell in TestRegionStateStore (#5090)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
13e11a46c6
commit
8bdabed85c
|
@ -215,7 +215,7 @@ public class TestRegionStateStore {
|
|||
assertNull(serverCellA);
|
||||
assertNull(startCodeCellA);
|
||||
|
||||
Get get2 = new Get(splitA.getRegionName());
|
||||
Get get2 = new Get(splitB.getRegionName());
|
||||
Result resultB = meta.get(get2);
|
||||
Cell serverCellB = resultB.getColumnLatestCell(HConstants.CATALOG_FAMILY,
|
||||
CatalogFamilyFormat.getServerColumn(splitB.getReplicaId()));
|
||||
|
|
Loading…
Reference in New Issue