I am running NServiceBus 3.3 and I am getting this error:
Polling of timeouts failed.
There is no index named: RavenTimeoutPersistence/TimoutDataSortedByType
I run this worker as my Distributor. Like this:
NServiceBus.Host.exe
/install NServiceBus.Distributor NServiceBus.Production
/serviceName:BusDistributorService
/displayName:"Bus Distributor Service"
This answer indicates that I need to delete and recreate the index.
But I don't know anything about RavenDB besides the fact that NServiceBus uses it and it has never caused me issues before. I am hesitant to play around with my prod system when I have no experience doing this.
Can anyone give me a walk through on how to drop and recreate this index?
As a side note, does anyone know if this kind of error means that I lost messages?