[ 
https://issues.apache.org/jira/browse/PHOENIX-6296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258265#comment-17258265
 ] 

ASF GitHub Bot commented on PHOENIX-6296:
-----------------------------------------

stoty commented on a change in pull request #1055:
URL: https://github.com/apache/phoenix/pull/1055#discussion_r551369022



##########
File path: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/RowValueConstructorOffsetIT.java
##########
@@ -76,7 +76,7 @@
     private static Connection conn = null;
 
     @BeforeClass
-    public static void init() throws SQLException {
+    public static synchornized void init() throws SQLException {

Review comment:
       It's not, I was wrongly relying on the automated tests. 
   Thanks for niticing it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Synchronize @Parameters, @BeforeClass and @AfterClass methods take 2
> --------------------------------------------------------------------
>
>                 Key: PHOENIX-6296
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6296
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.1.0, 4.16.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Critical
>
> The work done for PHOENIX-5554 has been undone, we have a lot of 
> unsynchronized methods again.



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

Reply via email to