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

Remove unused kudu scanner keep alive vairable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 2.9.0
    • Impala 2.9.0
    • Backend
    • None

    Description

      Noticed these two duplicate flag, looked through the code and it appears that kudu_scanner_keep_alive_period_us is defined and unused in the code.
      This can be confusing if someone tries to set a safety valve.

      DEFINE_int32(kudu_scanner_keep_alive_period_us, 15 * 1000L * 1000L,
          "The period at which Kudu Scanners should send keep-alive requests to the tablet "
          "server to ensure that scanners do not time out.");
      
      kudu_scanner_keep_alive_period_us (int32)	The period at which Kudu Scanners should send keep-alive requests to the tablet server to ensure that scanners do not time out.	15000000	15000000
      kudu_scanner_keep_alive_period_sec (int32)	The period at which Kudu Scanners should send keep-alive requests to the tablet server to ensure that scanners do not time out.	15	15
      

      Attachments

        Activity

          People

            mjacobs Matthew Jacobs
            mmokhtar Mostafa Mokhtar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: