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

[jira] [Created] (HBASE-23990) [Flakey Tests] TestSecureExport.testVisibilityLabels fails with SaslException

Michael Stack created HBASE-23990:
-------------------------------------

             Summary: [Flakey Tests] TestSecureExport.testVisibilityLabels fails with SaslException
                 Key: HBASE-23990
                 URL: https://issues.apache.org/jira/browse/HBASE-23990
             Project: HBase
          Issue Type: Bug
          Components: flakies
            Reporter: Michael Stack


It fails on one of the three hosts I'm using to run tests. It fails every time. Here is the complaint:

{code}
java.io.IOException: Failed on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Bad file descriptor (Write failed))]; Host Details : local host is: "stack.example.org/X.X.X.X"; destination host is: "localhost":61294;
        at org.apache.hadoop.hbase.coprocessor.TestSecureExport.lambda$testVisibilityLabels$7(TestSecureExport.java:422)
        at org.apache.hadoop.hbase.coprocessor.TestSecureExport.testVisibilityLabels(TestSecureExport.java:426)
{code}

(Line numbers are a little off because I've been messing around in code... trying to figure how to get it to pass).

I'm going to just disable the failing test in sub-issue until someone has a chance to look at it. This is an old one but its stopping me make progress on test stability on one of my machines and figuring this sort of failure is of low priority for myself at the moment at least.



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