Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-28246

Fix confusing log message in LlapTaskSchedulerService

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 4.1.0
    • None

    Description

      https://github.com/apache/hive/blob/8415527101432bb5bf14b3c2a318a2cc40801b9a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java#L1719

            WM_LOG.info("Registering " + taskInfo.attemptId + "; " + taskInfo.isGuaranteed);
      

      leads to a message like:

      Registering attempt_1714730410273_0009_153_05_000235_10; false
      

      "false" is out of any context, supposed to be something like:

      Registering attempt_1714730410273_0009_153_05_000235_10, guaranteed: false
      

      Attachments

        Issue Links

          Activity

            People

              zratkai Zoltán Rátkai
              abstractdog László Bodor
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: