[ 
https://issues.apache.org/jira/browse/HIVE-25288?focusedWorklogId=622917&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-622917
 ]

ASF GitHub Bot logged work on HIVE-25288:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jul/21 09:02
            Start Date: 15/Jul/21 09:02
    Worklog Time Spent: 10m 
      Work Description: pvary commented on a change in pull request #2476:
URL: https://github.com/apache/hive/pull/2476#discussion_r670274835



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Cleaner.java
##########
@@ -123,7 +123,7 @@ public void run() {
             long minTxnIdSeenOpen = txnHandler.findMinTxnIdSeenOpen();
             final long cleanerWaterMark = minTxnIdSeenOpen < 0 ? minOpenTxnId 
: Math.min(minOpenTxnId, minTxnIdSeenOpen);
 
-            LOG.info("Cleaning based on min open txn id: " + minOpenTxnId);
+            LOG.info("Cleaning based on min open txn id: " + cleanerWaterMark);

Review comment:
       Do I understand correctly that this is the fix and the other things are 
just general improvements of the code?




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 622917)
    Time Spent: 0.5h  (was: 20m)

> Fix TestMmCompactorOnTez
> ------------------------
>
>                 Key: HIVE-25288
>                 URL: https://issues.apache.org/jira/browse/HIVE-25288
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Zoltan Haindrich
>            Assignee: Denys Kuzmenko
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> http://ci.hive.apache.org/job/hive-flaky-check/240/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to