ashutosh-bapat commented on a change in pull request #587: HIVE-21213 : Acid
table bootstrap replication needs to handle directory created by compaction
with txn id
URL: https://github.com/apache/hive/pull/587#discussion_r354281539
##########
File path:
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java
##########
@@ -1467,7 +1467,7 @@ public void
replTableWriteIdState(ReplTblWriteIdStateRequest rqst) throws MetaEx
// Schedule Major compaction on all the partitions/table to clean aborted
data
if (numAbortedWrites > 0) {
- CompactionRequest compactRqst = new CompactionRequest(rqst.getDbName(),
rqst.getTableName(),
+ CompactionRequest compactRqst = new CompactionRequest(dbName, tblName,
Review comment:
Why do we need this change here?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]