Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-24330

[fakey test] TestInfoServersACL testJmxAvailableForAdmin

    XMLWordPrintableJSON

Details

    • Test
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.3.0
    • None
    • test
    • None

    Description

      There was a failure on branch-2.3 last night, https://builds.apache.org/job/HBase%20Nightly/job/branch-2.3/65/testReport/

      This test failed for JDK11 but not JDK8.

      Before the failed assertion, I do see a log from the loop on line 312:

      2020-05-05 10:57:45,323 INFO  [Time-limited test] http.TestInfoServersACL$11(312): Hadoop:service=HBase,name=StartupProgress
      

      This indicates to me that the HBase portion of the process hadn't finished coming online yet, and so the precondition was not yet satisfied. Just speculation though; I don't understand why the same bean wouldn't be available to the admin user as well.

      Furthermore, looks like the test does not clean up after itself correctly. On retry, the subsequent attempt flat-out failed with

      Failed to load or create keytab /home/jenkins/jenkins-slave/workspace/HBase_Nightly_branch-2.3/component/hbase-server/target/test-data/f2e84dcf-0d1f-fe85-3519-4fcb37058d39/keytab
      
      org.apache.kerby.kerberos.kerb.KrbException: Failed to load or create keytab /home/jenkins/jenkins-slave/workspace/HBase_Nightly_branch-2.3/component/hbase-server/target/test-data/f2e84dcf-0d1f-fe85-3519-4fcb37058d39/keytab
      	at org.apache.hadoop.hbase.http.TestInfoServersACL.beforeClass(TestInfoServersACL.java:114)
      Caused by: java.io.IOException: No such file or directory
      	at org.apache.hadoop.hbase.http.TestInfoServersACL.beforeClass(TestInfoServersACL.java:114)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            ndimiduk Nick Dimiduk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: