DomGarguilo commented on PR #3415:
URL: https://github.com/apache/accumulo/pull/3415#issuecomment-1564889516
I'm working on a test for the first mentioned TODO in #3407. I have the main
things roughly in place but am not exactly sure what to test for:
> // ELASTICITY_TODO tablets used to always split into 2 tablets. Now the
split operation will
// split into many. How does this impact a tablet with many files and
the estimated sizes after
// split vs the old method. Need to run test where we add lots of data
to a single tablet,
// change the split thresh, wait for splits, then look at the estimated
sizes, then compact and
// look at the sizes after. For example if a tablet has 10M of data and
the split thesh is set
// to 100K, what will the est sizes look like across the tablets after
splitting and then after
// compacting?
@keith-turner, it looks like you authored this comment. Do you have any
suggestions for testing this, i.e. what to check for after each step in the
process outlined in the comment?
--
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]