[
https://issues.apache.org/jira/browse/HIVE-25288?focusedWorklogId=622919&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-622919
]
ASF GitHub Bot logged work on HIVE-25288:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jul/21 09:04
Start Date: 15/Jul/21 09:04
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on a change in pull request #2476:
URL: https://github.com/apache/hive/pull/2476#discussion_r670276793
##########
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:
No, that's just the logging fix. The main fix is in TxnHandler, see
deleteInvalidOpenTransactions
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 622919)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> Remaining Estimate: 0h
>
> http://ci.hive.apache.org/job/hive-flaky-check/240/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)