You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/26 23:00:53 UTC

[GitHub] [accumulo] keith-turner commented on pull request #3051: fixes #3050 properly include last tablet that overlaps ample range

keith-turner commented on PR #3051:
URL: https://github.com/apache/accumulo/pull/3051#issuecomment-1292755354

   The problem was the end range for overlapping.  If I have a table with splits g,r,z and I want the tablets that overlap the row range (i,s] then the tablets with end rows r,z would overlap.  However z sorts after s, so a metadata range with s would exclude z.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org