[
https://issues.apache.org/jira/browse/HBASE-17427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799735#comment-15799735
]
Hadoop QA commented on HBASE-17427:
-----------------------------------
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 10m 35s
{color} | {color:blue} Docker mode activated. {color} |
| {color:blue}0{color} | {color:blue} patch {color} | {color:blue} 0m 1s
{color} | {color:blue} The patch file was not named according to hbase's naming
conventions. Please see
https://yetus.apache.org/documentation/0.3.0/precommit-patchnames for
instructions. {color} |
| {color:blue}0{color} | {color:blue} rubocop {color} | {color:blue} 0m 7s
{color} | {color:blue} rubocop was not available. {color} |
| {color:blue}0{color} | {color:blue} ruby-lint {color} | {color:blue} 0m 7s
{color} | {color:blue} Ruby-lint was not available. {color} |
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green} 0m
0s {color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s
{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m
0s {color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green}
13m 56s {color} | {color:green} The patch does not cause any errors with Hadoop
2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.7.1. {color} |
| {color:green}+1{color} | {color:green} hbaseprotoc {color} | {color:green} 0m
59s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m
15s {color} | {color:green} The patch does not generate ASF License warnings.
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 25m 59s {color}
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.12.3 Server=1.12.3 Image:yetus/hbase:e01ee2f |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12845652/17427.branch-1.v1.txt
|
| JIRA Issue | HBASE-17427 |
| Optional Tests | asflicense rubocop ruby_lint |
| uname | Linux 37987256fab5 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12
13:48:03 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | /testptch/patchprocess/precommit/personality/hbase.sh |
| git revision | branch-1 / 36f16bb |
| modules | C: . U: . |
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/5138/console |
| Powered by | Apache Yetus 0.3.0 http://yetus.apache.org |
This message was automatically generated.
> region_mover.rb may move region onto the same server
> ----------------------------------------------------
>
> Key: HBASE-17427
> URL: https://issues.apache.org/jira/browse/HBASE-17427
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.1.6
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 17427.branch-1.v1.txt
>
>
> Intermittently, region_mover.rb got stuck waiting for region to be moved onto
> same server:
> {code}
> 2017-01-04 05:37:27,830|INFO|MainThread|machine.py:145 - run()|RuntimeError:
> Region hbase:meta,,1.1588230740 stuck on
> ctr-e88-1483482546062-0245-01-000007.x.com,16020,1483507665481,,
> newserver=ctr-e88-1483482546062-0245-01-000007.x.com,16020,1483507665481
> {code}
> This was due to the following:
> {code}
> # Make a fake servername by appending ','
> metaServer = (mtl.getMetaRegionLocation(zkw).toString() + ",").to_s
> {code}
> Note the extra comma appended to server name (as can be seen in above log)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)