Closed peacewong closed 1 week ago
We are glad that you are contributing by opening this issue.
Please make sure to include all the relevant context. We will be here shortly.
If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.
WeChat Assistant | WeChat Public Account |
---|---|
Name | Description | Subscribe | Unsubscribe | Archive |
---|---|---|---|---|
dev@linkis.apache.org | community activity information | subscribe | unsubscribe | archive |
ping ~ @pjfanning
@peacewong secure random requires entropy and on some VMs, there is not enough entropy
Sometimes, you can work around this by adding -Djava.security.egd=file:/dev/./urandom
When I have issues like this in the past, I have installed haveged on the affected machine.
One potential change is allow users to opt out of the change in https://github.com/apache/linkis/pull/5143. I would prefer, if we use secure random strings by default but we could allow customers to choose to opt out.
Yes, I think we should have the option to turn off use secure random by default, which is the mode that uses random numbers.
Search before asking
Linkis Component
linkis-engineconnn-plugin
Steps to reproduce
Expected behavior
do not stuck.
Your environment
Anything else
No response
Are you willing to submit a PR?