Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 73)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#64 fixed Task search returns duplicate records during pagination in some circumstances Gavin Gavin
Description

This only occurs with the following conditions:

  1. When not using MySQL or HSQL (i.e. using MSSQL)
  2. When hibernate criteria builder is in use.
  3. When sorting by the attentionFlag column.

The filterPane plugin and some of the quick searches were using the criteria builder.

#72 wontfix Add resource numbers to assigned group Gavin Ray Smith
#76 fixed Inventory text search stops working sometimes with: Failed to rename index Gavin Gavin
Description

Strace:

org.compass.core.engine.SearchEngineException: Failed to rename index

This appears to be a Compass issue when the quartz scheduled (hourly) reindex job fires shortly after or while the searchable plugin has cause an index, probably after a user updated a searchable domain object.

Sometimes after a few hours the quartz scheduled rebuild completes successfully but not always.

Problem reported on the internet:
http://markmail.org/message/noaskbbknl3wvwkw
http://issues.compass-project.org/browse/CMP-677
http://forum.compass-project.org/thread.jspa?threadID=215487&start=0&tstart=0

Reported to upstream by us:
https://cvs.codehaus.org/browse/GRAILSPLUGINS-2274

Simply using index() instead of reindex() seems to prevent this bug, gnuMims will also shift to using afterUpdate in appropriate domain classes to fire the quartz index job.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.