[
https://issues.apache.org/jira/browse/PHOENIX-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16889846#comment-16889846
]
Lars Hofhansl edited comment on PHOENIX-4893 at 7/22/19 12:10 AM:
------------------------------------------------------------------
I cleaned up the VM by added {{rm -rf ~/.m2/repository/org/apache/hbase}} to
the build steps.
And I re-added H27 to the -1.5 machines.
I suppose we could review all the other VMs we ruled out from the builds to get
faster builds.
[~apurtell] so that's pretty annoying. If we just happen to get unlucky and run
an HBase precommit job on a VM that adds an otherwise unused pom dependency we
mess up the VM.
On the other hand I would not recommend always wiping the m2 repo, since it
means lots of downloading each time. I wonder if there's a way to do that
conditionally... Try first without wiping, if that does not work wipe the repo
and try again.
was (Author: lhofhansl):
I cleaned up the VM by added {{rm -rf ~/.m2/repository/org/apache/hbase}} to
the build steps.
And I re-added H27 to the -1.5 machines.
I suppose we could review all the other VMs we ruled out from the builds to get
faster builds.
> Move parent column combining logic of view and view indexes from server to
> client
> ---------------------------------------------------------------------------------
>
> Key: PHOENIX-4893
> URL: https://issues.apache.org/jira/browse/PHOENIX-4893
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Lars Hofhansl
> Assignee: Thomas D'Silva
> Priority: Major
> Fix For: 4.15.0, 5.1.0
>
> Attachments: PHOENIX-4893-4.x-HBase-1.3-v1.patch,
> PHOENIX-4893-4.x-HBase-1.3-v2.patch, PHOENIX-4893-4.x-HBase-1.3-v3.patch,
> PHOENIX-4893-4.x-HBase-1.3-v4.patch, PHOENIX-4893-4.x-HBase-1.3-v5.patch,
> PHOENIX-4893-4.x-HBase-1.3-v6.patch, PHOENIX-4893.patch
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> In a stack trace I see that phoenix.coprocessor.ViewFinder.findRelatedViews()
> scans SYSCAT. With splittable SYSCAT which now involves regions from other
> servers.
> We should really push this to the client now.
> Related to HBASE-21166
> [~tdsilva]
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)