[
https://issues.apache.org/jira/browse/HBASE-12787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272286#comment-14272286
]
Hudson commented on HBASE-12787:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #750 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/750/])
HBASE-12787 Backport HBASE-12028 (Abort the RegionServer when it's handler
threads die) to 0.98 (Alicia Ying Shu) (apurtell: rev
b4b1b9c46308747b14620d1010526562a3fc4ff5)
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcExecutor.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RWQueueRpcExecutor.java
* hbase-common/src/main/resources/hbase-default.xml
*
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/BalancedQueueRpcExecutor.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/CallRunner.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SimpleRpcSchedulerFactory.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
> Backport HBASE-12028 (Abort the RegionServer when it's handler threads die)
> to 0.98
> -----------------------------------------------------------------------------------
>
> Key: HBASE-12787
> URL: https://issues.apache.org/jira/browse/HBASE-12787
> Project: HBase
> Issue Type: Task
> Reporter: Andrew Purtell
> Assignee: Alicia Ying Shu
> Labels: phoenix
> Fix For: 0.98.10
>
> Attachments: hbase-12028-0.98.patch
>
>
> Backport HBASE-12028 (Abort the RegionServer when it's handler threads die)
> to 0.98. There are two 0.98-specific changes that should be addressed:
> # The default configuration should preserve current behavior
> # The interface change to RpcSchedulerFactory should be binary compatible for
> Phoenix if possible, and we can do this by detecting with reflection if an
> older implementation of the interface is missing the new 'create' method and
> by invoking the older deprecated 'create' method instead. We can cache the
> decision after making it once.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)