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

Setting logbufsecs to 0 causes Impala to spin on one core

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Impala 2.9.0
    • Impala 2.13.0, Impala 3.1.0
    • Docs
    • None
    • ghx-label-5

    Description

      Starting impalad with -logbufsecs 0 makes it spin in the thread that tries to delete old logfiles.

      tarmstrong, henryr - Is this intended? If not, one fix would be to sleep for std::max(1, FLAGS_logbufsecs) in LogMaintenanceThread(). Another option would be to require a value >0 for logbufsecs.

      Attachments

        Activity

          People

            arodoni Alexandra Rodoni
            lv Lars Volker
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: