ddanielr commented on issue #4529:
URL: https://github.com/apache/accumulo/issues/4529#issuecomment-2100648413

   > Is this related to, similar to, or a duplicate of, #4493 ?
   
   It's related to #4493. 
   
   We tested with the changes in #4510 and it increased scan server 
performance. 
   Old Ref:
   ~sservfile:/data/workspace/accumulo/test/target/mini-tests/
   New Ref:
   ~sserv5e6087acfile:/data/workspace/accumulo/test/target/
   
   For this, it makes sense to drop the `~sserv` prefix.  
   Proposed Ref:
   `5e6087acfile:/data/workspace/accumulo/test/target/`
   
   We should probably figure out a way to split the scan server refs based on 
resource group name. 
   This would accomplish a couple of things. 
   
   1. Allow tserver hosting resources to be dedicated to particular clients 
(scale a single resource group of scan servers and tservers) 
   2. Scan server code would only need to scan for references in their relevant 
section of the table. 
   3. The manager cleanup process for scan server refs could look at resource 
groups first and delete on that vs comparing each scan server UUID


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