[jira] [Commented] (HBASE-24047) [Flakey Tests] Disable TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3

2020-03-26 Thread Hudson (Jira)


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

Hudson commented on HBASE-24047:


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

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.3/8//General_Nightly_Build_Report/]




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


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


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.3/8//JDK11_Nightly_Build_Report/]


(/) {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.3/8//artifact/output-integration/hadoop-2.log].
 (note that this means we didn't run on Hadoop 3)


> [Flakey Tests] Disable 
> TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3
> 
>
> Key: HBASE-24047
> URL: https://issues.apache.org/jira/browse/HBASE-24047
> Project: HBase
>  Issue Type: Task
>  Components: flakies
>Reporter: Michael Stack
>Assignee: Michael Stack
>Priority: Major
> Fix For: 2.3.0
>
> Attachments: 
> 0001-HBASE-24047-Flakey-Tests-Disable-TestCustomSaslAuthe.patch
>
>
> Fails sporadically with relogin in progress complaints. See 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase-Find-Flaky-Tests/job/branch-2/lastSuccessfulBuild/artifact/dashboard.html
> FYI [~elserj]
> i.e. 
> org.apache.hadoop.hbase.security.provider.TestCustomSaslAuthenticationProvider.testNegativeAuthentication[2:
>  rpcClientImpl=org.apache.hadoop.hbase.ipc.NettyRpcClient, 
> rpcServerImpl=org.apache.hadoop.hbase.ipc.SimpleRpcServer]
> {code}
> Failed after attempts=4, exceptions:
> 2020-03-25T21:25:05.239Z, RpcRetryingCaller{globalStartTime=1585171502143, 
> pause=100, maxAttempts=4}, 
> org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after 
> attempts=4, exceptions:
> 2020-03-25T21:25:04.624Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.726Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.929Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:05.235Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> {code}
> Disabling rather than spending time in here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24047) [Flakey Tests] Disable TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3

2020-03-25 Thread Josh Elser (Jira)


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

Josh Elser commented on HBASE-24047:


Thanks Stack. I'll investigate after I get that other one wrapped up. A couple 
of follow on things for it, as well.

> [Flakey Tests] Disable 
> TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3
> 
>
> Key: HBASE-24047
> URL: https://issues.apache.org/jira/browse/HBASE-24047
> Project: HBase
>  Issue Type: Task
>  Components: flakies
>Reporter: Michael Stack
>Assignee: Michael Stack
>Priority: Major
> Fix For: 2.3.0
>
> Attachments: 
> 0001-HBASE-24047-Flakey-Tests-Disable-TestCustomSaslAuthe.patch
>
>
> Fails sporadically with relogin in progress complaints. See 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase-Find-Flaky-Tests/job/branch-2/lastSuccessfulBuild/artifact/dashboard.html
> FYI [~elserj]
> i.e. 
> org.apache.hadoop.hbase.security.provider.TestCustomSaslAuthenticationProvider.testNegativeAuthentication[2:
>  rpcClientImpl=org.apache.hadoop.hbase.ipc.NettyRpcClient, 
> rpcServerImpl=org.apache.hadoop.hbase.ipc.SimpleRpcServer]
> {code}
> Failed after attempts=4, exceptions:
> 2020-03-25T21:25:05.239Z, RpcRetryingCaller{globalStartTime=1585171502143, 
> pause=100, maxAttempts=4}, 
> org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after 
> attempts=4, exceptions:
> 2020-03-25T21:25:04.624Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.726Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.929Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:05.235Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> {code}
> Disabling rather than spending time in here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24047) [Flakey Tests] Disable TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3

2020-03-25 Thread Michael Stack (Jira)


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

Michael Stack commented on HBASE-24047:
---

[~bharathv] would be cool if related. Can retry once it goes in...

> [Flakey Tests] Disable 
> TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3
> 
>
> Key: HBASE-24047
> URL: https://issues.apache.org/jira/browse/HBASE-24047
> Project: HBase
>  Issue Type: Task
>  Components: flakies
>Reporter: Michael Stack
>Assignee: Michael Stack
>Priority: Major
> Fix For: 2.3.0
>
> Attachments: 
> 0001-HBASE-24047-Flakey-Tests-Disable-TestCustomSaslAuthe.patch
>
>
> Fails sporadically with relogin in progress complaints. See 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase-Find-Flaky-Tests/job/branch-2/lastSuccessfulBuild/artifact/dashboard.html
> FYI [~elserj]
> i.e. 
> org.apache.hadoop.hbase.security.provider.TestCustomSaslAuthenticationProvider.testNegativeAuthentication[2:
>  rpcClientImpl=org.apache.hadoop.hbase.ipc.NettyRpcClient, 
> rpcServerImpl=org.apache.hadoop.hbase.ipc.SimpleRpcServer]
> {code}
> Failed after attempts=4, exceptions:
> 2020-03-25T21:25:05.239Z, RpcRetryingCaller{globalStartTime=1585171502143, 
> pause=100, maxAttempts=4}, 
> org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after 
> attempts=4, exceptions:
> 2020-03-25T21:25:04.624Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.726Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.929Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:05.235Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> {code}
> Disabling rather than spending time in here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24047) [Flakey Tests] Disable TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3

2020-03-25 Thread Bharath Vissapragada (Jira)


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

Bharath Vissapragada commented on HBASE-24047:
--

Nvm, ignore my last comment, taking deeper look, this is a different issue.

> [Flakey Tests] Disable 
> TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3
> 
>
> Key: HBASE-24047
> URL: https://issues.apache.org/jira/browse/HBASE-24047
> Project: HBase
>  Issue Type: Task
>  Components: flakies
>Reporter: Michael Stack
>Assignee: Michael Stack
>Priority: Major
> Fix For: 2.3.0
>
> Attachments: 
> 0001-HBASE-24047-Flakey-Tests-Disable-TestCustomSaslAuthe.patch
>
>
> Fails sporadically with relogin in progress complaints. See 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase-Find-Flaky-Tests/job/branch-2/lastSuccessfulBuild/artifact/dashboard.html
> FYI [~elserj]
> i.e. 
> org.apache.hadoop.hbase.security.provider.TestCustomSaslAuthenticationProvider.testNegativeAuthentication[2:
>  rpcClientImpl=org.apache.hadoop.hbase.ipc.NettyRpcClient, 
> rpcServerImpl=org.apache.hadoop.hbase.ipc.SimpleRpcServer]
> {code}
> Failed after attempts=4, exceptions:
> 2020-03-25T21:25:05.239Z, RpcRetryingCaller{globalStartTime=1585171502143, 
> pause=100, maxAttempts=4}, 
> org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after 
> attempts=4, exceptions:
> 2020-03-25T21:25:04.624Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.726Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.929Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:05.235Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> {code}
> Disabling rather than spending time in here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24047) [Flakey Tests] Disable TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3

2020-03-25 Thread Bharath Vissapragada (Jira)


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

Bharath Vissapragada commented on HBASE-24047:
--

The patch for this has been +1ed, ready to be merged. 
https://github.com/apache/hbase/pull/1260

> [Flakey Tests] Disable 
> TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3
> 
>
> Key: HBASE-24047
> URL: https://issues.apache.org/jira/browse/HBASE-24047
> Project: HBase
>  Issue Type: Task
>  Components: flakies
>Reporter: Michael Stack
>Assignee: Michael Stack
>Priority: Major
> Fix For: 2.3.0
>
> Attachments: 
> 0001-HBASE-24047-Flakey-Tests-Disable-TestCustomSaslAuthe.patch
>
>
> Fails sporadically with relogin in progress complaints. See 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase-Find-Flaky-Tests/job/branch-2/lastSuccessfulBuild/artifact/dashboard.html
> FYI [~elserj]
> i.e. 
> org.apache.hadoop.hbase.security.provider.TestCustomSaslAuthenticationProvider.testNegativeAuthentication[2:
>  rpcClientImpl=org.apache.hadoop.hbase.ipc.NettyRpcClient, 
> rpcServerImpl=org.apache.hadoop.hbase.ipc.SimpleRpcServer]
> {code}
> Failed after attempts=4, exceptions:
> 2020-03-25T21:25:05.239Z, RpcRetryingCaller{globalStartTime=1585171502143, 
> pause=100, maxAttempts=4}, 
> org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after 
> attempts=4, exceptions:
> 2020-03-25T21:25:04.624Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.726Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.929Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:05.235Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> {code}
> Disabling rather than spending time in here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24047) [Flakey Tests] Disable TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3

2020-03-25 Thread Michael Stack (Jira)


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

Michael Stack commented on HBASE-24047:
---

Attach patch of one-liner disable. Did it on branch-2 and branch-2.3 only for 
now. Master seems more stable and is using different technique according to 
comment in test method so leaving for now.

> [Flakey Tests] Disable 
> TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3
> 
>
> Key: HBASE-24047
> URL: https://issues.apache.org/jira/browse/HBASE-24047
> Project: HBase
>  Issue Type: Task
>  Components: flakies
>Reporter: Michael Stack
>Priority: Major
> Attachments: 
> 0001-HBASE-24047-Flakey-Tests-Disable-TestCustomSaslAuthe.patch
>
>
> Fails sporadically with relogin in progress complaints. See 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase-Find-Flaky-Tests/job/branch-2/lastSuccessfulBuild/artifact/dashboard.html
> FYI [~elserj]
> i.e. 
> org.apache.hadoop.hbase.security.provider.TestCustomSaslAuthenticationProvider.testNegativeAuthentication[2:
>  rpcClientImpl=org.apache.hadoop.hbase.ipc.NettyRpcClient, 
> rpcServerImpl=org.apache.hadoop.hbase.ipc.SimpleRpcServer]
> {code}
> Failed after attempts=4, exceptions:
> 2020-03-25T21:25:05.239Z, RpcRetryingCaller{globalStartTime=1585171502143, 
> pause=100, maxAttempts=4}, 
> org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after 
> attempts=4, exceptions:
> 2020-03-25T21:25:04.624Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.726Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:04.929Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> 2020-03-25T21:25:05.235Z, RpcRetryingCaller{globalStartTime=1585171504623, 
> pause=100, maxAttempts=4}, java.io.IOException: Call to 
> asf905.gq1.ygridcore.net/67.195.81.149:45715 failed on local exception: 
> java.io.IOException: Can not send request because relogin is in progress.
> {code}
> Disabling rather than spending time in here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)