[
https://issues.apache.org/jira/browse/HIVE-18693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16366513#comment-16366513
]
Eugene Koifman commented on HIVE-18693:
---------------------------------------
this won't enqueue any compaction requests so CompactorMR will never run, i.e.
it won't clean aborted dirs
also, it will not clean relevant entries from txn_components or
completed_txn_componentes.
The test should look at the directories on the file system and make sure that
they are actually deleted.
> Snapshot Isolation does not work for Micromanaged table when a insert
> transaction is aborted
> --------------------------------------------------------------------------------------------
>
> Key: HIVE-18693
> URL: https://issues.apache.org/jira/browse/HIVE-18693
> Project: Hive
> Issue Type: Bug
> Components: Transactions
> Reporter: Steve Yeom
> Assignee: Steve Yeom
> Priority: Major
> Attachments: HIVE-18693.01.patch, HIVE-18693.02.patch
>
>
> TestTxnCommands2#writeBetweenWorkerAndCleaner with minor
> changes (changing delete command to insert command) fails on MM table.
> Specifically the last SELECT commands returns wrong results.
> But this test works fine with full ACID table.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)