brianloss opened a new issue #1880: URL: https://github.com/apache/accumulo/issues/1880
We need an SPI for tablet balancers to isolate users from underlying thrift types and have a stable, public API for balancers. This change is driven by #1642 which will impact all existing tablet balancers in some form (either through deprecation or immediate removal). This SPI is intended to be the long-term replacement. The methods provided on TabletBalancer do not need to change. Only the thrift/internal types included in the TabletBalancer method signatures (and existing balancer implementations) need to be replaced with public types exposing equivalent functionality. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
