Actions
Bug #6576
closedEnsure replicaPolicy node list order is preserved in backing store
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
This came up during the D1 tidy process and it turns out that Metacat does not have any mechanism to ensure the preferred/blocked list order is preserved when it stores/retrieves from the postgres table. The XML and java structures are ordered and we should make sure to respect and preserve that order.
https://redmine.dataone.org/issues/4214
Updated by ben leinfelder over 10 years ago
- Description updated (diff)
- Assignee set to ben leinfelder
Updated by ben leinfelder about 9 years ago
- Target version changed from 2.5.0 to 2.5.1
Looking at the DataONE ticket for this, there doesn't seem to be a conclusion. The main issue being for the tidy process and not for correct day-to-day working of d1-replication. Deferring in Metacat.
Updated by Jing Tao almost 9 years ago
- Assignee changed from ben leinfelder to Jing Tao
Updated by ben leinfelder almost 9 years ago
- Target version changed from 2.5.1 to 2.6.0
Updated by Jing Tao almost 9 years ago
- Status changed from New to Closed
A new column policy_id was added to the smReplicationPolicy table. When we get data from the table, the mn list will be ordered by this column.
Actions