You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/08/02 20:10:00 UTC

[jira] [Updated] (ARROW-2815) [CI] Suppress DEBUG logging when building Java library in C++ CI entries

     [ https://issues.apache.org/jira/browse/ARROW-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou updated ARROW-2815:
----------------------------------
    Summary: [CI] Suppress DEBUG logging when building Java library in C++ CI entries  (was: [C++] Suppress DEBUG logging when building Java library in C++ CI entries)

> [CI] Suppress DEBUG logging when building Java library in C++ CI entries
> ------------------------------------------------------------------------
>
>                 Key: ARROW-2815
>                 URL: https://issues.apache.org/jira/browse/ARROW-2815
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Continuous Integration, Java
>            Reporter: Wes McKinney
>            Priority: Major
>              Labels: ci
>             Fix For: 0.11.0
>
>
> The Java build is rather verbose with logging output from tests, in addition to the warnings from the checkstyle plugin, e.g.
> {code}
> 08:03:10.299 [main] DEBUG org.apache.arrow.memory.BaseAllocator - closed allocator[ROOT].
> 08:03:10.334 [main] DEBUG org.apache.arrow.vector.ipc.message.ArrowRecordBatch - Buffer in RecordBatch at 0, length: 2
> 08:03:10.335 [main] DEBUG org.apache.arrow.vector.ipc.message.ArrowRecordBatch - Buffer in RecordBatch at 8, length: 16
> 08:03:10.338 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 6
> 08:03:10.338 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 2
> 08:03:10.346 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 4
> 08:03:10.349 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 152
> 08:03:10.353 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 4
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)