vibhatha commented on code in PR #43880:
URL: https://github.com/apache/arrow/pull/43880#discussion_r1737635196


##########
java/memory/memory-core/pom.xml:
##########
@@ -33,6 +33,7 @@ under the License.
   <properties>
     <!-- List of add-opens arg line arguments for this module's tests -->
     
<surefire.add-opens.argLine>--add-reads=org.apache.arrow.memory.core=ch.qos.logback.classic
 --add-opens=java.base/java.lang.reflect=org.apache.arrow.memory.core 
--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</surefire.add-opens.argLine>
+    <arrow.memory.debug.allocator>true</arrow.memory.debug.allocator>

Review Comment:
   @lidavidm adding this property and manually enables the logs, though a test 
is failing 
https://github.com/apache/arrow/actions/runs/10614222183/job/29419683887?pr=43880#step:6:3553
 
   
   I think we need to `assertTrue` this if we enable debug logs. And probably 
need to pick the property from the code. It should be okay? 



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to