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

collect_minidumps.py does not support python 2.6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.6.0
    • Impala 2.6.0
    • Infrastructure
    • None

    Description

      Python 2.6 is the default python version shipped with CentOS 6.6 and
      the minidump collection script needs to run there, too. However, the
      tarfile library version shipped with python 2.6 does not support using
      TarFile objects as context managers. To fix this we should wrap
      tarfile.TarFile in contextlib.closing to support python 2.6, too.

      Attachments

        Activity

          People

            lv Lars Volker
            lv Lars Volker
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: