[ 
https://issues.apache.org/jira/browse/HBASE-18407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093840#comment-16093840
 ] 

Hadoop QA commented on HBASE-18407:
-----------------------------------

| (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:blue}0{color} | {color:blue} docker {color} | {color:blue}  0m  
6s{color} | {color:blue} Dockerfile 
'/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/docker/Dockerfile'
 not found, falling back to built-in. {color} |
| {color:red}-1{color} | {color:red} docker {color} | {color:red}  4m 
16s{color} | {color:red} Docker failed to build yetus/hbase:date2017-07-19. 
{color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-18407 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12878048/HBASE-18407-HBASE-14850.000.patch
 |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/7724/console |
| Powered by | Apache Yetus 0.4.0   http://yetus.apache.org |


This message was automatically generated.



> [C++] make Configuration::Set/GetBool work for both true/false and 1/0
> ----------------------------------------------------------------------
>
>                 Key: HBASE-18407
>                 URL: https://issues.apache.org/jira/browse/HBASE-18407
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Xiaobing Zhou
>            Assignee: Xiaobing Zhou
>         Attachments: HBASE-18407.000.patch, HBASE-18407-HBASE-14850.000.patch
>
>
> Configuration::SetBool internally converts true/false to 1/0 using 
> boost::lexical_cast<std::string>(value), this results in runtime exception 
> with 'Unexpected value found while conversion to bool.' in 
> Configuration::GetBool since it only recognizes "true" or "false" as string 
> representation of true or false. 1/0 should be considered in the check in 
> GetBool.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to