Re: Issue 151 in glassdb: Remove a user from system leaves reference to user from default segmet

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Issue 151 in glassdb: Remove a user from system leaves reference to user from default segmet

glassdb
Updates:
        Status: Fixed

Comment #3 on issue 151 by [hidden email]: Remove a user from system  
leaves reference to user from default segmet
http://code.google.com/p/glassdb/issues/detail?id=151

Fixed in 3.x and BugNote for 2.x users:

Platform: All

BugNote Title: Removing a user may leave segments owned by that user

BugNote Text:
When you create a new user, depending on which protocol is used to create
it, it will be assigned a newly created Segment as its default segment,
and ownership of this segment is set to the new user.

If you remove a user from AllUsers, the segment/s owned by this user are
not modified, and continue to reference the removed user. This will prevent
this user and objects created by this user from being garbage collected.


Workaround:
The User Administration tools in GBS transfer ownership of Segments to
the user that is performing the operation.

Fix version:

Copies to:

Comments: