You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/05/04 20:15:00 UTC

[jira] [Commented] (HBASE-24307) [Flakey Tests] krb server for secure thrift tests throws BindException

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

Michael Stack commented on HBASE-24307:
---------------------------------------

Here is another bind exception that causes TestJMXListener to fail from local runs....

 2020-05-04 17:18:53,031 INFO  [RS:0;hbasedn017:34239] regionserver.HRegionServer(2239): STOPPED: The coprocessor org.apache.hadoop.hbase.JMXListener threw java.rmi.server.  ExportException: Port already in use: 59236; nested exception is:
   java.net.BindException: Address already in use (Bind failed)

> [Flakey Tests] krb server for secure thrift tests throws BindException
> ----------------------------------------------------------------------
>
>                 Key: HBASE-24307
>                 URL: https://issues.apache.org/jira/browse/HBASE-24307
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Michael Stack
>            Priority: Major
>
> Thought I'd put all the BindExceptions in thrift to sleep but just came across this one putting up the *krb* server used by the secure thrift http tests. There are two tests that use krb:
> {code}
>  -------------------------------------------------------------------------------
>  Test set: org.apache.hadoop.hbase.thrift.TestThriftSpnegoHttpFallbackServer
>  -------------------------------------------------------------------------------
>  Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.042 s <<< FAILURE! - in org.apache.hadoop.hbase.thrift.TestThriftSpnegoHttpFallbackServer
>  org.apache.hadoop.hbase.thrift.TestThriftSpnegoHttpFallbackServer  Time elapsed: 0.017 s  <<< ERROR!
>  org.apache.kerby.kerberos.kerb.KrbException: Failed to start KDC-Server
>    at org.apache.hadoop.hbase.thrift.TestThriftSpnegoHttpFallbackServer.setUpBeforeClass(TestThriftSpnegoHttpFallbackServer.java:137)
>  Caused by: java.net.BindException: Address already in use (Bind failed)
>    at org.apache.hadoop.hbase.thrift.TestThriftSpnegoHttpFallbackServer.setUpBeforeClass(TestThriftSpnegoHttpFallbackServer.java:137)
> {code}



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