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

Warning regarding multiple MOVE triggers is logged even if conflicting triggers are both KILL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.2.0, 4.0.0
    • None
    • None
    • None

    Description

      The following in TriggerValidatorRunnable will log a WARN about conflicting MOVE triggers even if the previous trigger violated was a KILL trigger.

       

      } else { 
      // if multiple MOVE happens, only first move will be chosen
      LOG.warn("Conflicting MOVE triggers ({} and {}). Choosing the first MOVE trigger: {}", existingTrigger, currentTrigger, existingTrigger.getName());
      

       

      This logging makes sense if the code broke out of the triggers loop on the first encountered KILL trigger violation, but this currently does not happen.

      Attachments

        Issue Links

          Activity

            People

              prasanth_j Prasanth Jayachandran
              bgoerlitz Brian Goerlitz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: