[
https://issues.apache.org/jira/browse/HIVE-21625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16820591#comment-16820591
]
Hive QA commented on HIVE-21625:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12966275/HIVE-21625.1.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 15940 tests
executed
*Failed tests:*
{noformat}
TestReplAcidTablesWithJsonMessage - did not produce a TEST-*.xml file (likely
timed out) (batchId=256)
org.apache.hive.hcatalog.mapreduce.TestHCatPartitioned.testHCatPartitionedTable[2]
(batchId=210)
org.apache.hive.minikdc.TestJdbcWithMiniKdcCookie.testCookie (batchId=284)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/16981/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16981/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16981/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12966275 - PreCommit-HIVE-Build
> Fix TxnIdUtils.checkEquivalentWriteIds, also provides a comparison method
> -------------------------------------------------------------------------
>
> Key: HIVE-21625
> URL: https://issues.apache.org/jira/browse/HIVE-21625
> Project: Hive
> Issue Type: Bug
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Priority: Major
> Attachments: HIVE-21625.1.patch
>
>
> TxnIdUtils.checkEquivalentWriteIds has a bug which thinks (\{1,2,3,4\}, 6)
> and (\{1,2,3,4,5,6\}, 8) compatible (the notation is (invalidlist, hwm)).
> Here is a patch to fix it, also provide a comparison method to check which is
> newer.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)