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/06 17:11:00 UTC

[jira] [Resolved] (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 resolved ARROW-2815.
-----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 0.11.0)
                   0.10.0

Issue resolved by pull request 2378
[https://github.com/apache/arrow/pull/2378]

> [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
>            Assignee: Bryan Cutler
>            Priority: Major
>              Labels: ci, pull-request-available
>             Fix For: 0.10.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)