sankarh commented on a change in pull request #2065:
URL: https://github.com/apache/hive/pull/2065#discussion_r622782514



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TriggerValidatorRunnable.java
##########
@@ -95,7 +95,7 @@ public void run() {
 
           Trigger chosenTrigger = violatedSessions.get(sessionState);
           if (chosenTrigger != null) {
-            LOG.info("Query: {}. {}. Applying action.", 
sessionState.getWmContext().getQueryId(),
+            LOG.debug("Query: {}. {}. Applying action.", 
sessionState.getWmContext().getQueryId(),

Review comment:
       Do we have some other log that signifies the trigger event is generated?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to