History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMATH-682
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Stefan Winterstein
Reporter: Stefan Winterstein
Votes: 0
Watchers: 0
Operations

Link this issue to another issue
If you were logged in you would be able to see more operations.
ActiveMath

User data is never deleted from DB

Created: 2005-11-14 16:11   Updated: 2006-11-22 17:11
Component/s: Hibernate, User: Management, Server: Scalability
Affects Version/s: None
Fix Version/s: 1.0

Time Tracking:
Not Specified

Issue Links:
blocks
 


 Description  « Hide
Currently, the user data we store (books, book states etc) is never deleted when a user is deleted (the Account actually is).

This must happen in UserStorage. An appropriate function must be added and be called.



 All   Comments   Work Log   Change History   Version Control   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Stefan Winterstein - 2006-05-05 11:05
This also affects scalability.

Stefan Winterstein - 2006-11-07 15:11
It's not really the size of the DB, but might be the cause for AMATH-732?

Stefan Winterstein - 2006-11-07 15:11
The error message from the attached logfile:

The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint or unique index identified by 'SQL060328044221480' defined on 'USERACCOUNTS'."

So we really have to look at AMATH-682.


Stefan Winterstein - 2006-11-22 17:11
User deletion works now: user data is deleted from all learner models, and from user database.