Task #773
Story #981: Persist Nodelist in Metacat
Implement Node Identity creation mechanism for nodeList
Status:
Closed
Priority:
Normal
Assignee:
Robert Waltz
Category:
d1_cn_service
Target version:
Start date:
2010-10-07
Due date:
% Done:
100%
Milestone:
CCI-0.5
Product Version:
*
Story Points:
Sprint:
Description
replicaMemberNode from systemMetaData call needs to contain a registered node identifier, instead of url-style data.
We need to assign unique identifiers to nodes. They should not be based on human input or urls. However, the base url must be unique (we do not support two member nodes being served from the same member node implementation), though the hostname maybe be the same for different mn implementations.
History
#1 Updated by Matthew Jones over 14 years ago
- Status changed from New to In Progress
#2 Updated by Robert Waltz over 14 years ago
- Parent task set to #662
#3 Updated by Robert Waltz over 14 years ago
- Milestone set to CCI-0.6
#4 Updated by Dave Vieglais over 14 years ago
- Start date set to 2010-10-07
- Tracker changed from Bug to Task
#5 Updated by Robert Waltz over 14 years ago
- Milestone changed from CCI-0.6 to CCI-0.5
- Subject changed from Implement Node Registry for systemMetadata to Implement Node Identify creation mechanism for nodeList
- Category changed from 222 to d1_cn_service
- Target version set to Sprint-2010.43
- Parent task changed from #662 to #981
#6 Updated by Robert Waltz over 14 years ago
- Status changed from In Progress to New
#7 Updated by Robert Waltz over 14 years ago
- Priority changed from High to Normal
#8 Updated by Rob Nahf about 14 years ago
- Subject changed from Implement Node Identify creation mechanism for nodeList to Implement Node Identity creation mechanism for nodeList
#9 Updated by Robert Waltz almost 14 years ago
- Status changed from New to Closed
Implemented in NodeIdGenerator class, but it still needs a better package in which to reside