Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java] Call allocation listener on BaseAllocator#wrapForeignAllocation #34230

Closed
zhztheplayer opened this issue Feb 17, 2023 · 0 comments · Fixed by #34231
Closed

[Java] Call allocation listener on BaseAllocator#wrapForeignAllocation #34230

zhztheplayer opened this issue Feb 17, 2023 · 0 comments · Fixed by #34231

Comments

@zhztheplayer
Copy link
Member

Describe the bug, including details regarding any error messages, version, and platform.

Buffer created by BaseAllocator#wrapForeignAllocation calls AllocationListener#onRelease but the Allocator didn't call AllocationListener#onAllocate() when the buffer was created.

Component(s)

Java

@lidavidm lidavidm added this to the 12.0.0 milestone Feb 21, 2023
lidavidm pushed a commit that referenced this issue Feb 21, 2023
…nAllocation (#34231)

#34230 
* Closes: #34230

Lead-authored-by: Hongze Zhang <hongze.zhang@intel.com>
Co-authored-by: Hongze Zhang <mailtozhz@126.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
fatemehp pushed a commit to fatemehp/arrow that referenced this issue Feb 24, 2023
…ForeignAllocation (apache#34231)

apache#34230 
* Closes: apache#34230

Lead-authored-by: Hongze Zhang <hongze.zhang@intel.com>
Co-authored-by: Hongze Zhang <mailtozhz@126.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants