[
https://issues.apache.org/jira/browse/HBASE-9964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843204#comment-16843204
]
HBase QA commented on HBASE-9964:
---------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 7s{color}
| {color:red} HBASE-9964 does not apply to master. Rebase required? Wrong
Branch? See
https://yetus.apache.org/documentation/in-progress/precommit-patchnames for
help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-9964 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12634645/HBASE-9964.patch |
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/353/console |
| Powered by | Apache Yetus 0.9.0 http://yetus.apache.org |
This message was automatically generated.
> start-hbase.sh returns success exit status and emits "starting master"
> message when master failed to start
> ----------------------------------------------------------------------------------------------------------
>
> Key: HBASE-9964
> URL: https://issues.apache.org/jira/browse/HBASE-9964
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.94.13
> Environment: Linux x86_64 (Centos 6.4)
> Reporter: Jason Vas Dias
> Assignee: Ashish Singhi
> Priority: Major
> Attachments: HBASE-9964.patch
>
>
> The bin/start-hbase.sh script returns an exit status indicating success, and
> emits the message : 'starting master, logging to ...' , even though the
> master failed to start:
> $ ./bin/start-hbase.sh
> starting master, logging to
> /home/jason/3P/hbase-0.94.13/logs/hbase-jason-master-jvds.out
> $ echo $?
> 0
> # ^- this indicates successful exit status on Linux / UNIX-like systems
> $ egrep 'start master|RuntimeException' logs/hbase-jason-master-jvds.log
> 2013-11-13 14:15:28,309 ERROR
> org.apache.hadoop.hbase.master.HMasterCommandLine: Failed to start master
> java.lang.RuntimeException: Failed suppression of fs shutdown hook:
> Thread[Thread-27,5,main]
> The start-base.sh script should IMHO in the above scenario emit a message
> like
> 'Failed to start the hbase master: java.lang.RuntimeException: Failed
> suppression of fs shutdown hook'
> and return a non-zero exit status.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)