[ 
https://issues.apache.org/jira/browse/HBASE-8305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13626671#comment-13626671
 ] 

Nicolas Liochon commented on HBASE-8305:
----------------------------------------

bq. why delete instead of convert to trace?
It really logs too much, even for trace.

bq. How large are the logs after the change (what did we win?)
org.apache.hadoop.hbase.client.TestAdmin-output.txt 235.45 MB            
===============>   5 MB
org.apache.hadoop.hbase.master.TestTableLockManager-output.txt 4.15 MB   
===============>   2 MB 
org.apache.hadoop.hbase.regionserver.TestAtomicOperation-output.txt 5.47 MB   
==========>   5 MB
org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction-output.txt 
16.07 MB  =>   2 MB

This said
 - it doesn't solve the issue I wanted to fix (jenkins still crashed when 
generating the final report)
 - it lowers the pressure on surefire (surefire has a tendency to keep in 
memory all the output)
 - and still, logging so much is not good if you have to activate debug on 
production for example.

bq. nit: unrelated?
Yes :-). But does no harm.


                
> Too much logs in the some tests
> -------------------------------
>
>                 Key: HBASE-8305
>                 URL: https://issues.apache.org/jira/browse/HBASE-8305
>             Project: HBase
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.95.0
>            Reporter: Nicolas Liochon
>            Assignee: Nicolas Liochon
>         Attachments: 8305.v1.patch, 8305.v2.patch
>
>
> org.apache.hadoop.hbase.client.TestAdmin-output.txt   235.45 MB
> org.apache.hadoop.hbase.master.TestTableLockManager-output.txt        4.15 MB
> org.apache.hadoop.hbase.regionserver.TestAtomicOperation-output.txt   5.47 MB
> org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction-output.txt  
> 16.07 MB

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to