Re: Pre-commit job failing - No disk space

2017-03-03 Thread Vihang Karajgaonkar
I think the issue is coming from TestDbTxnManager test. This test generates a huge hive.log file (of the order of 25-30 GB). Created HIVE-16109 to fix this. We should cleanup older logs manually to free the disk space meanwhile so that pre-commit job is unblocked again. On Fri, Mar 3, 2017 at 12:2

Re: Pre-commit job failing - No disk space

2017-03-03 Thread Sergio Pena
Hey Vihang, Seems there is a UT test causing all this noise. See this: 30G ./PreCommit-HIVE-Build-3902/failed/272_UTBatch_ql_10_tests/logs/hive.log 30G ./PreCommit-HIVE-Build-3900/failed/272_UTBatch_ql_10_tests/logs/hive.log 30G ./PreCommit-HIVE-Build-3899/failed/272_UTBatch_ql_10_tests/logs/hive

Re: Pre-commit job failing - No disk space

2017-03-03 Thread Sergio Pena
Hey Vihang, The ptest master shows how the jobs has increased the log size, could you investigate what causes this increase? 44G PreCommit-HIVE-Build-3902 44G PreCommit-HIVE-Build-3900 44G PreCommit-HIVE-Build-3899 44G PreCommit-HIVE-Build-3898 44G PreCommit-HIVE-Build-3897 44

Pre-commit job failing - No disk space

2017-03-03 Thread Vihang Karajgaonkar
Hi Sergio, Looks like the pre-commit jobs are failing due to disk space issues. Can you please help or let me know how can I fix it? Thanks, Vihang