[
https://issues.apache.org/jira/browse/HBASE-10770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938744#comment-13938744
]
Hudson commented on HBASE-10770:
--------------------------------
SUCCESS: Integrated in hbase-0.96-hadoop2 #247 (See
[https://builds.apache.org/job/hbase-0.96-hadoop2/247/])
HBASE-10770 Don't exit from the Canary daemon mode if no regions are present
(mbertozzi: rev 1578608)
*
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
> Don't exit from the Canary daemon mode if no regions are present
> ----------------------------------------------------------------
>
> Key: HBASE-10770
> URL: https://issues.apache.org/jira/browse/HBASE-10770
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.1, 0.99.0, 0.96.1.1
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Priority: Trivial
> Fix For: 0.96.2, 0.99.0, 0.98.2
>
> Attachments: HBASE-10770-v0.patch
>
>
> Using the regionserver mode the canary exit if there are no region servers
> {code}hbase o.a.h.h.tool.Canary -daemon -regionserver REGION_NAME{code}
> while in table mode the canary is waiting until the table is up
> {code}hbase o.a.h.h.tool.Canary -daemon TABLE_NAME{code}
> Remove the exit code from the region server mode, and keep waiting until the
> -t timeout or the region shows up
--
This message was sent by Atlassian JIRA
(v6.2#6252)