DFBUGS-1778: Ensure Consistent Iteration Order by Using DRClusters Slice#484
DFBUGS-1778: Ensure Consistent Iteration Order by Using DRClusters Slice#484ELENAGER wants to merge 1 commit into
Conversation
Use the DRClusters slice instead of the map of queried VRGs to ensure a consistent iteration order. Since map iteration is unpredictable, even when the map contents remain the same. Additionally, DRClusters are known in advance and should be used instead of the queried clusters, as secrets are propagated to all DR clusters, not just the successfully queried ones. Signed-off-by: Benamar Mekhissi <bmekhiss@ibm.com> (cherry picked from commit e8e17e5)
|
@ELENAGER: This pull request references [Jira Issue DFBUGS-1778](https://issues.redhat.com//browse/DFBUGS-1778), which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BenamarMk, ELENAGER The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/jira refresh |
|
@ShyamsundarR: This pull request references [Jira Issue DFBUGS-1778](https://issues.redhat.com//browse/DFBUGS-1778), which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Use the DRClusters slice instead of the map of queried VRGs to ensure a consistent iteration order. Since map iteration is unpredictable, even when the map contents remain the same. Additionally, DRClusters are known in advance and should be used instead of the queried clusters, as secrets are propagated to all DR clusters, not just the successfully queried ones.
Signed-off-by: Benamar Mekhissi bmekhiss@ibm.com
(cherry picked from commit e8e17e5)