[
https://issues.apache.org/jira/browse/ARROW-9448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Li updated ARROW-9448:
----------------------------
Fix Version/s: 1.0.0
> [Java] Circular initialization between ArrowBuf and BaseAllocator leads to
> null HistoricalLog for empty buffer
> --------------------------------------------------------------------------------------------------------------
>
> Key: ARROW-9448
> URL: https://issues.apache.org/jira/browse/ARROW-9448
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java
> Affects Versions: 1.0.0
> Reporter: David Li
> Assignee: David Li
> Priority: Blocker
> Fix For: 1.0.0
>
>
> Still working on a reproduction (this is internal code), but what I see is:
> # Test initializes a RootAllocator in a JUnit @Before
> # BaseAllocator.<clinit> creates a Config
> # The constructor of ImmutableConfig gets the allocation manager
> # This eventually runs NettyAllocationManager.<clinit>
> # This creates a static ArrowBuf as the empty buffer
> # The ArrowBuf has a null HistoricalLog as BaseAllocator hasn't fully
> initialized yet
--
This message was sent by Atlassian Jira
(v8.3.4#803005)