dlmarion commented on issue #5489:
URL: https://github.com/apache/accumulo/issues/5489#issuecomment-2818260639

   IIRC the design of the HostRegexTableLoadBalancer is to create a pool of 
tablet servers that matches each regular expression. Any remaining tablet 
servers that are not assigned to a pool are assigned to a default pool. The 
regular expressions (and therefore tserver pools) can be overlapping, or 
non-overlapping. Tables that are not given a regular expression are assigned to 
the default pool.
   
   > However for some of our other tables we would like to restrict the hosts 
that handle that table but allow all other tables with unspecified regexes to 
also be assigned to those same hosts.
   
   I think you could just define a regular expression for these other tables 
that overlaps the other tables.


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to