[
https://issues.apache.org/jira/browse/HBASE-11497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14060424#comment-14060424
]
Hudson commented on HBASE-11497:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #393 (See
[https://builds.apache.org/job/HBase-0.98/393/])
HBASE-11497 Expose RpcScheduling implementations as LimitedPrivate interfaces
(Jesse Yates) (apurtell: rev c77784cc3fc0e328d369da6831b48322131545e4)
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RWQueueRpcExecutor.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcScheduler.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/SingleQueueRpcExecutor.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SimpleRpcSchedulerFactory.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServerInterface.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseInterfaceAudience.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/MultipleQueueRpcExecutor.java
> Expose RpcScheduling implementations as LimitedPrivate interfaces
> -----------------------------------------------------------------
>
> Key: HBASE-11497
> URL: https://issues.apache.org/jira/browse/HBASE-11497
> Project: HBase
> Issue Type: Improvement
> Components: io, regionserver, Usability
> Affects Versions: 0.99.0, 0.98.4
> Reporter: Jesse Yates
> Assignee: Jesse Yates
> Fix For: 0.99.0, 0.98.4, 2.0.0
>
> Attachments: HBASE-11497-0.98.patch, HBASE-11497.patch,
> hbase-11497-0.98-v0.patch
>
>
> In PHOENIX-938 we are attempting to resolve cross-RS deadlocks in indexing by
> adding custom RPC handlers (so regular puts/reads don't interfere with index
> updates). However, we've run into a couple of snags where the interfaces
> change, making it a bit more difficult to support interoperability between
> minor versions as the underlying RPC handling changed (for the better, but
> still different :).
> This would just mark those interfaces Public, Evolving, so we still have some
> flexibility, but don't break existing usage.
> Note, this kind of thing will come up for any client who is doing custom RPC
> handling - beyond the recently added flexibility - but wants to stay in line
> with the current HBase implementation (rather than building their own RPC
> handling mechanisms).
--
This message was sent by Atlassian JIRA
(v6.2#6252)