SecureRandomアルゴリズム「NativePRNG」が使用されています。
(The bot translated the original post https://lists.apache.org/thread/j22fw8t0rotgmtqjbfpycqnwzwooopx8 into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
単体テストを実行しているときに、時々この問題が発生します。
SecureRandom algorithm 'NativePRNG' is in use by your JVM, which is a
potentially blocking algorithm on some environments. Please report the
details of this failure (and your JVM vendor/version) to
solr-user@lucene.apache.org. You can try to run your tests with
-Djava.security.egd=file:/dev/./urandom or bypass this check using
-Dtest.solr.allowed.securerandom=NativePRNG as a JVM option when
running tests.
エラーがここに報告するように言っているので、ここに報告します。Solrバージョン - 8.5.2
JVMバージョン - Amazon Corretto 1.8.0_242
トピックへ返信するには、ログインが必要です。