jmark99 opened a new pull request, #3532:
URL: https://github.com/apache/accumulo/pull/3532

   This PR adds a suggested additional test for the setting/getting of 
TabletHostingGoals in TableOperationsImpl.java.
   
   Specifically, the new tests verifies that when a table that already contains 
mixed TabletHostingGoals splits further, the new splits retain the hostingGoal 
of the tablet from which they were split. The new test, 
testGetHostingGoals_StaggeredSplits, does the following:
   
   - create table
   - add split 'm'
   - set the hostingGoal of the last tablet to ALWAYS, leaving the first tablet 
with the default ONDEMAND
   - add additional splits 'd' and 's'
   - verify the first two tablets now have a hostingGoal of ONDEMAND
   - verify the last two tablets, which were split from an existing tablet with 
ALWAYS as the goal, both have a goal of ALWAYS
   
   The additional test was suggested in #3340 


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