[ https://issues.apache.org/jira/browse/HIVE-12964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Prasanth Jayachandran updated HIVE-12964: ----------------------------------------- Attachment: HIVE-12964.2.patch The actual reason was not setting a state flag during filtering the messages. So one PerfLogger msg got into OperationLog causing the failure. The changing of the state flag depends upon the arrival of the messages. In Master, some msg arrived early and flipped the flag but in branch-2.0 PerfLogger msg arrived early and the first instance of PerfLogger msg did not flip the excludeMatches flag. We should commit this patch both to master and branch-2.0. > TestOperationLoggingAPIWithMr,TestOperationLoggingAPIWithTez fail on > branch-2.0 (with Java 7, at least) > ------------------------------------------------------------------------------------------------------- > > Key: HIVE-12964 > URL: https://issues.apache.org/jira/browse/HIVE-12964 > Project: Hive > Issue Type: Bug > Affects Versions: 2.0.0, 2.1.0 > Reporter: Sergey Shelukhin > Assignee: Prasanth Jayachandran > Attachments: HIVE-12964.2.patch, HIVE-12964.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)