Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-4562

impala crashes starting up on kerberized clusters where kudu is not supported

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.8.0
    • Impala 2.8.0
    • Backend

    Description

      commit de88f0c4af3a07ae6bd6b8c94edcb8748468f522 for "IMPALA-4497: Fix Kudu client crash w/ SASL initialization" causes a crash on secure clusters where kudu is not supported.

      #0  0x00007f6e549c595e in ?? () from /opt/cloudera/parcels/CDH-5.10.0-1.cdh5.10.0.p0.1/lib/impala/lib/libkudu_client.so.0
      #1  0x00007f6e549c650a in kudu::client::DisableSaslInitialization() () from /opt/cloudera/parcels/CDH-5.10.0-1.cdh5.10.0.p0.1/lib/impala/lib/libkudu_client.so.0
      #2  0x00000000009d75a7 in impala::InitAuth(std::string const&) ()
      #3  0x000000000082c54e in impala::InitCommonRuntime(int, char**, bool, impala::TestInfo::Mode) ()
      #4  0x0000000000b23db0 in ImpaladMain(int, char**) ()
      #5  0x00000000007d0fd3 in main ()
      

      We need to ensure we do not call the Kudu client on systems where libkudu_client.so is a stub.

      Attachments

        Activity

          People

            mjacobs Matthew Jacobs
            mjacobs Matthew Jacobs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: