Issues
- Deadlock in RootFailureCollector when exceeding the failure limit (100) with concurrent failures from different threadsHSEARCH-4654Resolved issue: HSEARCH-4654Yoann Rodière
- "_routing" in custom Elasticsearch schema leads to "JsonIOException: JSON document was not fully consumed."HSEARCH-4580Resolved issue: HSEARCH-4580Yoann Rodière
- Cyclic dependency detection for IndexingDependency(derivedFrom = ...) does not detect "buried" cyclesHSEARCH-4565Resolved issue: HSEARCH-4565Yoann Rodière
- OutOfMemoryError when defining aggregation on text field with .maxTermCount(<very large value>)HSEARCH-4544Resolved issue: HSEARCH-4544Yoann Rodière
- .flags(Collections.emptySet()) doesn't disable all flags as expected for simpleQueryString predicateHSEARCH-4536Resolved issue: HSEARCH-4536Yoann Rodière
- Using a SearchSort instance in multiple queries with the Lucene backend has side effects and leads to unexpected resultsHSEARCH-4513Resolved issue: HSEARCH-4513Yoann Rodière
6 of 6
Deadlock in RootFailureCollector when exceeding the failure limit (100) with concurrent failures from different threads
Fixed
Description
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Affects versions
Priority
Created July 26, 2022 at 2:56 PM
Updated August 4, 2022 at 8:29 AM
Resolved July 27, 2022 at 7:53 AM
Activity
Show:
See https://discourse.hibernate.org/t/request-timeout-during-index-validation/6509/21?u=yrodiere
I will provide a more extensive explanation and reproducer in the pull request.