Task #1982
Story #1952: SerialVersion in SystemMetadata needs to be incremented with each Update
Update CNAuthorization implementation to use the locking and serialVersion algorithm
Status:
Closed
Priority:
Normal
Assignee:
Category:
Metacat
Target version:
Start date:
2011-11-01
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
update setOwner and setAccessPolicy to use the stories algorithm
History
#1 Updated by Chris Jones about 13 years ago
- Status changed from New to Closed
CNodeService now evaluates the target serialVersion with the known current version after it does a lock(); get();. If it is a match, the increment(); and put() happens, then unlock(). If they differ, throws InvalidRequest.