--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Definitely no different definitions being deployed. The whole db just randomly resets all indexes. I was getting a lot of errors like this and in many other auto indexes, although I don't use any of them. For the moment I have locked the 2 crucial indexes so at least the site is not going down every 20 minutes or so.
Auto/CommunityDocuments/ByMembers_Id
Index 'Auto/CommunityDocuments/ByMembers_Id' has already produced 16 map results for a source document 'CommunityDocuments/53f3vjbla8t', while the allowed max number of outputs is 15 per one document. Please verify this index definition and consider a re-design of your entities or index.
30 minutes ago (08/29/18, 7:29pm)
Auto/CommunityDocuments/ByMembers_Id
--
Well locking the 2 indexes has stopped the catastrophe, but it appears that the others are still rebuilding themselves. When I set it to 'lock with error', then after a while the site went down with the error message 'can't modify fixturesindex'. SO it seems something in the code is trying to change all the indexes definitions which is triggering the reset, but for the life of me I can't think how that might be possible.
--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
![]() | Oren Eini CEO / Hibernating Rhinos LTD
|
Attached file. It looks like it fails on our bootstrapper method in global.asax which should only be running on a new deployment. I don't follow how that can be triggered without issuing a rebuild/deploy command. (we use appharbor).I guess this edging out of the realms of a raven issue and more of an appharbor issue. However even if this is appharbor's fault, I thought the database would only rebuild an index if the definition has changed? ( they haven't.)
--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Oren, this was the problem. One of our developers had his local machine pointing to the live database and his build had a different index definition. Was a rather stressful time for a while there but thankfully we have gotten to the bottom of it!
--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.