Stopping IDBroker does not clear the cached ids
-----------------------------------------------
Key: TORQUE-117
URL: https://issues.apache.org/jira/browse/TORQUE-117
Project: Torque
Issue Type: Bug
Components: Runtime
Affects Versions: 3.3
Reporter: Jonathan Purvis
The IDBroker.stop() method does not clear the cached ids. This means that if
Torque is then restarted with a different database, the ids generated will be
wrong. One way to solve this is to add these lines to IDBroker.stop():
ids.clear();
quantityStore.clear();
lastQueryTime.clear();
There is probably a better way of doing this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]