keith-turner commented on PR #3480: URL: https://github.com/apache/accumulo/pull/3480#issuecomment-1604382317
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 -- 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]
