Ticket #1627 (closed assessed: fixed)
Fit to Time Series sometimes cannot search by predator
Reported by: | martac | Owned by: | jeroens |
---|---|---|---|
Priority: | urgent | Milestone: | 6.7 release |
Component: | Fit to Time Series | Version: | 6.0.7 |
Severity: | major | Keywords: | |
Cc: |
Description
When I ask Fit to Time Series to search by predator, it may take a long time only to have searched by predator/prey. It's not clear what is happening and this is fairly recent
Change History
Note: See
TracTickets for help on using
tickets.
This was caused by the shared arena logic, which resets the shared arenas whenever a vulnerability changed. This, in turn, caused an avalanche of internal update messages that swamped the Fit to Time Series execution.
I have greatly reduced the number of internal messages by aggregating them under a batch lock, only to be sent out at the end of the fit to time series run. This solved the issue