Skip to content

Commit

Permalink
HBASE-27690 Fix a misspell in TestRegionStateStore (#5090)
Browse files Browse the repository at this point in the history
Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
thangTang authored Mar 8, 2023
1 parent 13e11a4 commit 8bdabed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public void testEmptyMetaDaughterLocationDuringSplit() throws IOException {
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()));
Expand Down

0 comments on commit 8bdabed

Please sign in to comment.