Saving takes an extremely long time

Saving takes an extremely long time—essentially over five minutes each time—and it may even fail occasionally. The configuration information is listed below:

help me

v0.58.1

please could you share the logs, when trying to save.

Thanks

I have configured MySQL as the data store for Metabase.

thanks

The data is in Hive, and queries against it all work fine.

It also took me a long time to create the dashboard, about 5 minutes, and there were no error messages in the backend logs either.

This is a problem with the randomness of the server that gets exhausted. Please map the os random number generator to the container


I have made the corresponding modifications, but the issue of time-consuming saving still persists

R u running via a container? If so, have you mapped the volume from the host to the guest? Please just map /dev/random or /dev/urandom

running via a container ,I specify the random number generator through Java parameters

Have you exposed the host random number generator to the container

upgrade to the latest patch version where we made a change to fix this