Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Quasar
Description
Following build had a failing JUnit test that seems unrelated to the committed change:
Error
Unexpected long time of 78 ms taking for a save during a Lucene export (total Lucene export took '97' ms: This might imply a too course grained lock during Lucene export.
Stacktrace
java.lang.AssertionError: Unexpected long time of 78 ms taking for a save during a Lucene export (total Lucene export took '97' ms: This might imply a too course grained lock during Lucene export.
at com.onehippo.cms7.index.IndexExporterTest.runExportWhileConcurrentWriteTests(IndexExporterTest.java:436)
at com.onehippo.cms7.index.IndexExporterTest.index_export_concurrent_writes_with_1k_nodes(IndexExporterTest.java:361)
Standard Output
18.11.2020 11:19:39 ERROR [org.hippoecm.repository.LocalHippoRepository.start():328]
Insecure default administrator credentials are enabled! Change the password!
totalZipExportCreationTook = 97
longestTimeSaveDuringExport = 78
18.11.2020 11:19:54 WARN [com.onehippo.cms7.index.IndexExporterTest.runExportWhileConcurrentWriteTests():434] totalZipExportCreationTook took '97' ms
18.11.2020 11:19:54 WARN [com.onehippo.cms7.index.IndexExporterTest.runExportWhileConcurrentWriteTests():435] Longest save during Lucene export took '78' ms which is unexpectedly long.