[jira] [Updated] (PHOENIX-5779) SplitSystemCatalogIT tests fail with Multiple Regions error

2020-07-02 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-5779:
-
Attachment: PHOENIX-5779-addendum.master.v2.patch

> SplitSystemCatalogIT tests fail with Multiple Regions error
> ---
>
> Key: PHOENIX-5779
> URL: https://issues.apache.org/jira/browse/PHOENIX-5779
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 5.1.0
>Reporter: Sandeep Guggilam
>Assignee: Richard Antal
>Priority: Major
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-5779-addendum.master.v1.patch, 
> PHOENIX-5779-addendum.master.v2.patch, PHOENIX-5779.master.v1.patch
>
>
> I see the SplitSystemCatalogIT tests failing on master branch complaining 
> with the error " Multiple regions on server" when it tries to split the 
> system catalog.
>  
> Sample builds where it failed:
> [https://builds.apache.org/job/PreCommit-PHOENIX-Build/3560//testReport/]
> [https://builds.apache.org/job/PreCommit-PHOENIX-Build/3571//testReport/]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (PHOENIX-5986) DropTableWithViewsIT is flapping

2020-07-02 Thread Chinmay Kulkarni (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chinmay Kulkarni updated PHOENIX-5986:
--
Summary: DropTableWithViewsIT is flapping  (was: DropTableWithViewsIT is 
flaky)

> DropTableWithViewsIT is flapping
> 
>
> Key: PHOENIX-5986
> URL: https://issues.apache.org/jira/browse/PHOENIX-5986
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.15.0
>Reporter: Chinmay Kulkarni
>Priority: Major
>  Labels: phoenix-hardening, quality-improvement
> Fix For: 4.16.0
>
>
> DropTableWithViewsIT has some flaky tests, especially 
> testDropTableWithChildViews.
> This has caused recent preCommit failures for 
> [PHOENIX-5981|https://issues.apache.org/jira/browse/PHOENIX-5981] (build 
> [4010|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4010//testReport/])
>  and 
> [PHOENIX-5984|https://issues.apache.org/jira/browse/PHOENIX-5984] (build 
> [4011|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4011//testReport/]).
> When I run this test locally, it passes sometimes and fails sometimes. This 
> is the relevant stack trace:
> {code}
> java.lang.AssertionError
>   at org.junit.Assert.fail(Assert.java:87)
>   at org.junit.Assert.assertTrue(Assert.java:42)
>   at org.junit.Assert.assertFalse(Assert.java:65)
>   at org.junit.Assert.assertFalse(Assert.java:75)
>   at 
> org.apache.phoenix.end2end.DropTableWithViewsIT.testDropTableWithChildViews(DropTableWithViewsIT.java:158)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (PHOENIX-5986) DropTableWithViewsIT.testDropTableWithChildViews is flapping again

2020-07-02 Thread Chinmay Kulkarni (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chinmay Kulkarni updated PHOENIX-5986:
--
Description: 
DropTableWithViewsIT.testDropTableWithChildViews is flapping again. I see 
[PHOENIX-5074|https://issues.apache.org/jira/browse/PHOENIX-5074] fixed this 
test so that the task is run immediately, but somehow this test is still 
intermittently failing.

This has caused recent preCommit failures for PHOENIX-5981 (build 
[4010|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4010//testReport/]) 
and 
 PHOENIX-5984 (build 
[4011|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4011//testReport/]).

When I run this test locally, it passes sometimes and fails sometimes. This is 
the relevant stack trace:
{code:java}
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertFalse(Assert.java:65)
at org.junit.Assert.assertFalse(Assert.java:75)
at 
org.apache.phoenix.end2end.DropTableWithViewsIT.testDropTableWithChildViews(DropTableWithViewsIT.java:158)
{code}

  was:
DropTableWithViewsIT has some flaky tests, especially 
testDropTableWithChildViews.
This has caused recent preCommit failures for 
[PHOENIX-5981|https://issues.apache.org/jira/browse/PHOENIX-5981] (build 
[4010|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4010//testReport/]) 
and 
[PHOENIX-5984|https://issues.apache.org/jira/browse/PHOENIX-5984] (build 
[4011|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4011//testReport/]).

When I run this test locally, it passes sometimes and fails sometimes. This is 
the relevant stack trace:
{code}
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertFalse(Assert.java:65)
at org.junit.Assert.assertFalse(Assert.java:75)
at 
org.apache.phoenix.end2end.DropTableWithViewsIT.testDropTableWithChildViews(DropTableWithViewsIT.java:158)
{code}



> DropTableWithViewsIT.testDropTableWithChildViews is flapping again
> --
>
> Key: PHOENIX-5986
> URL: https://issues.apache.org/jira/browse/PHOENIX-5986
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.15.0
>Reporter: Chinmay Kulkarni
>Priority: Major
>  Labels: phoenix-hardening, quality-improvement
> Fix For: 4.16.0
>
>
> DropTableWithViewsIT.testDropTableWithChildViews is flapping again. I see 
> [PHOENIX-5074|https://issues.apache.org/jira/browse/PHOENIX-5074] fixed this 
> test so that the task is run immediately, but somehow this test is still 
> intermittently failing.
> This has caused recent preCommit failures for PHOENIX-5981 (build 
> [4010|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4010//testReport/])
>  and 
>  PHOENIX-5984 (build 
> [4011|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4011//testReport/]).
> When I run this test locally, it passes sometimes and fails sometimes. This 
> is the relevant stack trace:
> {code:java}
> java.lang.AssertionError
>   at org.junit.Assert.fail(Assert.java:87)
>   at org.junit.Assert.assertTrue(Assert.java:42)
>   at org.junit.Assert.assertFalse(Assert.java:65)
>   at org.junit.Assert.assertFalse(Assert.java:75)
>   at 
> org.apache.phoenix.end2end.DropTableWithViewsIT.testDropTableWithChildViews(DropTableWithViewsIT.java:158)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (PHOENIX-5986) DropTableWithViewsIT.testDropTableWithChildViews is flapping again

2020-07-02 Thread Chinmay Kulkarni (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chinmay Kulkarni updated PHOENIX-5986:
--
Summary: DropTableWithViewsIT.testDropTableWithChildViews is flapping again 
 (was: DropTableWithViewsIT is flapping)

> DropTableWithViewsIT.testDropTableWithChildViews is flapping again
> --
>
> Key: PHOENIX-5986
> URL: https://issues.apache.org/jira/browse/PHOENIX-5986
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.15.0
>Reporter: Chinmay Kulkarni
>Priority: Major
>  Labels: phoenix-hardening, quality-improvement
> Fix For: 4.16.0
>
>
> DropTableWithViewsIT has some flaky tests, especially 
> testDropTableWithChildViews.
> This has caused recent preCommit failures for 
> [PHOENIX-5981|https://issues.apache.org/jira/browse/PHOENIX-5981] (build 
> [4010|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4010//testReport/])
>  and 
> [PHOENIX-5984|https://issues.apache.org/jira/browse/PHOENIX-5984] (build 
> [4011|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4011//testReport/]).
> When I run this test locally, it passes sometimes and fails sometimes. This 
> is the relevant stack trace:
> {code}
> java.lang.AssertionError
>   at org.junit.Assert.fail(Assert.java:87)
>   at org.junit.Assert.assertTrue(Assert.java:42)
>   at org.junit.Assert.assertFalse(Assert.java:65)
>   at org.junit.Assert.assertFalse(Assert.java:75)
>   at 
> org.apache.phoenix.end2end.DropTableWithViewsIT.testDropTableWithChildViews(DropTableWithViewsIT.java:158)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (PHOENIX-5986) DropTableWithViewsIT is flaky

2020-07-02 Thread Chinmay Kulkarni (Jira)
Chinmay Kulkarni created PHOENIX-5986:
-

 Summary: DropTableWithViewsIT is flaky
 Key: PHOENIX-5986
 URL: https://issues.apache.org/jira/browse/PHOENIX-5986
 Project: Phoenix
  Issue Type: Bug
Affects Versions: 4.15.0
Reporter: Chinmay Kulkarni
 Fix For: 4.16.0


DropTableWithViewsIT has some flaky tests, especially 
testDropTableWithChildViews.
This has caused recent preCommit failures for 
[PHOENIX-5981|https://issues.apache.org/jira/browse/PHOENIX-5981] (build 
[4010|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4010//testReport/]) 
and 
[PHOENIX-5984|https://issues.apache.org/jira/browse/PHOENIX-5984] (build 
[4011|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4011//testReport/]).

When I run this test locally, it passes sometimes and fails sometimes. This is 
the relevant stack trace:
{code}
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertFalse(Assert.java:65)
at org.junit.Assert.assertFalse(Assert.java:75)
at 
org.apache.phoenix.end2end.DropTableWithViewsIT.testDropTableWithChildViews(DropTableWithViewsIT.java:158)
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (PHOENIX-5986) DropTableWithViewsIT is flaky

2020-07-02 Thread Chinmay Kulkarni (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chinmay Kulkarni updated PHOENIX-5986:
--
Labels: phoenix-hardening quality-improvement  (was: )

> DropTableWithViewsIT is flaky
> -
>
> Key: PHOENIX-5986
> URL: https://issues.apache.org/jira/browse/PHOENIX-5986
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.15.0
>Reporter: Chinmay Kulkarni
>Priority: Major
>  Labels: phoenix-hardening, quality-improvement
> Fix For: 4.16.0
>
>
> DropTableWithViewsIT has some flaky tests, especially 
> testDropTableWithChildViews.
> This has caused recent preCommit failures for 
> [PHOENIX-5981|https://issues.apache.org/jira/browse/PHOENIX-5981] (build 
> [4010|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4010//testReport/])
>  and 
> [PHOENIX-5984|https://issues.apache.org/jira/browse/PHOENIX-5984] (build 
> [4011|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4011//testReport/]).
> When I run this test locally, it passes sometimes and fails sometimes. This 
> is the relevant stack trace:
> {code}
> java.lang.AssertionError
>   at org.junit.Assert.fail(Assert.java:87)
>   at org.junit.Assert.assertTrue(Assert.java:42)
>   at org.junit.Assert.assertFalse(Assert.java:65)
>   at org.junit.Assert.assertFalse(Assert.java:75)
>   at 
> org.apache.phoenix.end2end.DropTableWithViewsIT.testDropTableWithChildViews(DropTableWithViewsIT.java:158)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (PHOENIX-5779) SplitSystemCatalogIT tests fail with Multiple Regions error

2020-07-02 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-5779:
-
Attachment: PHOENIX-5779-addendum.master.v1.patch

> SplitSystemCatalogIT tests fail with Multiple Regions error
> ---
>
> Key: PHOENIX-5779
> URL: https://issues.apache.org/jira/browse/PHOENIX-5779
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 5.1.0
>Reporter: Sandeep Guggilam
>Assignee: Richard Antal
>Priority: Major
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-5779-addendum.master.v1.patch, 
> PHOENIX-5779.master.v1.patch
>
>
> I see the SplitSystemCatalogIT tests failing on master branch complaining 
> with the error " Multiple regions on server" when it tries to split the 
> system catalog.
>  
> Sample builds where it failed:
> [https://builds.apache.org/job/PreCommit-PHOENIX-Build/3560//testReport/]
> [https://builds.apache.org/job/PreCommit-PHOENIX-Build/3571//testReport/]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Reopened] (PHOENIX-5779) SplitSystemCatalogIT tests fail with Multiple Regions error

2020-07-02 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth reopened PHOENIX-5779:
--

ViewIndexIt still fails with the same error in Jenkins

https://builds.apache.org/view/M-R/view/Phoenix/job/Phoenix-master-matrix/HBASE_PROFILE=2.2/108/

It seems that even if we always use a fresh copy of the assignment map, there 
is nothing stopping BalancerChore from moving the region again.

> SplitSystemCatalogIT tests fail with Multiple Regions error
> ---
>
> Key: PHOENIX-5779
> URL: https://issues.apache.org/jira/browse/PHOENIX-5779
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 5.1.0
>Reporter: Sandeep Guggilam
>Assignee: Richard Antal
>Priority: Major
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-5779.master.v1.patch
>
>
> I see the SplitSystemCatalogIT tests failing on master branch complaining 
> with the error " Multiple regions on server" when it tries to split the 
> system catalog.
>  
> Sample builds where it failed:
> [https://builds.apache.org/job/PreCommit-PHOENIX-Build/3560//testReport/]
> [https://builds.apache.org/job/PreCommit-PHOENIX-Build/3571//testReport/]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)