[jira] [Commented] (HBASE-22424) Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

2019-05-17 Thread Hudson (JIRA)


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

Hudson commented on HBASE-22424:


Results for branch branch-2.2
[build #265 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265/]: 
(x) *{color:red}-1 overall{color}*

details (if available):

(x) {color:red}-1 general checks{color}
-- Something went wrong running this stage, please [check relevant console 
output|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265//console].




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- Something went wrong running this stage, please [check relevant console 
output|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265//console].


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 2. [see log for 
details|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265//artifact/output-integration/hadoop-2.log].
 (note that this means we didn't run on Hadoop 3)


> Interactions in RSGroup test classes will cause 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance flaky  
> 
>
> Key: HBASE-22424
> URL: https://issues.apache.org/jira/browse/HBASE-22424
> Project: HBase
>  Issue Type: Bug
>  Components: rsgroup
>Affects Versions: 2.2.0
>Reporter: Xiaolin Ha
>Assignee: Xiaolin Ha
>Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.3.0
>
> Attachments: HBASE-22424.master.001.patch
>
>
> When running rsgroup test class folder to run all the UTs together, 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance will flaky.
> Because TestRSGroupsAdmin1, TestRSGroupsAdmin2 and TestRSGroupsBalance are 
> all extends TestRSGroupsBase, which has a static variable INIT, controlling 
> the initialize of 'master 'group and the number of rs in 'default' rsgroup. 
> Output errors of TestRSGroupsBalance.testGroupBalance is shown in 
> HBASE-22420, and  TestRSGroupsAdmin2.testMoveServersAndTables will encounter 
> NPE in 
> ```rsGroupAdmin.getRSGroupInfo("master").containsServer(server.getAddress())```
>  because `master` group has not been added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-22424) Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

2019-05-17 Thread Hudson (JIRA)


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

Hudson commented on HBASE-22424:


Results for branch master
[build #1011 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1011/]: (x) 
*{color:red}-1 overall{color}*

details (if available):

(x) {color:red}-1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1011//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- Something went wrong running this stage, please [check relevant console 
output|https://builds.apache.org/job/HBase%20Nightly/job/master/1011//console].


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1011//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 2. [see log for 
details|https://builds.apache.org/job/HBase%20Nightly/job/master/1011//artifact/output-integration/hadoop-2.log].
 (note that this means we didn't run on Hadoop 3)


> Interactions in RSGroup test classes will cause 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance flaky  
> 
>
> Key: HBASE-22424
> URL: https://issues.apache.org/jira/browse/HBASE-22424
> Project: HBase
>  Issue Type: Bug
>  Components: rsgroup
>Affects Versions: 2.2.0
>Reporter: Xiaolin Ha
>Assignee: Xiaolin Ha
>Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.3.0
>
> Attachments: HBASE-22424.master.001.patch
>
>
> When running rsgroup test class folder to run all the UTs together, 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance will flaky.
> Because TestRSGroupsAdmin1, TestRSGroupsAdmin2 and TestRSGroupsBalance are 
> all extends TestRSGroupsBase, which has a static variable INIT, controlling 
> the initialize of 'master 'group and the number of rs in 'default' rsgroup. 
> Output errors of TestRSGroupsBalance.testGroupBalance is shown in 
> HBASE-22420, and  TestRSGroupsAdmin2.testMoveServersAndTables will encounter 
> NPE in 
> ```rsGroupAdmin.getRSGroupInfo("master").containsServer(server.getAddress())```
>  because `master` group has not been added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-22424) Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

2019-05-16 Thread Hudson (JIRA)


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

Hudson commented on HBASE-22424:


Results for branch branch-2
[build #1896 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1896/]: 
(x) *{color:red}-1 overall{color}*

details (if available):

(x) {color:red}-1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1896//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- Something went wrong running this stage, please [check relevant console 
output|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1896//console].


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- Something went wrong running this stage, please [check relevant console 
output|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1896//console].


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 2. [see log for 
details|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1896//artifact/output-integration/hadoop-2.log].
 (note that this means we didn't run on Hadoop 3)


> Interactions in RSGroup test classes will cause 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance flaky  
> 
>
> Key: HBASE-22424
> URL: https://issues.apache.org/jira/browse/HBASE-22424
> Project: HBase
>  Issue Type: Bug
>  Components: rsgroup
>Affects Versions: 2.2.0
>Reporter: Xiaolin Ha
>Assignee: Xiaolin Ha
>Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.3.0
>
> Attachments: HBASE-22424.master.001.patch
>
>
> When running rsgroup test class folder to run all the UTs together, 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance will flaky.
> Because TestRSGroupsAdmin1, TestRSGroupsAdmin2 and TestRSGroupsBalance are 
> all extends TestRSGroupsBase, which has a static variable INIT, controlling 
> the initialize of 'master 'group and the number of rs in 'default' rsgroup. 
> Output errors of TestRSGroupsBalance.testGroupBalance is shown in 
> HBASE-22420, and  TestRSGroupsAdmin2.testMoveServersAndTables will encounter 
> NPE in 
> ```rsGroupAdmin.getRSGroupInfo("master").containsServer(server.getAddress())```
>  because `master` group has not been added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-22424) Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

2019-05-16 Thread Xiaolin Ha (JIRA)


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

Xiaolin Ha commented on HBASE-22424:


2.0 2.1 didn't have this problem. Produced by HBASE-21265

> Interactions in RSGroup test classes will cause 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance flaky  
> 
>
> Key: HBASE-22424
> URL: https://issues.apache.org/jira/browse/HBASE-22424
> Project: HBase
>  Issue Type: Bug
>  Components: rsgroup
>Affects Versions: 2.2.0
>Reporter: Xiaolin Ha
>Assignee: Xiaolin Ha
>Priority: Major
> Attachments: HBASE-22424.master.001.patch
>
>
> When running rsgroup test class folder to run all the UTs together, 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance will flaky.
> Because TestRSGroupsAdmin1, TestRSGroupsAdmin2 and TestRSGroupsBalance are 
> all extends TestRSGroupsBase, which has a static variable INIT, controlling 
> the initialize of 'master 'group and the number of rs in 'default' rsgroup. 
> Output errors of TestRSGroupsBalance.testGroupBalance is shown in 
> HBASE-22420, and  TestRSGroupsAdmin2.testMoveServersAndTables will encounter 
> NPE in 
> ```rsGroupAdmin.getRSGroupInfo("master").containsServer(server.getAddress())```
>  because `master` group has not been added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-22424) Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

2019-05-16 Thread Guanghao Zhang (JIRA)


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

Guanghao Zhang commented on HBASE-22424:


[~Xiaolin Ha] Please update the affect versions. 2.0 and 2.1 has the same 
problem?

> Interactions in RSGroup test classes will cause 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance flaky  
> 
>
> Key: HBASE-22424
> URL: https://issues.apache.org/jira/browse/HBASE-22424
> Project: HBase
>  Issue Type: Bug
>  Components: rsgroup
>Affects Versions: 2.2.0
>Reporter: Xiaolin Ha
>Assignee: Xiaolin Ha
>Priority: Major
> Attachments: HBASE-22424.master.001.patch
>
>
> When running rsgroup test class folder to run all the UTs together, 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance will flaky.
> Because TestRSGroupsAdmin1, TestRSGroupsAdmin2 and TestRSGroupsBalance are 
> all extends TestRSGroupsBase, which has a static variable INIT, controlling 
> the initialize of 'master 'group and the number of rs in 'default' rsgroup. 
> Output errors of TestRSGroupsBalance.testGroupBalance is shown in 
> HBASE-22420, and  TestRSGroupsAdmin2.testMoveServersAndTables will encounter 
> NPE in 
> ```rsGroupAdmin.getRSGroupInfo("master").containsServer(server.getAddress())```
>  because `master` group has not been added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-22424) Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

2019-05-16 Thread Guanghao Zhang (JIRA)


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

Guanghao Zhang commented on HBASE-22424:


+1. Let me commit it later.

> Interactions in RSGroup test classes will cause 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance flaky  
> 
>
> Key: HBASE-22424
> URL: https://issues.apache.org/jira/browse/HBASE-22424
> Project: HBase
>  Issue Type: Bug
>  Components: rsgroup
>Affects Versions: 2.2.0
>Reporter: Xiaolin Ha
>Assignee: Xiaolin Ha
>Priority: Major
> Attachments: HBASE-22424.master.001.patch
>
>
> When running rsgroup test class folder to run all the UTs together, 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance will flaky.
> Because TestRSGroupsAdmin1, TestRSGroupsAdmin2 and TestRSGroupsBalance are 
> all extends TestRSGroupsBase, which has a static variable INIT, controlling 
> the initialize of 'master 'group and the number of rs in 'default' rsgroup. 
> Output errors of TestRSGroupsBalance.testGroupBalance is shown in 
> HBASE-22420, and  TestRSGroupsAdmin2.testMoveServersAndTables will encounter 
> NPE in 
> ```rsGroupAdmin.getRSGroupInfo("master").containsServer(server.getAddress())```
>  because `master` group has not been added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-22424) Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

2019-05-15 Thread Xiaolin Ha (JIRA)


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

Xiaolin Ha commented on HBASE-22424:


Hahaha...

> Interactions in RSGroup test classes will cause 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance flaky  
> 
>
> Key: HBASE-22424
> URL: https://issues.apache.org/jira/browse/HBASE-22424
> Project: HBase
>  Issue Type: Bug
>  Components: rsgroup
>Affects Versions: 2.2.0
>Reporter: Xiaolin Ha
>Assignee: Xiaolin Ha
>Priority: Major
> Attachments: HBASE-22424.master.001.patch
>
>
> When running rsgroup test class folder to run all the UTs together, 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance will flaky.
> Because TestRSGroupsAdmin1, TestRSGroupsAdmin2 and TestRSGroupsBalance are 
> all extends TestRSGroupsBase, which has a static variable INIT, controlling 
> the initialize of 'master 'group and the number of rs in 'default' rsgroup. 
> Output errors of TestRSGroupsBalance.testGroupBalance is shown in 
> HBASE-22420, and  TestRSGroupsAdmin2.testMoveServersAndTables will encounter 
> NPE in 
> ```rsGroupAdmin.getRSGroupInfo("master").containsServer(server.getAddress())```
>  because `master` group has not been added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-22424) Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

2019-05-15 Thread Xu Cang (JIRA)


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

Xu Cang commented on HBASE-22424:
-

nice findings.

Just curious, have you ran the flaky tests multiple times (such as 10) and all 
are passing? 

> Interactions in RSGroup test classes will cause 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance flaky  
> 
>
> Key: HBASE-22424
> URL: https://issues.apache.org/jira/browse/HBASE-22424
> Project: HBase
>  Issue Type: Bug
>  Components: rsgroup
>Affects Versions: 2.2.0
>Reporter: Xiaolin Ha
>Assignee: Xiaolin Ha
>Priority: Major
> Attachments: HBASE-22424.master.001.patch
>
>
> When running rsgroup test class folder to run all the UTs together, 
> TestRSGroupsAdmin2.testMoveServersAndTables and 
> TestRSGroupsBalance.testGroupBalance will flaky.
> Because TestRSGroupsAdmin1, TestRSGroupsAdmin2 and TestRSGroupsBalance are 
> all extends TestRSGroupsBase, which has a static variable INIT, controlling 
> the initialize of 'master 'group and the number of rs in 'default' rsgroup. 
> Output errors of TestRSGroupsBalance.testGroupBalance is shown in 
> HBASE-22420, and  TestRSGroupsAdmin2.testMoveServersAndTables will encounter 
> NPE in 
> ```rsGroupAdmin.getRSGroupInfo("master").containsServer(server.getAddress())```
>  because `master` group has not been added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-22424) Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

2019-05-15 Thread HBase QA (JIRA)


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

HBase QA commented on HBASE-22424:
--

| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m 
39s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {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} test4tests {color} | {color:green}  0m 
 0s{color} | {color:green} The patch appears to include 1 new or modified test 
files. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  4m 
34s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
23s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green}  0m 
12s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} shadedjars {color} | {color:green}  4m 
42s{color} | {color:green} branch has no errors when building our shaded 
downstream artifacts. {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green}  0m 
40s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
18s{color} | {color:green} master passed {color} |
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  4m 
18s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
23s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green}  0m 
23s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green}  0m 
12s{color} | {color:green} the patch passed {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} shadedjars {color} | {color:green}  4m 
44s{color} | {color:green} patch has no errors when building our shaded 
downstream artifacts. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
13m 10s{color} | {color:green} Patch does not cause any errors with Hadoop 
2.8.5 2.9.2 or 3.0.0. {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green}  0m 
47s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
16s{color} | {color:green} the patch passed {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} unit {color} | {color:green}  0m 
50s{color} | {color:green} hbase-rsgroup in the patch passed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green}  0m 
 8s{color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 36m 45s{color} | 
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.05.0-ce Server=17.05.0-ce base: 
https://builds.apache.org/job/PreCommit-HBASE-Build/325/artifact/patchprocess/Dockerfile
 |
| JIRA Issue | HBASE-22424 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12968772/HBASE-22424.master.001.patch
 |
| Optional Tests |  dupname  asflicense  javac  javadoc  unit  findbugs  
shadedjars  hadoopcheck  hbaseanti  checkstyle  compile  |
| uname | Linux 7ed4d2019242 4.4.0-143-generic #169~14.04.2-Ubuntu SMP Wed Feb 
13 15:00:41 UTC 2019 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev-support/hbase-personality.sh |
| git revision | master / fab2e15ae4 |
| maven | version: Apache Maven 3.5.4 
(1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) |
| Default Java | 1.8.0_181 |
| findbugs | v3.1.11 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-HBASE-Build/325/testReport/ |
| Max. process+thread count | 963 (vs. ulimit of 1) |
| modules | C: hbase-rsgroup U: hbase-rsgroup |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/325/console |
| Powered by | Apache Yetus 0.9.0 http://yetus.apache.org |


This message was automatically generated.



> Interactions in