You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description
The replication agreement contains operational attributes related to the total init
nsds5replicaLastInitStart
nsds5replicaLastInitEnd
nsds5replicaLastInitStatus
Those attributes are reset after restarting DS. So the consumer may erroneously appear not yet initialized and
we are loosing the time when it was initialized.
Package Version and Platform:
all versions
Steps to Reproduce
testcase provided
Expected results
The total init date (start/end) and the total init status should be preserved during restart
The text was updated successfully, but these errors were encountered:
Bug description:
The replication agreement contains operational attributes
related to the total init: nsds5replicaLastInitStart,
nsds5replicaLastInitEnd, nsds5replicaLastInitStatus.
Those attributes are reset at restart
Fix description:
When reading the replication agreement from config
(agmt_new_from_entry) restore the attributes into
the in-memory RA.
Updates the RA config entry from the in-memory RA
during shutdown/cleanallruv/enable_ra
fixes: 389ds#6470
Reviewed by:
Issue Description
The replication agreement contains operational attributes related to the total init
Those attributes are reset after restarting DS. So the consumer may erroneously appear not yet initialized and
we are loosing the time when it was initialized.
Package Version and Platform:
Steps to Reproduce
testcase provided
Expected results
The total init date (start/end) and the total init status should be preserved during restart
The text was updated successfully, but these errors were encountered: