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

Impala cluster doesn't start when building with debug_noopt

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • Infrastructure
    • None
    • ghx-label-5

    Description

      After building Impala with  buildall.sh using the -debug_noopt option, the Impala cluster cannot be started:

       

      ./buildall.sh -debug_noopt
      [...]
      bin/start-impala-cluster.py 
      Traceback (most recent call last):
        File "bin/start-impala-cluster.py", line 166, in <module>
          KUDU_RPC_TIMEOUT = build_flavor_timeout(0, slow_build_timeout=60000)
        File "/home/danielbecker/Impala/tests/common/environ.py", line 416, in build_flavor_timeout
          cluster_properties = ImpalaTestClusterProperties.get_instance()
        File "/home/danielbecker/Impala/tests/common/environ.py", line 254, in get_instance
      ImpalaTestClusterFlagsDetector.detect_using_build_root_or_web_ui(IMPALA_HOME)
        File "/home/danielbecker/Impala/tests/common/environ.py", line 175, in detect_using_build_root_or_web_ui
          ImpalaTestClusterFlagsDetector.validate_build_flags(build_type, library_link_type)
        File "/home/danielbecker/Impala/tests/common/environ.py", line 196, in validate_build_flags
          raise Exception("Unknown build type {0}".format(build_type))
      Exception: Unknown build type debug_noopt
      

       

      Attachments

        Issue Links

          Activity

            People

              daniel.becker Daniel Becker
              daniel.becker Daniel Becker
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: