Store hangs on empty result
hendler - September 11, 2007 - 21:43
| Project: | Semantic Search - Faceted Search and Semantic Web |
| Version: | 5.x-1.x-dev |
| Component: | Store :: Sesame |
| Category: | bug report |
| Priority: | critical |
| Assigned: | hendler |
| Status: | closed |
Jump to:
Description
If there are going to be 0 results, the store will hang and Java process will continue at 100% CPU. Should catch before request sent.

#1
this was noted in other cases where there is an error in trying to retrieve a param or binding that was not set. It was fixed in these cases.
#2
simple fix.
Might be a quercus bug.
I didn't localize the problem, but if there is an empty result from one section, I end the processing.
#3
also added feature to not display facets if their count is 0