[
https://issues.apache.org/jira/browse/PHOENIX-3926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16043707#comment-16043707
]
Samarth Jain commented on PHOENIX-3926:
---------------------------------------
Not too sure what is going on. I see the individual test cases passing though.
https://builds.apache.org/job/Phoenix-master/1652/testReport/junit/org.apache.phoenix.end2end/UpsertSelectIT/
https://builds.apache.org/job/Phoenix-master/1652/testReport/junit/org.apache.phoenix.end2end/QueryDatabaseMetaDataIT/
So likely a failure happened in the tearDown method?
{code}
@AfterClass
public static void doTeardown() throws Exception {
dropNonSystemTables();
}
{code}
One other possibility is that for some reason HBase is throwing retriable IO
Exception and phoenix just eventually gives up after retrying n (35?) times
resulting in a sql operation timed out exception. I have seen that happen a
couple of times at least on the QA runs. One example being
ArithmeticQueryIT#testDecimalUpsertSelect. It doesn't happen always though.
> Do not use EncodedColumnQualifierCellsList optimization when doing raw scans
> ----------------------------------------------------------------------------
>
> Key: PHOENIX-3926
> URL: https://issues.apache.org/jira/browse/PHOENIX-3926
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: Samarth Jain
> Fix For: 4.11.0
>
> Attachments: PHOENIX-3926.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)