You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Mukund Madhav Thakur <mt...@cloudera.com.INVALID> on 2022/01/27 06:22:37 UTC

Yetus getting aborted after running for more thatn24 hours.

Hi Everyone,
Yetus run is getting aborted after running for more than 24 hours
https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3904/4/artifacts/

for my Vectored IO PR https://github.com/apache/hadoop/pull/3904

What can I do to fix this? Any help is much appreciated.

Thanks,
Mukund

Re: Yetus getting aborted after running for more thatn24 hours.

Posted by Mukund Madhav Thakur <mt...@cloudera.com.INVALID>.
Thanks Ayush. Let me try this out.

On Thu, Jan 27, 2022 at 12:39 PM Ayush Saxena <ay...@gmail.com> wrote:

> Hey Mukund,
> If you are touching multiple modules in your PR and nothing which is
> getting hung or so. Just the normal test execution is taking time then in
> that case
> you can increase the build timeout in your PR. It is there in the
> JenkinsFile. Once you get the test results and get your PR approoved,
> revert that increased timeout commit and merge your PR.
> That is what most of us practice in such cases.
>
> Guess the code is here, double check once though:
>
>
> https://github.com/apache/hadoop/blame/6136d630a351fa1a5dd668c318b20437e6aaa35b/dev-support/Jenkinsfile#L50
>
> Sent from my iPhone
>
> > On 27-Jan-2022, at 11:53 AM, Mukund Madhav Thakur
> <mt...@cloudera.com.invalid> wrote:
> >
> > Hi Everyone,
> > Yetus run is getting aborted after running for more than 24 hours
> >
> https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3904/4/artifacts/
> >
> > for my Vectored IO PR https://github.com/apache/hadoop/pull/3904
> >
> > What can I do to fix this? Any help is much appreciated.
> >
> > Thanks,
> > Mukund
>

Re: Yetus getting aborted after running for more thatn24 hours.

Posted by Ayush Saxena <ay...@gmail.com>.
Hey Mukund,
If you are touching multiple modules in your PR and nothing which is getting hung or so. Just the normal test execution is taking time then in that case
you can increase the build timeout in your PR. It is there in the JenkinsFile. Once you get the test results and get your PR approoved, revert that increased timeout commit and merge your PR.
That is what most of us practice in such cases.

Guess the code is here, double check once though:

https://github.com/apache/hadoop/blame/6136d630a351fa1a5dd668c318b20437e6aaa35b/dev-support/Jenkinsfile#L50

Sent from my iPhone

> On 27-Jan-2022, at 11:53 AM, Mukund Madhav Thakur <mt...@cloudera.com.invalid> wrote:
> 
> Hi Everyone,
> Yetus run is getting aborted after running for more than 24 hours
> https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3904/4/artifacts/
> 
> for my Vectored IO PR https://github.com/apache/hadoop/pull/3904
> 
> What can I do to fix this? Any help is much appreciated.
> 
> Thanks,
> Mukund