Skip to content

Modify ClientTabletCacheImpl.findExtentsToHost end key comparison#3812

Merged
dlmarion merged 1 commit intoapache:elasticityfrom
dlmarion:3809-modify-tablet-cache-lookahead-logic
Oct 5, 2023
Merged

Modify ClientTabletCacheImpl.findExtentsToHost end key comparison#3812
dlmarion merged 1 commit intoapache:elasticityfrom
dlmarion:3809-modify-tablet-cache-lookahead-logic

Conversation

@dlmarion
Copy link
Copy Markdown
Contributor

@dlmarion dlmarion commented Oct 4, 2023

The change in #3429 modified ClientTabletCache so that it would preload Tablets for Scanners. It appears this change may have caused the test in #3809 to fail. I modified the comparison of the range to the tablet end key using the same logic that ThriftScanner uses and it fixed the test.

Fixes #3809

it would preload Tablets for Scanners. It appears this change may
have caused the test in apache#3809 to fail. I modified the comparison
of the range to the tablet end key using the same logic that
ThriftScanner uses and it fixed the test.

Fixes apache#3809
@dlmarion dlmarion requested a review from keith-turner October 4, 2023 19:43
@dlmarion dlmarion self-assigned this Oct 4, 2023
@dlmarion dlmarion linked an issue Oct 4, 2023 that may be closed by this pull request
@dlmarion dlmarion merged commit 6657426 into apache:elasticity Oct 5, 2023
@dlmarion dlmarion deleted the 3809-modify-tablet-cache-lookahead-logic branch October 5, 2023 12:03
dlmarion added a commit to dlmarion/accumulo that referenced this pull request Oct 6, 2023
Revert change introduced in apache#3654 to ManagerAssignmentIT for
an extra tablet being brought online, something that was introduced
in apache#3429 and fixed in apache#3812.
dlmarion added a commit that referenced this pull request Oct 6, 2023
Revert change introduced in #3654 to ManagerAssignmentIT for
an extra tablet being brought online, something that was introduced
in #3429 and fixed in #3812.
@ctubbsii ctubbsii added this to the 4.0.0 milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

ScanServerIT.testScanWithTabletHostingMix is failing

3 participants