You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/03 04:53:58 UTC

[GitHub] [arrow] liyafan82 opened a new pull request #7628: ARROW-9315: [Java] Fix the failure of testAllocationManagerType

liyafan82 opened a new pull request #7628:
URL: https://github.com/apache/arrow/pull/7628


   The problem was caused by a cyclic dependency of class loading. 
   
   Please see the discussion in the jira:
   https://issues.apache.org/jira/browse/ARROW-9315
   
   We solve it by making DefaultAllocationManagerOption#DEFAULT_ALLOCATION_MANAGER_FACTORY initialize lazily. 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7628: ARROW-9315: [Java] Fix the failure of testAllocationManagerType

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7628:
URL: https://github.com/apache/arrow/pull/7628#issuecomment-653349350


   https://issues.apache.org/jira/browse/ARROW-9315


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] liyafan82 commented on pull request #7628: ARROW-9315: [Java] Fix the failure of testAllocationManagerType

Posted by GitBox <gi...@apache.org>.
liyafan82 commented on pull request #7628:
URL: https://github.com/apache/arrow/pull/7628#issuecomment-653446059


   > Hey @liyafan82 I found the same last night and put something similar into #7619
   > 
   > I noticed this was failing a lot on Java 11 for me.
   
   I see. Thanks a lot for your confirm. 
   The problem depends on the particular order of class loading, which can be underministic. 
   
   Anyway, I hope the problem can be resolved soon, as the master build is breaking because of 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:
users@infra.apache.org



[GitHub] [arrow] liyafan82 closed pull request #7628: ARROW-9315: [Java] Fix the failure of testAllocationManagerType

Posted by GitBox <gi...@apache.org>.
liyafan82 closed pull request #7628:
URL: https://github.com/apache/arrow/pull/7628


   


----------------------------------------------------------------
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:
users@infra.apache.org