Bryan Beaudreault created HBASE-28318: -----------------------------------------
Summary: Expose DelegatingRpcScheduler as IA.LimitedPrivate Key: HBASE-28318 URL: https://issues.apache.org/jira/browse/HBASE-28318 Project: HBase Issue Type: Improvement Reporter: Bryan Beaudreault Assignee: Bryan Beaudreault Fix For: 2.5.8, 3.0.0-beta-2 We have DelegatingRpcScheduler in src/test of hbase-server. RpcScheduler itself is IA.LimitedPrivate, and in 2.6.0 we are pushing an incompatible change from HBASE-27144. We can limit the impact of breaking changes like this by exposing DelegatingRpcScheduler to users. Users can extend this class and only override the pieces that they care about, thus reducing the surface area of compatibility issues. -- This message was sent by Atlassian Jira (v8.20.10#820010)