cshannon commented on PR #3480:
URL: https://github.com/apache/accumulo/pull/3480#issuecomment-1604388898

   > As part of the elasticity work we created a few tables (like this 
[one](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=247828052))
 and these were really helpful in thinking through things. I was wondering if 
it would be useful to create a table for these range changes and was thinking 
about something like the following.
   > 
   > Operation  Needs path      Needs range     updates tablet files
   > Scan       Y       Y       N
   > Compaction Y       Y       N
   > Replace volumes    Y       N       Y
   > GC ref scan        Y       N       N
   > Set property       N       N       N
   
   A table like this is really helpful. It should make it much easier to verify 
correctness and to test if we document what needs to care about certain things. 
As I start to write tests I can reference this to make sure things look good.


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