[
https://issues.apache.org/jira/browse/HIVE-28954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stamatis Zampetakis resolved HIVE-28954.
----------------------------------------
Fix Version/s: 4.1.0
Assignee: Stamatis Zampetakis
Resolution: Fixed
Fixed with
[https://github.com/apache/hive/commit/32eedb2a29a855daaa805b4365b42848a66b1282]
and other changes as described above!
> CI fails intermittently due to ephemeral-storage exhaustion
> -----------------------------------------------------------
>
> Key: HIVE-28954
> URL: https://issues.apache.org/jira/browse/HIVE-28954
> Project: Hive
> Issue Type: Bug
> Components: Testing Infrastructure
> Reporter: Stamatis Zampetakis
> Assignee: Stamatis Zampetakis
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.1.0
>
> Attachments: ephemeral-storage-usage-feb2025-may2025.png
>
>
> The CI fails intermittently due to ephemeral-storage exhaustion. The failures
> on master have been quite often recently:
> *
> https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/2512/pipeline
> *
> https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/2511/pipeline
> *
> https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/2510/pipeline
> *
> https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/2507/pipeline
> *
> https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/2505/pipeline
> *
> https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/2501/pipeline
> *
> https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/2474/pipeline
> The error message is shown below.
> {noformat}
> Unable to create live FilePath for
> hive-precommit-master-2512-g4v1j-l5dbf-5l773;
> hive-precommit-master-2512-g4v1j-l5dbf-5l773 was marked offline: Pod failed
> (Reason: Evicted, Message: The node was low on resource: ephemeral-storage.
> Threshold quantity: 10120387530, available: 9866372Ki. Container jnlp was
> using 88Ki, request is 0, has larger consumption of ephemeral-storage.
> Container dind was using 188Ki, request is 0, has larger consumption of
> ephemeral-storage. Container hdb was using 453252Ki, request is 0, has larger
> consumption of ephemeral-storage. )
> {noformat}
> As the message indicates the node where the pod is running is low on
> ephemeral-storage leading to the eviction of some pods from the Kubernetes
> scheduler.
> The ephemeral-storage among other things stores all the jars, logs, and
> output from the test execution.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)