Re: Precommit tests are failing with OOM

2024-07-30 Thread Stamatis Zampetakis
Hi all, Zhihua has taken the lead on HIVE-28402 over the weekend and was able to fix the OOM issue. Our CI is stable again although not completely green. Many thanks to Zhihua and everyone else involved! Best, Stamatis On Fri, Jul 26, 2024 at 12:34 PM Stamatis Zampetakis wrote: > > Hi all, > >

Precommit tests are failing with OOM

2024-07-26 Thread Stamatis Zampetakis
Hi all, Master and all recent PRs are failing with OOM [1] and the latter seems persistent. Please stop merging more stuff till the problem is resolved. Best, Stamatis [1] https://issues.apache.org/jira/browse/HIVE-28402

Re: Precommit tests are failing

2015-08-09 Thread Sergio Pena
Thanks Xuefu. The disk has more free space now (~160G) :). - Sergio On Fri, Aug 7, 2015 at 7:42 PM, Xuefu Zhang wrote: > Hi Sergio, > > Give that HIVE-11466 is "fixed", can we clean up the disk space and get the > test going again? We can watch if the problem hits back. > > Thanks, > Xuefu > >

Re: Precommit tests are failing

2015-08-07 Thread Xuefu Zhang
Hi Sergio, Give that HIVE-11466 is "fixed", can we clean up the disk space and get the test going again? We can watch if the problem hits back. Thanks, Xuefu On Wed, Aug 5, 2015 at 11:25 AM, Prasanth Jayachandran < pjayachand...@hortonworks.com> wrote: > I saw bunch of failures related to disk

Re: Precommit tests are failing

2015-08-05 Thread Prasanth Jayachandran
I saw bunch of failures related to disk space issue https://issues.apache.org/jira/browse/HIVE-11416?focusedCommentId=14650616&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14650616 http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-B

Re: Precommit tests are failing

2015-08-05 Thread Xuefu Zhang
Prasanth, Could you send me a URL that shows the warning msg that you were seeing? I'm not sure if it's related to the thrift version that were used to regenerate the code. Thanks, Xuefu On Wed, Aug 5, 2015 at 10:54 AM, Prasanth Jayachandran < pjayachand...@hortonworks.com> wrote: > Thanks Serg

Re: Precommit tests are failing

2015-08-05 Thread Prasanth Jayachandran
Thanks Sergio for creating a follow up JIRA! > On Aug 5, 2015, at 10:49 AM, Sergio Pena wrote: > > Thanks Prasanth. > > I run the same test you did, and I found the following sizes: > > BEFORE HIVE-10166 > *13M* Aug 5 11:57 ./hive-unit/target/tmp/log/hive.log > > WITH HIVE-10166 > *2.4G* Aug

Re: Precommit tests are failing

2015-08-05 Thread Sergio Pena
Thanks Prasanth. I run the same test you did, and I found the following sizes: BEFORE HIVE-10166 *13M* Aug 5 11:57 ./hive-unit/target/tmp/log/hive.log WITH HIVE-10166 *2.4G* Aug 5 12:07 ./hive-unit/target/tmp/log/hive.log CURRENT HEAD *3.2G* Aug 5 12:36 ./hive-unit/target/tmp/log/hive.log H

Re: Precommit tests are failing

2015-08-03 Thread Prasanth Jayachandran
Hi Sergio This seems to be related to recent merge in HIVE-10166. I checked out a commit prior to HIVE-10166 and ran TestJdbcWithMiniHS2 and the log seems reasonable. After HIVE-10166, the log file is getting too many WARN msgs (this log msg repeats and fills up the disk) org.apache.thrift.tran

Re: Precommit tests are failing

2015-08-02 Thread Prasanth Jayachandran
Hi Sergio Thanks for looking into this. It could be related to my patch HIVE-11304 (Log4j2 migration). I might have mistakenly specified log4j2 threshold to ALL level somewhere resulting in DEBUG level logging. I will look into it. Thanks Prasanth > On Aug 2, 2015, at 9:21 PM, Sergio Pena wro

Re: Precommit tests are failing

2015-08-02 Thread Sergio Pena
Hi Prasanth, I see there are some logs in the system that are too big, and using many space. Jenkins will delete those logs eventually. These are some of the logs bigger than 1G that I found: *13G ./logs/PreCommit-HIVE-TRUNK-Build-4789/succeeded/TestJdbcWithMiniHS2/hive.log* *9.9G ./logs/PreComm

Precommit tests are failing

2015-08-02 Thread Prasanth Jayachandran
Looks like there is something wrong with the precommit tests. The tests runs through but throws IOException or runs out of disk. https://issues.apache.org/jira/browse/HIVE-11416 https://issues.apache.org/jira/browse/HIVE-11304 Can someone take a look whats going on? Thanks Prasanth