-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unwanted RPC calls due to LastSyncTime feature #250
Comments
Madhu-1
added a commit
to Madhu-1/kubernetes-csi-addons
that referenced
this issue
Dec 12, 2022
Avoid extra RPC calls as request will be requested again for updating the LastSyncTime in the status. The image need to be promoted only one time not always during the reconcile. fixes: csi-addons#250 Signed-off-by: Madhu Rajanna <[email protected]>
yati1998
added a commit
to yati1998/kubernetes-csi-addons
that referenced
this issue
Dec 15, 2022
Avoid extra RPC calls as request will be requested again for updating the LastSyncTime in the status. The image need to be promoted only one time not always during the reconcile. fixes: csi-addons#250 Co-authored-by: Madhu Rajanna <[email protected]> Signed-off-by: yati1998 <[email protected]>
yati1998
added a commit
to yati1998/kubernetes-csi-addons
that referenced
this issue
Dec 15, 2022
Avoid extra RPC calls as request will be requested again for updating the LastSyncTime in the status. The image need to be promoted only one time not always during the reconcile. fixes: csi-addons#250 Co-authored-by: Madhu Rajanna <[email protected]> Signed-off-by: yati1998 <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Dec 15, 2022
Avoid extra RPC calls as request will be requested again for updating the LastSyncTime in the status. The image need to be promoted only one time not always during the reconcile. fixes: #250 Co-authored-by: Madhu Rajanna <[email protected]> Signed-off-by: yati1998 <[email protected]>
yati1998
added a commit
to yati1998/kubernetes-csi-addons
that referenced
this issue
Dec 15, 2022
Avoid extra RPC calls as request will be requested again for updating the LastSyncTime in the status. The image need to be promoted only one time not always during the reconcile. fixes: csi-addons#250 Co-authored-by: Madhu Rajanna <[email protected]> Signed-off-by: yati1998 <[email protected]>
yati1998
added a commit
to yati1998/kubernetes-csi-addons
that referenced
this issue
Dec 16, 2022
Avoid extra RPC calls as request will be requested again for updating the LastSyncTime in the status. The image need to be promoted only one time not always during the reconcile. fixes: csi-addons#250 Co-authored-by: Madhu Rajanna <[email protected]> Signed-off-by: yati1998 <[email protected]>
yati1998
added a commit
to yati1998/kubernetes-csi-addons
that referenced
this issue
Dec 16, 2022
Avoid extra RPC calls as request will be requested again for updating the LastSyncTime in the status. The image need to be promoted only one time not always during the reconcile. fixes: csi-addons#250 Co-authored-by: Madhu Rajanna <[email protected]> Signed-off-by: yati1998 <[email protected]> (cherry picked from commit 0b3d35e)
yati1998
added a commit
to yati1998/kubernetes-csi-addons
that referenced
this issue
Dec 16, 2022
Avoid extra RPC calls as request will be requested again for updating the LastSyncTime in the status. The image need to be promoted only one time not always during the reconcile. fixes: csi-addons#250 Co-authored-by: Madhu Rajanna <[email protected]> Signed-off-by: yati1998 <[email protected]> (cherry picked from commit 0b3d35e)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to LastSyncTime feature which got introduced in #232, we will reconcile each VR as per the scheduling interval or with default time because of this now During Each Reconcile EnableVolumeReplication and PromoteVolume request is sent to the CSI driver. This need to be optimized to avoid flooding logs to increase the performance of the csidriver and the kubernetes-csi-addons and also to avoid unwanted bugs at the volume replication level.
cc @ShyamsundarR @yati1998
The text was updated successfully, but these errors were encountered: