[
https://issues.apache.org/jira/browse/HIVE-29063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17992921#comment-17992921
]
Stamatis Zampetakis commented on HIVE-29063:
--------------------------------------------
The slowness seems to be introduced by the upgrade to JDK 17:
Before:
https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/2536/pipeline/642
After:
https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/2537/pipeline/661
Before the upgrade the javadoc generation was taking around ~1h and then it
jumped to 4hrs+. Not sure if we are missing some configuration toggle but we
should definitely do something about it cause it affects productivity,
resources and cloud cost.
cc [~akshatm] [~kokila19][~tanishqchugh]
> The Generate javadoc phase significantly prolongs the overall execution time
> of CI
> ----------------------------------------------------------------------------------
>
> Key: HIVE-29063
> URL: https://issues.apache.org/jira/browse/HIVE-29063
> Project: Hive
> Issue Type: Improvement
> Reporter: Butao Zhang
> Priority: Major
> Attachments: doc_gen_duration.jpg, gen-doc-log.jpg, gen-doc-stage.jpg
>
>
> For instance:
> https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-5901/11/pipeline/368
> The CI pipeline takes around 6 hours to complete, with the Javadoc generation
> stage (the last step) suffering from a 2-hour bottleneck.
> {code:java}
> [2025-07-03T01:55:29.899Z] [ERROR] no module descriptor for
> org.apache.hive:hive-it-iceberg
> [2025-07-03T03:41:27.456Z] [WARNING] Javadoc Warnings
> {code}
> Optimization is needed to speed up documentation generation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)