keith-turner commented on issue #2209:
URL: https://github.com/apache/accumulo/issues/2209#issuecomment-892122487


   Tracked down the problem and fixed it in f503f1f.  After 
[MetadataTableUtil.splitTablet](https://github.com/apache/accumulo/blob/f503f1f6e66fe5657f305e18a65d07852ba035e0/test/src/main/java/org/apache/accumulo/test/functional/SplitRecoveryIT.java#L209)
 was called `extent` no longer existed in the metadata table.  Needed to use 
`high` instead.  The extents `extent` and `high` share the same end row in the 
test, but have different prev end rows. The changes in #2189 to check the prev 
end row made this difference matter.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to