Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Gradle Check running longer than 2 hours #4080

Closed
peterzhuamazon opened this issue Aug 2, 2022 · 2 comments
Closed

[BUG]Gradle Check running longer than 2 hours #4080

peterzhuamazon opened this issue Aug 2, 2022 · 2 comments
Labels
bug Something isn't working CI CI related

Comments

@peterzhuamazon
Copy link
Member

Hi,

Recently I have seen some cases where gradle check is running longer than 2 hours, and jenkins abort it due to timeout set to 2hr.

https://build.ci.opensearch.org/job/gradle-check/1221/console

This is quite surprising as it normally takes max 50min to complete the run.

Seems like there is no errors in the run either, it is just very slow overall.

Thanks.

@peterzhuamazon peterzhuamazon added bug Something isn't working untriaged labels Aug 2, 2022
@VachaShah VachaShah added CI CI related and removed untriaged labels Aug 2, 2022
@reta
Copy link
Collaborator

reta commented Aug 2, 2022

@peterzhuamazon it seems to be a variation of Java heap space issue:

An exception has occurred in the compiler (17.0.3). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com/) after checking the Bug Data**** (http://bugs.java.com/) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.OutOfMemoryError: Java heap space

@reta
Copy link
Collaborator

reta commented Feb 14, 2024

Closing this one, will track OOM in #7746

@reta reta closed this as completed Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI CI related
Projects
None yet
Development

No branches or pull requests

3 participants