deniskuzZ commented on code in PR #5559:
URL: https://github.com/apache/hive/pull/5559#discussion_r1871586096


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/jdbc/functions/MinOpenTxnIdWaterMarkFunction.java:
##########
@@ -61,7 +61,7 @@ public Long execute(MultiDataSourceJdbcResource jdbcResource) 
throws MetaExcepti
           return id;
         }));
     long lowWaterMark = jdbcResource.execute(new 
OpenTxnTimeoutLowBoundaryTxnIdHandler(openTxnTimeOutMillis));
-    LOG.debug("MinOpenTxnIdWaterMark calculated with minOpenTxn {}, 
lowWaterMark {}", minOpenTxn, lowWaterMark);
+    LOG.info("MinOpenTxnIdWaterMark calculated with minOpenTxn {}, 
lowWaterMark {}", minOpenTxn, lowWaterMark);

Review Comment:
   i don't think we should be changing to info here, it's a debug information



-- 
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.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to