]
Christian Bauer closed JBSEAM-4098.
-----------------------------------
Fix Version/s: 2.1.2.GA
(was: 2.2.0.CR1)
Resolution: Done
Slow login procedure on wiki
----------------------------
Key: JBSEAM-4098
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4098
Project: Seam
Issue Type: Bug
Components: Wiki
Reporter: Christian Bauer
Assignee: Christian Bauer
Fix For: 2.1.2.GA
The issue is the @ContainedIn in the User class, which triggers a load of all documents
and comments created by a user during login. This mapping necessary because we index the
createdBy and lastModifiedBy usernames with Hibernate Search.
When the users lastLogin timestamp is updated during login, Hibernate Search has to
update all the documents/comments created by that user because the user instance was
modified. It's not smart enough to know that only the timestamp is updated, not the
username.
This is a major issue and we should not index that and offer a different way to
search/browse content by user, probably outside of the regular search system.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: