[
https://issues.apache.org/jira/browse/PHOENIX-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17218110#comment-17218110
]
Istvan Toth commented on PHOENIX-6197:
--------------------------------------
It's definitely caused by PHOENIX-6181.
{code:java}
mvn clean verify -am -pl phoenix-core -Dit.test=AggregateIT,StoreNullsIT
-Dskip.code-coverage
{code}
finishes in 5 minutes in 2359f54944dbdcedf16825370626e49c0cd99fc6
while the same doesn't finish in 15 minutes in
4fc394c3d9c92cbefa20800dd642df20524933a4
> AggregateIT and StoreNullsIT hangs
> ----------------------------------
>
> Key: PHOENIX-6197
> URL: https://issues.apache.org/jira/browse/PHOENIX-6197
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 5.1.0, 4.16.0
> Reporter: Istvan Toth
> Priority: Blocker
>
> Recent 4.x builds don't finish.
> The maven output shows that AggregateIT and StoreNullsIT are started, but
> never complete.
> All 4.x CI builds seem to be affected.
> I can see the same hang on some master builds (on HBase 2.3, though that may
> be a coincidence)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)