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/06/02 16:20:23 UTC

[GitHub] [arrow] rymurr opened a new pull request #7329: ARROW-9016: [Java] Remove direct references to Netty/Unsafe Allocators

rymurr opened a new pull request #7329:
URL: https://github.com/apache/arrow/pull/7329


   As part of ARROW-8230 this removes direct references to Netty and Unsafe Allocation
   managers in the `DefaultAllocationManagerOption`.
   
   This maintains Netty as the default allocator until ARROW-8230 is closed.


----------------------------------------------------------------
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] jacques-n commented on a change in pull request #7329: ARROW-9016: [Java] Remove direct references to Netty/Unsafe Allocators

Posted by GitBox <gi...@apache.org>.
jacques-n commented on a change in pull request #7329:
URL: https://github.com/apache/arrow/pull/7329#discussion_r434966944



##########
File path: java/memory/src/main/java/org/apache/arrow/memory/DefaultAllocationManagerOption.java
##########
@@ -85,14 +87,32 @@ static AllocationManagerType getDefaultAllocationManagerType() {
 
     switch (type) {
       case Netty:

Review comment:
       Let's do a follow-on where we change this from type to class name for the factory. That way we don't have weird strings in here. The implementations can all have the default factory class.




----------------------------------------------------------------
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 #7329: ARROW-9016: [Java] Remove direct references to Netty/Unsafe Allocators

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


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


----------------------------------------------------------------
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] asfgit closed pull request #7329: ARROW-9016: [Java] Remove direct references to Netty/Unsafe Allocators

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


   


----------------------------------------------------------------
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