the maintenance service reports an error while updating the search index
|
1
|
This could be corruption of the Bug table. Try repairing the table. If that didn't work, it could be the result of a giant case. If the error message gives you a case number, such as "Type: Bug ID: 17558" Try the following:
This will help you see if there's a huge bug event that might be choking your indexer. |
||||||
|
|
1
|
In fact lately we discovered some very large cases (due to received emails with very large body) in our MySQL database causing FogBugz 8.0.26 to never complete indexing. In addition we couldn't open the cases in FogBugz (System.OutOfMemoryException). We decided to copy them to another self defined table and to truncate the data in the original table. Here are our SQL statements (WITHOUT ANY WARRANTY!) if someone is interested in:
Hint: Alle theses statements can take a good amount of time. Disclaimer: USE AT YOUR OWN RISK! Please understand that you modify the content of FogBugz' internal data tables and that nobody can be held responsible for any data loss. Please make reliable backups first! I REPEAT: USE AT YOUR OWN RISK! |
||
|
|