milleruntime commented on a change in pull request #1774:
URL: https://github.com/apache/accumulo/pull/1774#discussion_r522267922
##########
File path:
core/src/test/java/org/apache/accumulo/core/metadata/schema/TabletMetadataTest.java
##########
@@ -145,7 +145,7 @@ public void testFuture() {
EnumSet.allOf(ColumnType.class), false);
assertEquals(extent, tm.getExtent());
- assertEquals(HostAndPort.fromParts("server1", 8555),
tm.getLocation().getHostAndPort());
+ assertEquals(HostAndPort.fromParts("server1", 8555),
tm.getLocation().getLocation());
Review comment:
Yes. This is holdover from the temp interface in Ample. I thought I
had dropped this but I got side tracked. I will drop this interface in the
next commit.
----------------------------------------------------------------
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]