Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Alexandre Potvin Latreille / Alexandre Potvin Latreille (Alexandre Potvin Latreille)
Created: 06/17/2016
Components: Text Search, Solr
Versions: 11.0
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Some users will encounter
Locale/System: ALL / Win 2008 Server R2
Vote Count: 1
Problem Description: Quickly performing (cfindex action=update) and (cfindex action=delete) operations sequentially on the same thread may result in an incorrect status being reported.
Steps to Reproduce:
1.Do cfindex action=update with a query.
2.Do cfindex action=delete with a query and store the status using the 'status' attribute.
Actual Result: The status reported from the second operation may be wrong. For instance, the delete count may be wrong, being sometimes even greater than the number of keys deleted.
Expected Result: The status should be properly reported.
Any Workarounds: I noticed that if I add a long-enough <cfset sleep(...)> between both operations then the status will be properly reported, but that is quite unreliable.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4165678
External Customer Info:
External Company:
External Customer Name: Alexandre Potvin Latreille
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: