apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
890 stars 288 forks source link

[Improvement] Improve the stability of Kerberos Hive docker. #4111

Closed yuqi1129 closed 1 month ago

yuqi1129 commented 1 month ago

What would you like to be improved?

The hive docker image is unstable and may start slowly, causing CI to fail some tests. This is one case: https://github.com/apache/gravitino/actions/runs/9849528629/job/27193344238, https://github.com/apache/gravitino/actions/runs/9852546312/job/27201295317?pr=4110

image

How should we improve?

We can increase the wait time to reduce the likelihood of failure.

yuqi1129 commented 1 month ago

It seems that the port was occasionally occupied.

image

For more, please refer to https://github.com/apache/gravitino/actions/runs/9890394661/job/27318563253?pr=4106