keith-turner commented on issue #2483: URL: https://github.com/apache/accumulo/issues/2483#issuecomment-3079979794
Looked into adding the range from a fate operation like compact to the table lock and ran into one issue. Some operations (like compact) find tablets that overlap the range specified by the API call. For example a compaction initiated on range `(c,m]` would overlap tablet `(g,n]`. If the compact operation associated the ragne `(c,m]` with its table lock, then it would not cover the full row range of data the operation is working on, so this will need to be considered. Probably just need to always use existing tablet splits in the table lock ranges. -- 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]
