ndimiduk commented on a change in pull request #830: HBASE-23281: Track meta
region locations in masters
URL: https://github.com/apache/hbase/pull/830#discussion_r349385225
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/protobuf/TestProtobufUtil.java
##########
@@ -348,4 +352,25 @@ public void testToCell() throws Exception {
ProtobufUtil.toCell(ExtendedCellBuilderFactory.create(CellBuilderType.SHALLOW_COPY),
cell);
assertTrue(CellComparatorImpl.COMPARATOR.compare(offheapKV, newOffheapKV)
== 0);
}
+
+ @Test
+ public void testMetaRegionState() throws Exception {
Review comment:
This covers the "new" state info, but what about the old serialized version?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services