
|
If you were logged in you would be able to see more operations.
|
|
|
Querying a index while it is undeployed resulted in following exception:
I think we can't avoid a excpetion in this case - since we don't sychronize search with undeployment operations - but we could throw a better exception in this case.
|
|
Description
|
Querying a index while it is undeployed resulted in following exception:
I think we can't avoid a excpetion in this case - since we don't sychronize search with undeployment operations - but we could throw a better exception in this case. |
Show » |
|
IllegalStateException("no index-server for shard '" + shardName + "' found - probably undeployed");In general i changed the LuceneServer to fail fast and clear in case a shard has been removed and not return partial correct results or fial with an undefined exception.